graphics/eog: import eog-3.24.1nb6
This is the Eye of Gnome, an image viewer program. It is meant to be a fast and functional image viewer as well as an image cataloging program.
This commit is contained in:
parent
7e72663bf6
commit
2276f7d456
4 changed files with 1677 additions and 0 deletions
3
graphics/eog/DESCR
Normal file
3
graphics/eog/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the Eye of Gnome, an image viewer program. It is meant to
|
||||
be a fast and functional image viewer as well as an image cataloging
|
||||
program.
|
48
graphics/eog/Makefile
Normal file
48
graphics/eog/Makefile
Normal file
|
@ -0,0 +1,48 @@
|
|||
# $NetBSD: Makefile,v 1.100 2019/10/25 14:37:27 kamil Exp $
|
||||
|
||||
DISTNAME= eog-3.24.1
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= prlw1@cam.ac.uk
|
||||
HOMEPAGE= https://www.gnome.org/
|
||||
COMMENT= Eye of GNOME: an image viewing and cataloging program
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
||||
|
||||
CONFIGURE_ARGS+= --disable-maintainer-mode
|
||||
|
||||
PKGCONFIG_OVERRIDE+= data/eog.pc.in
|
||||
|
||||
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
||||
|
||||
.include "../../databases/shared-mime-info/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.42.0
|
||||
.include "../../devel/glib2/schemas.mk"
|
||||
.include "../../devel/libpeas/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gdk-pixbuf2+= gdk-pixbuf2>=2.30.0
|
||||
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
|
||||
.include "../../x11/gnome-desktop3/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.22.0
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
|
||||
# "semi-optional":
|
||||
.include "../../mk/jpeg.buildlink3.mk"
|
||||
|
||||
# optional:
|
||||
.include "../../devel/exempi/buildlink3.mk"
|
||||
.include "../../graphics/lcms2/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libexif+= libexif>=0.6.14
|
||||
.include "../../graphics/libexif/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.36.2
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1620
graphics/eog/PLIST
Normal file
1620
graphics/eog/PLIST
Normal file
File diff suppressed because it is too large
Load diff
6
graphics/eog/distinfo
Normal file
6
graphics/eog/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.28 2019/10/25 14:37:27 kamil Exp $
|
||||
|
||||
SHA1 (eog-3.24.1.tar.xz) = d75c98d29d6084464480e870bef02a10dfa3433b
|
||||
RMD160 (eog-3.24.1.tar.xz) = aa5ded8144ca0ce001ed7dcb3da3c9031cc25cd4
|
||||
SHA512 (eog-3.24.1.tar.xz) = c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
|
||||
Size (eog-3.24.1.tar.xz) = 4632496 bytes
|
Loading…
Reference in a new issue