cd2ogg with vorbisgain support
port by Han Boetes (thx), with a few small fixes from me.
This commit is contained in:
parent
cf7460a4c4
commit
0e84e1d2aa
26
audio/vlorb/Makefile
Normal file
26
audio/vlorb/Makefile
Normal file
@ -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 <han@linux-mandrake.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
3
audio/vlorb/distinfo
Normal file
3
audio/vlorb/distinfo
Normal file
@ -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
|
12
audio/vlorb/patches/patch-vlorb
Normal file
12
audio/vlorb/patches/patch-vlorb
Normal file
@ -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;
|
8
audio/vlorb/pkg/DESCR
Normal file
8
audio/vlorb/pkg/DESCR
Normal file
@ -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}
|
3
audio/vlorb/pkg/PLIST
Normal file
3
audio/vlorb/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user