summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-06-02 12:07:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-06-02 12:07:29 +0000
commit39117cdacf74373c78411673a4e32ac7c71e5db7 (patch)
tree5c1ad2d51ab1a99e52064c495cf42c0376dbcd2b /multimedia/totem-pl-parser/Makefile
parentUpdate libgee to 0.8.1. (diff)
Update totem-pl-parser to 3.10.7.
* Add license * Review dependancies, replace libsoup-gnome with libsoup. * Remove the GCRYPT option, libgcrypt is hard requirement * Remove post-patch for libarchive, the port always installs a pkg-config file Obtained from: gnome devel repo (based on)
Notes
Notes: svn path=/head/; revision=442379
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r--multimedia/totem-pl-parser/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 882f8cfb534e..8ac6d9d82089 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.6
+PORTVERSION= 3.10.7
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -10,28 +10,26 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
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 \
- libsoup-gnome-2.4.so:devel/libsoup-gnome
+ 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
+USE_GNOME= glib20 gnomeprefix intltool introspection:build libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libarchive
INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
-OPTIONS_DEFINE= GCRYPT QUVI
-OPTIONS_DEFAULT=GCRYPT QUVI
+OPTIONS_DEFINE= QUVI
+OPTIONS_DEFAULT=QUVI
QUVI_DESC= Flash media stream URL support
QUVI_CONFIGURE_ENABLE= quvi
QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09
-GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
-GCRYPT_CONFIGURE_ENABLE= libgcrypt
-
-post-patch:
- @${REINPLACE_CMD} -e 's|pkg_modules libarchive"|pkg_modules"|g' \
- ${WRKSRC}/configure
.include <bsd.port.mk>