pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib support theora, bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5017fe774dd2
branches:  trunk
changeset: 537314:5017fe774dd2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Jan 06 15:36:41 2008 +0000

description:
support theora, bump PKGREVISION

diffstat:

 multimedia/xine-lib/Makefile     |  5 ++++-
 multimedia/xine-lib/PLIST.common |  4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 47dcb4950111 -r 5017fe774dd2 multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile      Sun Jan 06 14:55:00 2008 +0000
+++ b/multimedia/xine-lib/Makefile      Sun Jan 06 15:36:41 2008 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2007/06/15 18:20:04 drochner Exp $
+# $NetBSD: Makefile,v 1.53 2008/01/06 15:36:41 drochner Exp $
 
 .include "Makefile.common"
 
+PKGREVISION=           1
+
 COMMENT=               Multimedia player library
 
 BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1
@@ -38,6 +40,7 @@
 .include "../../graphics/mng/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../misc/libcdio/buildlink3.mk"
+.include "../../multimedia/libtheora/buildlink3.mk"
 .include "../../sysutils/vcdimager-devel/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
diff -r 47dcb4950111 -r 5017fe774dd2 multimedia/xine-lib/PLIST.common
--- a/multimedia/xine-lib/PLIST.common  Sun Jan 06 14:55:00 2008 +0000
+++ b/multimedia/xine-lib/PLIST.common  Sun Jan 06 15:36:41 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.19 2007/06/15 18:20:05 drochner Exp $
+@comment $NetBSD: PLIST.common,v 1.20 2008/01/06 15:36:41 drochner Exp $
 bin/xine-config
 include/xine.h
 include/xine/alphablend.h
@@ -101,6 +101,8 @@
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_spudvb.so
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_sputext.a
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_sputext.so
+lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_theora.a
+lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_theora.so
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_vorbis.a
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_vorbis.so
 lib/xine/plugins/${XINE_LIB_VER}/xineplug_decode_yuv.a



Home | Main Index | Thread Index | Old Index