summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-30 04:43:31 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-30 04:43:31 +0800
commit62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd (patch)
tree31dccecc4b2510f6badeba1001ce1cce39f00a74
parent5a8d76ea0ef7b64e9142e0e6399483a6143a7705 (diff)
downloadmarcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar.gz
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar.bz2
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar.lz
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar.xz
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.tar.zst
marcuscom-ports-62a3c4cbf582ece16a2aa48b7f5aeee87e702bcd.zip
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16821 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/totem-pl-parser/Makefile11
-rw-r--r--multimedia/totem-pl-parser/distinfo4
-rw-r--r--multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c22
-rw-r--r--multimedia/totem-pl-parser/pkg-plist17
4 files changed, 20 insertions, 34 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 69081b8c3..83bdd97ba 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.49 2011/10/23 15:28:52 kwm Exp $
+# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.50 2011/11/23 12:13:48 kwm Exp $
#
PORTNAME= totem-pl-parser
-PORTVERSION= 2.32.6
-PORTREVISION= 1
+PORTVERSION= 3.4.2
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -31,10 +30,10 @@ USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-libarchive
CONFIGURE_ENV= ARCHIVE_CFLAGS="-I/usr/include" \
ARCHIVE_LIBS="-L/usr/lib -larchive"
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS= QUVI "Enable flash media stream URL support" off
+OPTIONS= QUVI "Enable flash media stream URL support" off
.include <bsd.port.options.mk>
diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo
index 902c22646..b94ba720a 100644
--- a/multimedia/totem-pl-parser/distinfo
+++ b/multimedia/totem-pl-parser/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/totem-pl-parser-2.32.6.tar.xz) = 8e6ccef547f1ad311474a975032d2482e621550ee3d4d22c725cdc6b496e4874
-SIZE (gnome2/totem-pl-parser-2.32.6.tar.xz) = 1438372
+SHA256 (gnome2/totem-pl-parser-3.4.2.tar.xz) = 7b336f599610898beca8238408c9c8e1f1f264602cefb2d1f5601acf9a261ecd
+SIZE (gnome2/totem-pl-parser-3.4.2.tar.xz) = 1452392
diff --git a/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c b/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c
deleted file mode 100644
index d8b9c69a8..000000000
--- a/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- plparse/totem-pl-parser-videosite.c.orig 2011-11-23 17:32:50.000000000 +0100
-+++ plparse/totem-pl-parser-videosite.c 2011-11-23 17:33:51.000000000 +0100
-@@ -75,7 +75,7 @@ totem_pl_parser_add_videosite (TotemPlPa
- #ifdef HAVE_QUVI
- QUVIcode rc;
- quvi_t handle;
-- quvi_video_t v;
-+ quvi_media_t v;
- char *uri;
- /* properties */
- const char *video_uri;
-@@ -104,8 +104,8 @@ totem_pl_parser_add_videosite (TotemPlPa
- return TOTEM_PL_PARSER_RESULT_ERROR;
- }
-
-- getprop (QUVIPROP_VIDEOURL, video_uri);
-- if (quvi_getprop (v, QUVIPROP_VIDEOFILELENGTH, &length) == QUVI_OK)
-+ getprop (QUVIPROP_MEDIAURL, video_uri);
-+ if (quvi_getprop (v, QUVIPROP_MEDIACONTENTLENGTH, &length) == QUVI_OK)
- length_str = g_strdup_printf ("%f", length);
- else
- length_str = NULL;
diff --git a/multimedia/totem-pl-parser/pkg-plist b/multimedia/totem-pl-parser/pkg-plist
index 5cc738177..9f469a282 100644
--- a/multimedia/totem-pl-parser/pkg-plist
+++ b/multimedia/totem-pl-parser/pkg-plist
@@ -35,6 +35,7 @@ libdata/pkgconfig/totem-plparser.pc
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
@@ -75,6 +76,7 @@ share/locale/is/LC_MESSAGES/totem-pl-parser.mo
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/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
@@ -115,20 +117,19 @@ 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@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
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
-@dirrm %%DOCSDIR%%
-@dirrm include/totem-pl-parser/1/plparser
-@dirrm include/totem-pl-parser/1
-@dirrm include/totem-pl-parser
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@@ -153,6 +154,8 @@ share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
+@dirrmtry share/locale/km/LC_MESSAGES
+@dirrmtry share/locale/km
@dirrmtry share/locale/en@shaw/LC_MESSAGES
@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/dz/LC_MESSAGES
@@ -167,3 +170,9 @@ share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
+@dirrmtry share/locale/an/LC_MESSAGES
+@dirrmtry share/locale/an
+@dirrm %%DOCSDIR%%
+@dirrm include/totem-pl-parser/1/plparser
+@dirrm include/totem-pl-parser/1
+@dirrm include/totem-pl-parser