[Midnightbsd-cvs] mports [19992] trunk/multimedia/totem-pl-parser: totem pl parser 3.10.5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:30:10 EDT 2015


Revision: 19992
          http://svnweb.midnightbsd.org/mports/?rev=19992
Author:   laffer1
Date:     2015-08-23 11:30:09 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
totem pl parser 3.10.5

Modified Paths:
--------------
    trunk/multimedia/totem-pl-parser/Makefile
    trunk/multimedia/totem-pl-parser/distinfo
    trunk/multimedia/totem-pl-parser/pkg-plist

Added Paths:
-----------
    trunk/multimedia/totem-pl-parser/files/
    trunk/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in

Modified: trunk/multimedia/totem-pl-parser/Makefile
===================================================================
--- trunk/multimedia/totem-pl-parser/Makefile	2015-08-23 15:28:30 UTC (rev 19991)
+++ trunk/multimedia/totem-pl-parser/Makefile	2015-08-23 15:30:09 UTC (rev 19992)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	totem-pl-parser
-PORTVERSION=	2.32.3
+PORTVERSION=	3.10.5
 PORTREVISION=	1
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
@@ -11,30 +11,28 @@
 COMMENT=	GObject-based library to parse a host of playlist formats
 LICENSE=	lgpl
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
-		soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
-RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		pathfix gettext
-USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack
+USES=		gettext gmake libarchive libtool pathfix pkgconfig tar:xz
+USE_GNOME=	glib20 gnomeprefix intltool introspection:build \
+		libxml2
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-libarchive
+INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	QUVI
-QUVI_DESC=	Enable flash media stream URL support
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	GCRYPT QUVI
+OPTIONS_DEFAULT=GCRYPT QUVI
+QUVI_DESC=	Flash media stream URL support
+QUVI_CONFIGURE_ENABLE=	quvi
+QUVI_LIB_DEPENDS=	libquvi-0.9.so:${PORTSDIR}/multimedia/libquvi09
+GCRYPT_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
+GCRYPT_CONFIGURE_ENABLE=	libgcrypt
 
-.include <bsd.mport.options.mk>
+post-patch:
+	@${REINPLACE_CMD} -e 's|pkg_modules libarchive"|pkg_modules"|g' \
+		${WRKSRC}/configure
 
-.if ${PORT_OPTIONS:MQUVI}
-LIB_DEPENDS+=	quvi:${PORTSDIR}/multimedia/libquvi
-CONFIGURE_ARGS+=--enable-enable-quvi
-.else
-CONFIGURE_ARGS+=--enable-enable-quvi=no
-.endif
-
 .include <bsd.port.mk>

Modified: trunk/multimedia/totem-pl-parser/distinfo
===================================================================
--- trunk/multimedia/totem-pl-parser/distinfo	2015-08-23 15:28:30 UTC (rev 19991)
+++ trunk/multimedia/totem-pl-parser/distinfo	2015-08-23 15:30:09 UTC (rev 19992)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/totem-pl-parser-2.32.3.tar.bz2) = c15149650c5420426e7becd6eb4298e898d1975cb7c9ff534cc0785d350916e2
-SIZE (gnome2/totem-pl-parser-2.32.3.tar.bz2) = 1586596
+SHA256 (gnome2/totem-pl-parser-3.10.5.tar.xz) = a746580f61b678029dadaa824a6923445afd944d12c40c5fccb27159799c8137
+SIZE (gnome2/totem-pl-parser-3.10.5.tar.xz) = 1594516

Added: trunk/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in
===================================================================
--- trunk/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in	                        (rev 0)
+++ trunk/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in	2015-08-23 15:30:09 UTC (rev 19992)
@@ -0,0 +1,11 @@
+--- totem-plparser.pc.in.orig	2013-07-08 07:28:46.000000000 +0000
++++ totem-plparser.pc.in	2014-03-11 09:24:22.359591337 +0000
+@@ -7,7 +7,7 @@
+ Description: Totem Playlist Parser library
+ Version: @VERSION@
+ Requires: glib-2.0 gobject-2.0 gio-2.0
+-Requires.private: gthread-2.0 libxml-2.0 @GMIME@ @ARCHIVE@
++Requires.private: gthread-2.0 libxml-2.0 @GMIME@
+ Libs: -L${libdir} -ltotem-plparser
+ Libs.private: @LIBGCRYPT_LIBS@
+ Cflags: -I${includedir}/totem-pl-parser/1/plparser @LIBGCRYPT_CFLAGS@


Property changes on: trunk/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/multimedia/totem-pl-parser/pkg-plist
===================================================================
--- trunk/multimedia/totem-pl-parser/pkg-plist	2015-08-23 15:28:30 UTC (rev 19991)
+++ trunk/multimedia/totem-pl-parser/pkg-plist	2015-08-23 15:30:09 UTC (rev 19992)
@@ -1,4 +1,3 @@
-include/totem-pl-parser/1/plparser/totem-disc.h
 include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h
 include/totem-pl-parser/1/plparser/totem-pl-parser-features.h
 include/totem-pl-parser/1/plparser/totem-pl-parser-mini.h
