Sun Aug 14 13:47:56 2011 UTC ()
Revision bump after updating perl5 to 5.14.1.


(obache)
diff -r1.15 -r1.16 pkgsrc/multimedia/acidrip/Makefile
diff -r1.51 -r1.52 pkgsrc/multimedia/dvdrip/Makefile
diff -r1.6 -r1.7 pkgsrc/multimedia/p5-GStreamer/Makefile
diff -r1.27 -r1.28 pkgsrc/multimedia/p5-xmltv/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/multimedia/acidrip/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/acidrip/Makefile 2010/08/21 16:35:19 1.15
+++ pkgsrc/multimedia/acidrip/Makefile 2011/08/14 13:47:55 1.16
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2010/08/21 16:35:19 seb Exp $ 1# $NetBSD: Makefile,v 1.16 2011/08/14 13:47:55 obache Exp $
2# 2#
3 3
4DISTNAME= acidrip-0.14 4DISTNAME= acidrip-0.14
5PKGREVISION= 6 5PKGREVISION= 7
6CATEGORIES= multimedia 6CATEGORIES= multimedia
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://untrepid.com/acidrip/ 10HOMEPAGE= http://untrepid.com/acidrip/
11COMMENT= Gtk2::Perl application for ripping and encoding DVDs 11COMMENT= Gtk2::Perl application for ripping and encoding DVDs
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15DEPENDS+= lsdvd-[0-9]*:../../multimedia/lsdvd 15DEPENDS+= lsdvd-[0-9]*:../../multimedia/lsdvd
16DEPENDS+= mencoder-[0-9]*:../../multimedia/mencoder 16DEPENDS+= mencoder-[0-9]*:../../multimedia/mencoder
17DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer 17DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
18DEPENDS+= p5-gtk2>=1.040:../../x11/p5-gtk2 18DEPENDS+= p5-gtk2>=1.040:../../x11/p5-gtk2

cvs diff -r1.51 -r1.52 pkgsrc/multimedia/dvdrip/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/dvdrip/Makefile 2011/04/22 13:44:14 1.51
+++ pkgsrc/multimedia/dvdrip/Makefile 2011/08/14 13:47:55 1.52
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.51 2011/04/22 13:44:14 obache Exp $ 1# $NetBSD: Makefile,v 1.52 2011/08/14 13:47:55 obache Exp $
2# 2#
3 3
4DISTNAME= dvdrip-0.98.11 4DISTNAME= dvdrip-0.98.11
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= multimedia x11 sysutils 6CATEGORIES= multimedia x11 sysutils
7MASTER_SITES= http://www.exit1.org/dvdrip/dist/ 7MASTER_SITES= http://www.exit1.org/dvdrip/dist/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.exit1.org/dvdrip/ 10HOMEPAGE= http://www.exit1.org/dvdrip/
11COMMENT= Graphical frontend for DVD ripping 11COMMENT= Graphical frontend for DVD ripping
12 12
13DEPENDS+= lsdvd>=0.16nb3:../../multimedia/lsdvd 13DEPENDS+= lsdvd>=0.16nb3:../../multimedia/lsdvd
14DEPENDS+= mplayer>=0.90:../../multimedia/mplayer 14DEPENDS+= mplayer>=0.90:../../multimedia/mplayer
15DEPENDS+= ogmtools-[0-9]*:../../multimedia/ogmtools 15DEPENDS+= ogmtools-[0-9]*:../../multimedia/ogmtools
16DEPENDS+= transcode>=1.0.5nb1:../../multimedia/transcode 16DEPENDS+= transcode>=1.0.5nb1:../../multimedia/transcode
17DEPENDS+= xine-ui>=0.9.15:../../multimedia/xine-ui 17DEPENDS+= xine-ui>=0.9.15:../../multimedia/xine-ui
18DEPENDS+= xvid4conf>=1.12:../../multimedia/xvid4conf 18DEPENDS+= xvid4conf>=1.12:../../multimedia/xvid4conf

cvs diff -r1.6 -r1.7 pkgsrc/multimedia/p5-GStreamer/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/p5-GStreamer/Attic/Makefile 2011/04/22 13:42:32 1.6
+++ pkgsrc/multimedia/p5-GStreamer/Attic/Makefile 2011/08/14 13:47:56 1.7
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2011/04/22 13:42:32 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2011/08/14 13:47:56 obache Exp $
2# 2#
3 3
4DISTNAME= GStreamer-0.15 4DISTNAME= GStreamer-0.15
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= multimedia perl5 7CATEGORIES= multimedia perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/GStreamer/ 11HOMEPAGE= http://search.cpan.org/dist/GStreamer/
12COMMENT= Perl interface to the GStreamer library 12COMMENT= Perl interface to the GStreamer library
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends 17DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends
18DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig 18DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig
19 19

cvs diff -r1.27 -r1.28 pkgsrc/multimedia/p5-xmltv/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/p5-xmltv/Makefile 2010/08/21 16:35:19 1.27
+++ pkgsrc/multimedia/p5-xmltv/Makefile 2011/08/14 13:47:56 1.28
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.27 2010/08/21 16:35:19 seb Exp $ 1# $NetBSD: Makefile,v 1.28 2011/08/14 13:47:56 obache Exp $
2 2
3DISTNAME= xmltv-0.5.56 3DISTNAME= xmltv-0.5.56
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= multimedia perl5 6CATEGORIES= multimedia perl5
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://xmltv.org/wiki/ 11HOMEPAGE= http://xmltv.org/wiki/
12COMMENT= Set of utilities to manage your TV viewing 12COMMENT= Set of utilities to manage your TV viewing
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15# needed 15# needed
16DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip 16DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
17DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp 17DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
18DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser 18DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser