diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-06-02 12:07:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-06-02 12:07:29 +0000 |
commit | 39117cdacf74373c78411673a4e32ac7c71e5db7 (patch) | |
tree | 5c1ad2d51ab1a99e52064c495cf42c0376dbcd2b /multimedia/totem-pl-parser | |
parent | 22b5d0c12191229e39a88bece3ca107b94507cff (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')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 22 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/distinfo | 5 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/pkg-plist | 1 |
3 files changed, 13 insertions, 15 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> diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo index f63835f9690f..ae2d9ac48ffb 100644 --- a/multimedia/totem-pl-parser/distinfo +++ b/multimedia/totem-pl-parser/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome2/totem-pl-parser-3.10.6.tar.xz) = 98a5d9bed1b1c012aeb2692ded2fd49399593f70f297f43e01fc1c5e13576757 -SIZE (gnome2/totem-pl-parser-3.10.6.tar.xz) = 1606636 +TIMESTAMP = 1477062322 +SHA256 (gnome2/totem-pl-parser-3.10.7.tar.xz) = 9c8285bc3131faa309d5cba5a919d5166abc2b8cc5a0c850fe861be8b14e089c +SIZE (gnome2/totem-pl-parser-3.10.7.tar.xz) = 1608864 diff --git a/multimedia/totem-pl-parser/pkg-plist b/multimedia/totem-pl-parser/pkg-plist index 902d0b21941d..e67ec3363e21 100644 --- a/multimedia/totem-pl-parser/pkg-plist +++ b/multimedia/totem-pl-parser/pkg-plist @@ -23,7 +23,6 @@ libdata/pkgconfig/totem-plparser.pc %%DOCSDIR%%/api-reference.html %%DOCSDIR%%/home.png %%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml %%DOCSDIR%%/ix02.html %%DOCSDIR%%/left-insensitive.png %%DOCSDIR%%/left.png |