mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/libgepub: update to 0.7.3
PR: 284416
This commit is contained in:
parent
ddf194b7e0
commit
20d8e7ece0
4 changed files with 26 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tumbler
|
PORTNAME= tumbler
|
||||||
PORTVERSION= 4.20.0
|
PORTVERSION= 4.20.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= deskutils xfce
|
CATEGORIES= deskutils xfce
|
||||||
MASTER_SITES= XFCE
|
MASTER_SITES= XFCE
|
||||||
PKGNAMEPREFIX= xfce4-
|
PKGNAMEPREFIX= xfce4-
|
||||||
|
@ -45,7 +45,7 @@ GSTREAMER_DESC= GStreamer thumbnailer plugin
|
||||||
COVER_LIB_DEPENDS= libcurl.so:ftp/curl
|
COVER_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
COVER_CONFIGURE_ENABLE= cover-thumbnailer
|
COVER_CONFIGURE_ENABLE= cover-thumbnailer
|
||||||
|
|
||||||
EPUB_LIB_DEPENDS= libgepub-0.6.so:textproc/libgepub
|
EPUB_LIB_DEPENDS= libgepub-0.7.so:textproc/libgepub
|
||||||
EPUB_CONFIGURE_ENABLE= gepub-thumbnailer
|
EPUB_CONFIGURE_ENABLE= gepub-thumbnailer
|
||||||
|
|
||||||
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
|
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
PORTNAME= libgepub
|
PORTNAME= libgepub
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.7.3
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= textproc gnome
|
CATEGORIES= textproc gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
DIST_SUBDIR= gnome
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= GObject based library for handling and rendering epub documents
|
COMMENT= GObject based library for handling and rendering epub documents
|
||||||
|
WWW= https://gitlab.gnome.org/GNOME/libgepub
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL20+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \
|
LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3
|
||||||
libsoup-2.4.so:devel/libsoup
|
|
||||||
|
|
||||||
USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \
|
USES= compiler:c11 gettext-runtime gnome libarchive meson \
|
||||||
tar:xz
|
pkgconfig tar:xz
|
||||||
USE_GNOME= gtk30 introspection:build libxml2
|
USE_GNOME= glib20 introspection:build libxml2
|
||||||
|
|
||||||
|
MESON_ARGS= -Dwidget=false
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1526318187
|
TIMESTAMP = 1744128718
|
||||||
SHA256 (libgepub-0.6.0.tar.xz) = c78a395cc1d9c57b4485958ed83ffb96ed442750cfafa7797dd6d986b9f7b399
|
SHA256 (gnome/libgepub-0.7.3.tar.xz) = 5a56695aa8a9132d67c0792a40f252ce0a48d9d032b4e1a8a6ce98af14fd5e1b
|
||||||
SIZE (libgepub-0.6.0.tar.xz) = 26092
|
SIZE (gnome/libgepub-0.7.3.tar.xz) = 27220
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
include/libgepub-0.6/gepub-archive.h
|
include/libgepub-0.7/config.h
|
||||||
include/libgepub-0.6/gepub-doc.h
|
include/libgepub-0.7/gepub-archive.h
|
||||||
include/libgepub-0.6/gepub-text-chunk.h
|
include/libgepub-0.7/gepub-doc.h
|
||||||
include/libgepub-0.6/gepub-widget.h
|
include/libgepub-0.7/gepub-text-chunk.h
|
||||||
include/libgepub-0.6/gepub.h
|
include/libgepub-0.7/gepub.h
|
||||||
lib/girepository-1.0/Gepub-0.6.typelib
|
lib/girepository-1.0/Gepub-0.7.typelib
|
||||||
lib/libgepub-0.6.so
|
lib/libgepub-0.7.so
|
||||||
lib/libgepub-0.6.so.0
|
lib/libgepub-0.7.so.0
|
||||||
lib/libgepub-0.6.so.0.0.0
|
lib/libgepub-0.7.so.0.0.0
|
||||||
libdata/pkgconfig/libgepub-0.6.pc
|
libdata/pkgconfig/libgepub-0.7.pc
|
||||||
share/gir-1.0/Gepub-0.6.gir
|
share/gir-1.0/Gepub-0.7.gir
|
||||||
|
|
Loading…
Add table
Reference in a new issue