@@ -6,15 +5,16 @@
 include/totem-pl-parser/1/plparser/totem-pl-playlist.h
 lib/girepository-1.0/TotemPlParser-1.0.typelib
 lib/libtotem-plparser-mini.a
-lib/libtotem-plparser-mini.la
 lib/libtotem-plparser-mini.so
-lib/libtotem-plparser-mini.so.17
+lib/libtotem-plparser-mini.so.18
+lib/libtotem-plparser-mini.so.18.1.0
 lib/libtotem-plparser.a
-lib/libtotem-plparser.la
 lib/libtotem-plparser.so
-lib/libtotem-plparser.so.17
+lib/libtotem-plparser.so.18
+lib/libtotem-plparser.so.18.1.0
 libdata/pkgconfig/totem-plparser-mini.pc
 libdata/pkgconfig/totem-plparser.pc
+%%QUVI%%libexec/totem-pl-parser-videosite
 %%DOCSDIR%%/TotemPlParser.html
 %%DOCSDIR%%/TotemPlPlaylist.html
 %%DOCSDIR%%/annotation-glossary.html
@@ -25,16 +25,19 @@
 %%DOCSDIR%%/index.html
 %%DOCSDIR%%/index.sgml
 %%DOCSDIR%%/ix02.html
+%%DOCSDIR%%/left-insensitive.png
 %%DOCSDIR%%/left.png
+%%DOCSDIR%%/right-insensitive.png
 %%DOCSDIR%%/right.png
 %%DOCSDIR%%/style.css
-%%DOCSDIR%%/totem-pl-parser-TotemDisc.html
 %%DOCSDIR%%/totem-pl-parser-TotemPlPlaylistIter.html
-%%DOCSDIR%%/totem-pl-parser.devhelp
 %%DOCSDIR%%/totem-pl-parser.devhelp2
+%%DOCSDIR%%/up-insensitive.png
 %%DOCSDIR%%/up.png
 share/gir-1.0/TotemPlParser-1.0.gir
+share/locale/af/LC_MESSAGES/totem-pl-parser.mo
 share/locale/am/LC_MESSAGES/totem-pl-parser.mo
+share/locale/an/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ar/LC_MESSAGES/totem-pl-parser.mo
 share/locale/as/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ast/LC_MESSAGES/totem-pl-parser.mo
@@ -45,6 +48,7 @@
 share/locale/bn/LC_MESSAGES/totem-pl-parser.mo
 share/locale/bn_IN/LC_MESSAGES/totem-pl-parser.mo
 share/locale/br/LC_MESSAGES/totem-pl-parser.mo
+share/locale/bs/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ca/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ca at valencia/LC_MESSAGES/totem-pl-parser.mo
 share/locale/cs/LC_MESSAGES/totem-pl-parser.mo
@@ -63,7 +67,9 @@
 share/locale/fa/LC_MESSAGES/totem-pl-parser.mo
 share/locale/fi/LC_MESSAGES/totem-pl-parser.mo
 share/locale/fr/LC_MESSAGES/totem-pl-parser.mo
+share/locale/fur/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ga/LC_MESSAGES/totem-pl-parser.mo
+share/locale/gd/LC_MESSAGES/totem-pl-parser.mo
 share/locale/gl/LC_MESSAGES/totem-pl-parser.mo
 share/locale/gu/LC_MESSAGES/totem-pl-parser.mo
 share/locale/he/LC_MESSAGES/totem-pl-parser.mo
@@ -75,6 +81,8 @@
 share/locale/it/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ja/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ka/LC_MESSAGES/totem-pl-parser.mo
+share/locale/kk/LC_MESSAGES/totem-pl-parser.mo
+share/locale/km/LC_MESSAGES/totem-pl-parser.mo
 share/locale/kn/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ko/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ku/LC_MESSAGES/totem-pl-parser.mo
@@ -111,10 +119,12 @@
 share/locale/sv/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ta/LC_MESSAGES/totem-pl-parser.mo
 share/locale/te/LC_MESSAGES/totem-pl-parser.mo
+share/locale/tg/LC_MESSAGES/totem-pl-parser.mo
 share/locale/th/LC_MESSAGES/totem-pl-parser.mo
 share/locale/tr/LC_MESSAGES/totem-pl-parser.mo
 share/locale/ug/LC_MESSAGES/totem-pl-parser.mo
 share/locale/uk/LC_MESSAGES/totem-pl-parser.mo
+share/locale/uz at cyrillic/LC_MESSAGES/totem-pl-parser.mo
 share/locale/vi/LC_MESSAGES/totem-pl-parser.mo
 share/locale/wa/LC_MESSAGES/totem-pl-parser.mo
 share/locale/xh/LC_MESSAGES/totem-pl-parser.mo
@@ -121,49 +131,3 @@
 share/locale/zh_CN/LC_MESSAGES/totem-pl-parser.mo
 share/locale/zh_HK/LC_MESSAGES/totem-pl-parser.mo
 share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo
- at dirrm %%DOCSDIR%%
- at dirrm include/totem-pl-parser/1/plparser
- at dirrm include/totem-pl-parser/1
- at dirrm include/totem-pl-parser
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/ps/LC_MESSAGES
- at dirrmtry share/locale/ps
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as



More information about the Midnightbsd-cvs mailing list