summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /multimedia/totem-pl-parser/Makefile
parentRemove expired ports: (diff)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
Notes
Notes: svn path=/head/; revision=480951
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 215dc5b481af..6e4a632eb17e 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= totem-pl-parser
-PORTVERSION= 3.10.8
+PORTVERSION= 3.26.1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -13,27 +13,21 @@ COMMENT= GObject-based library to parse a host of playlist formats
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
+LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \
libsoup-2.4.so:devel/libsoup \
libgpg-error.so:security/libgpg-error \
libgcrypt.so:security/libgcrypt
-USES= gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz
-USE_GNOME= glib20 gnomeprefix intltool introspection:build libxml2
+USES= gettext gnome libarchive localbase:ldflags meson pkgconfig tar:xz
+USE_GNOME= glib20 introspection:build libxml2
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-libarchive
-INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
OPTIONS_DEFINE= QUVI
OPTIONS_DEFAULT=QUVI
+
QUVI_DESC= Flash media stream URL support
-QUVI_CONFIGURE_ENABLE= quvi
+QUVI_MESON_YES= enable-quvi
QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09
-post-patch:
- @${REINPLACE_CMD} -e 's|gmime-3.0|disabled-gmime-3.0|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>