diff --git a/audio/vlorb/Makefile b/audio/vlorb/Makefile new file mode 100644 index 00000000000..f691f884e32 --- /dev/null +++ b/audio/vlorb/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/04/15 15:49:08 espie Exp $ +COMMENT= "cd2ogg with vorbisgain support" +DISTNAME= vlorb-1.0 +CATEGORIES= audio + +HOMEPAGE= http://jk.yazzy.org/projects/vlorb/ + +MAINTAINER= Han Boetes + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${HOMEPAGE}/releases/ + +RUN_DEPENDS= :cdparanoia-*:audio/cdparanoia \ + :vorbis-tools-*:audio/vorbis-tools \ + :vorbisgain-*:audio/vorbisgain \ + :p5-CDDB-*:audio/p5-cddb + +FAKE_FLAGS= mandir=${DESTDIR}${TRUEPREFIX}/man +NO_REGRESS= Yes + +.include diff --git a/audio/vlorb/distinfo b/audio/vlorb/distinfo new file mode 100644 index 00000000000..3e74f6ca4f1 --- /dev/null +++ b/audio/vlorb/distinfo @@ -0,0 +1,3 @@ +MD5 (vlorb-1.0.tar.gz) = 959ff06d018b055f6a4b9dc30b53c608 +RMD160 (vlorb-1.0.tar.gz) = b5a8329d157e92e19e844f000777a36df3155446 +SHA1 (vlorb-1.0.tar.gz) = 91eae49985907623a14036cb653a901639156ff0 diff --git a/audio/vlorb/patches/patch-vlorb b/audio/vlorb/patches/patch-vlorb new file mode 100644 index 00000000000..765e5cb3fb5 --- /dev/null +++ b/audio/vlorb/patches/patch-vlorb @@ -0,0 +1,12 @@ +$OpenBSD: patch-vlorb,v 1.1.1.1 2003/04/15 15:49:08 espie Exp $ +--- vlorb.orig Tue Apr 8 14:10:01 2003 ++++ vlorb Tue Apr 8 14:10:47 2003 +@@ -36,7 +36,7 @@ use warnings; + my %config; + + # Path to device name of CD-ROM to use. +-$config{device} = '/dev/cdrom'; ++$config{device} = '/dev/cd0c'; + + # 1 = Use bitrate mode, 0 = use quality mode for ogg encoding. + $config{use_bitrate} = 0; diff --git a/audio/vlorb/pkg/DESCR b/audio/vlorb/pkg/DESCR new file mode 100644 index 00000000000..5fbcadbd8ee --- /dev/null +++ b/audio/vlorb/pkg/DESCR @@ -0,0 +1,8 @@ +vlorb is a console frontend for cdparanoia and CDDB. It rips and encodes +tracks from an audio CD to Ogg Vorbis files. The aim of vlorb is to +create high-quality Ogg Vorbis audio files in a simple way, while +providing a comfortable feature set. + +vlorb uses CDDB to get CD information for tagging and file naming. + +WWW: ${HOMEPAGE} diff --git a/audio/vlorb/pkg/PLIST b/audio/vlorb/pkg/PLIST new file mode 100644 index 00000000000..b0fb83b5f05 --- /dev/null +++ b/audio/vlorb/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/15 15:49:08 espie Exp $ +bin/vlorb +man/man1/vlorb.1