Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 929405 Details for
Bug 925421
media-gfx/gpicview - Wayland support, live ebuild, version bump to 0.3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
live ebuild also for release
gpicview-9999.ebuild (text/plain), 871 bytes, created by
jospezial
on 2025-05-23 22:20:15 UTC
(
hide
)
Description:
live ebuild also for release
Filename:
MIME Type:
Creator:
jospezial
Created:
2025-05-23 22:20:15 UTC
Size:
871 bytes
patch
obsolete
># Copyright 1999-2025 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit autotools xdg > >DESCRIPTION="A Simple and Fast Image Viewer for X" >HOMEPAGE="https://lxde.sourceforge.net/gpicview" > >if [[ ${PV} != *9999* ]]; then >SRC_URI="https://github.com/lxde/gpicview/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" >KEYWORDS="~alpha amd64 arm arm64 ppc ~riscv x86" >else > EGIT_REPO_URI="https://github.com/lxde/gpicview.git" > inherit git-r3 >fi > >PATCHES=( > "${FILESDIR}/${PN}-fix-animated-gifs.patch" > "${FILESDIR}/gpicview-0.2.5-wayland.patch" > ) > >LICENSE="GPL-2" >SLOT="0" >IUSE="nls" > >RDEPEND="media-libs/libjpeg-turbo > x11-libs/gtk+:3[X]" >DEPEND="${RDEPEND} > >=dev-util/intltool-0.40 > sys-devel/gettext > virtual/pkgconfig" > >src_prepare() { > default > eautoreconf >} > >src_configure() { > econf \ > --enable-gtk3 \ > $(use_enable nls) >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 925421
:
885872
|
885873
|
929399
| 929405