pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/acidrip Initial import of acidrip-0.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/79afe9850811
branches: trunk
changeset: 473564:79afe9850811
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Apr 20 22:58:57 2004 +0000
description:
Initial import of acidrip-0.12.
AcidRip is a Gtk2::Perl application for ripping and encoding DVD's. It
neatly wraps MPlayer and MEncoder, which I think is pretty handy, seeing
as MPlayer is by far the best bit of video playing kit around for *nix.
As well as creating a simple Graphical Interface for those scared of
getting down and dirty with MEncoders command line interface, It also
automates the process in a number of ways:
* Parses DVD into contents tree
* Finds longest title
* Calculate video bitrate for given filesize
* Finds black bands and crops them
* Gives suggestions for improved performance
* Other stuff!
diffstat:
multimedia/acidrip/DESCR | 13 +++++++++++++
multimedia/acidrip/Makefile | 24 ++++++++++++++++++++++++
multimedia/acidrip/PLIST | 1 +
multimedia/acidrip/distinfo | 4 ++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 6f6e64b4b0d1 -r 79afe9850811 multimedia/acidrip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/acidrip/DESCR Tue Apr 20 22:58:57 2004 +0000
@@ -0,0 +1,13 @@
+AcidRip is a Gtk2::Perl application for ripping and encoding DVD's. It
+neatly wraps MPlayer and MEncoder, which I think is pretty handy, seeing
+as MPlayer is by far the best bit of video playing kit around for *nix.
+As well as creating a simple Graphical Interface for those scared of
+getting down and dirty with MEncoders command line interface, It also
+automates the process in a number of ways:
+
+ * Parses DVD into contents tree
+ * Finds longest title
+ * Calculate video bitrate for given filesize
+ * Finds black bands and crops them
+ * Gives suggestions for improved performance
+ * Other stuff!
diff -r 6f6e64b4b0d1 -r 79afe9850811 multimedia/acidrip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/acidrip/Makefile Tue Apr 20 22:58:57 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 22:58:57 xtraeme Exp $
+#
+
+DISTNAME= acidrip-0.12
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/}
+
+MAINTAINER= xtraeme%NetBSD.org@localhost
+HOMEPAGE= http://acidrip.thirtythreeandathird.net/
+COMMENT= Gtk2::Perl application for ripping and encoding DVDs
+
+DEPENDS+= lsdvd-[0-9]*:../../multimedia/lsdvd
+DEPENDS+= mencoder-[0-9]*:../../multimedia/mencoder
+DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer
+DEPENDS+= p5-gtk2>=1.040:../../x11/p5-gtk2
+
+USE_BUILDLINK3= yes
+USE_PERL5= yes
+
+PERL5_REQD= 5.8
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/AcidRip/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f6e64b4b0d1 -r 79afe9850811 multimedia/acidrip/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/acidrip/PLIST Tue Apr 20 22:58:57 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 22:58:57 xtraeme Exp $
diff -r 6f6e64b4b0d1 -r 79afe9850811 multimedia/acidrip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/acidrip/distinfo Tue Apr 20 22:58:57 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/20 22:58:57 xtraeme Exp $
+
+SHA1 (acidrip-0.12.tar.gz) = c8bc596df1a71c72a4f430afca619fddd6e0e2d4
+Size (acidrip-0.12.tar.gz) = 90113 bytes
Home |
Main Index |
Thread Index |
Old Index