diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 22:58:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 22:58:57 +0000 |
commit | eb822231b65de15d4cc861c7f153099520ff884e (patch) | |
tree | 879b892411cb2f8efa6f4d75b5252fe723b92df4 | |
parent | bf45cd82dc5760b9bf1c99afcf3ff0ae8f98ce6d (diff) | |
download | pkgsrc-eb822231b65de15d4cc861c7f153099520ff884e.tar.gz |
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!
-rw-r--r-- | multimedia/acidrip/DESCR | 13 | ||||
-rw-r--r-- | multimedia/acidrip/Makefile | 24 | ||||
-rw-r--r-- | multimedia/acidrip/PLIST | 1 | ||||
-rw-r--r-- | multimedia/acidrip/distinfo | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/multimedia/acidrip/DESCR b/multimedia/acidrip/DESCR new file mode 100644 index 00000000000..72fbe217eb4 --- /dev/null +++ b/multimedia/acidrip/DESCR @@ -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 --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile new file mode 100644 index 00000000000..9bee5ea328f --- /dev/null +++ b/multimedia/acidrip/Makefile @@ -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 +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 --git a/multimedia/acidrip/PLIST b/multimedia/acidrip/PLIST new file mode 100644 index 00000000000..d8550199763 --- /dev/null +++ b/multimedia/acidrip/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 22:58:57 xtraeme Exp $ diff --git a/multimedia/acidrip/distinfo b/multimedia/acidrip/distinfo new file mode 100644 index 00000000000..7944163d648 --- /dev/null +++ b/multimedia/acidrip/distinfo @@ -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 |