Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 762900 Details for
Bug 831636
media-gfx/geeqie-1.7.1: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for geeqie 1.7.1
geeqie-1.7.1.ebuild (text/plain), 2.38 KB, created by
doj
on 2022-01-20 20:46:18 UTC
(
hide
)
Description:
ebuild for geeqie 1.7.1
Filename:
MIME Type:
Creator:
doj
Created:
2022-01-20 20:46:18 UTC
Size:
2.38 KB
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 >LUA_COMPAT=( lua5-{1..3} ) > >inherit autotools lua-single xdg > >DESCRIPTION="A lightweight GTK image viewer forked from GQview" >HOMEPAGE="http://www.geeqie.org" >SRC_URI="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${PV}.tar.gz -> geeqie-${PV}.tar.gz" ># for some reason the gentoo mirrors are messing up the download and store a HTML page. ># don't use any mirror and download from github.com directly. >RESTRICT="mirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc x86" >IUSE="debug doc exif ffmpegthumbnailer jpeg lcms lirc lua nls pdf tiff xmp" > >RDEPEND=" > virtual/libintl > x11-libs/gtk+:3 > doc? ( app-text/gnome-doc-utils ) > ffmpegthumbnailer? ( media-video/ffmpegthumbnailer ) > jpeg? ( virtual/jpeg:0 ) > lcms? ( media-libs/lcms:2 ) > lirc? ( app-misc/lirc ) > lua? ( ${LUA_DEPS} ) > pdf? ( >=app-text/poppler-0.62[cairo] ) > tiff? ( media-libs/tiff:0 ) > xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) > !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) )" >DEPEND="${RDEPEND}" >BDEPEND=" > dev-util/glib-utils > dev-util/intltool > virtual/pkgconfig > nls? ( sys-devel/gettext )" > >REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" > ># PATCHES=( "${FILESDIR}"/${P}-yelp.patch ) > >src_prepare() { > default > > # Remove -Werror (gcc changes may add new warnings) > sed -e '/CFLAGS/s/-Werror //g' -i configure.ac || die > > eautoreconf >} > >src_configure() { > local myeconfargs=( > --with-readmedir="${EPREFIX}"/usr/share/doc/${PF} > $(use_enable debug debug-log) > $(use_enable ffmpegthumbnailer) > --disable-gpu-accel > $(use_enable jpeg) > $(use_enable lcms) > $(use_enable lua) > $(use_enable lirc) > --disable-map > $(use_enable nls) > $(use_enable pdf) > $(use_enable tiff) > ) > > if use exif || use xmp; then > myeconfargs+=( --enable-exiv2 ) > else > myeconfargs+=( --disable-exiv2) > fi > > econf "${myeconfargs[@]}" > > # create a fake ChangeLog file so the gen_changelog.sh doesn't fail. > echo 'change' > ChangeLog > echo 'change' > ChangeLog.html >} > >src_install() { > default > > rm -f "${D}/usr/share/doc/${PF}/COPYING" > # Application needs access to the uncompressed file > docompress -x /usr/share/doc/${PF}/README.md >} > >pkg_postinst() { > xdg_pkg_postinst > > elog "Some plugins may require additional packages" > elog "- Image rotate plugin: media-gfx/fbida (JPEG), media-gfx/imagemagick (TIFF/PNG)" > elog "- RAW images plugin: media-gfx/ufraw" >}
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 831636
: 762900