You are not logged in.

#1 2005-03-02 15:30:41

cmp
Member
Registered: 2005-01-03
Posts: 350

[NEW] cd2ogg

Hi, my newest package cd2ogg. it's a bash cd ripping script and encodes all ripped files to ogg and does even do a disc lookup at an cd database.
The PKGBUILD is maybe a bit simplistic, but I see no need for the files I left out, so please fell free to modify the PKGBUILD to match your needs.

PKGBUILD:

pkgname=cd2ogg
pkgver=2.4.6
pkgrel=1
pkgdesc="a bash cd ripping script"
url="cd2ogg.sf.net"
license="GPL"
depends=(cdparanoia vorbis-tools wget hd2u cd-discid normalize bc)
source=($pkgname-$pkgver.tar.gz)
md5sums=()

build() {
    cd $startdir/src/$pkgname-$pkgver
 
    # copy man page and script from hand
    # do not copy pixmap, documentation and .desktop entries
    mkdir -p $startdir/pkg/usr/bin
    mkdir -p $startdir/pkg/usr/share/man/man1
   
    cp cd2ogg             $startdir/pkg/usr/bin
    cp support_files/manpage/*     $startdir/pkg/usr/share/man/man1
}

Offline

#2 2005-03-02 15:37:33

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [NEW] cd2ogg

abcde -o ogg

The impossible missions are the only ones which succeed.

Offline

#3 2005-03-02 16:16:10

cmp
Member
Registered: 2005-01-03
Posts: 350

Re: [NEW] cd2ogg

why arch, there's debian?
some people like the freedom of choice.

Offline

#4 2005-03-02 19:08:05

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [NEW] cd2ogg

cmp wrote:

why arch, there's debian?
some people like the freedom of choice.

yes, you are right!
but why use anything but abcde... tongue


To err is human... to really foul up requires the root password.

Offline

#5 2005-03-02 21:10:33

cmp
Member
Registered: 2005-01-03
Posts: 350

Re: [NEW] cd2ogg

to be honest, I didn't know about it and some time ago I found this nice tool, but had never the time to test it.
So I just made a simple PKGBUILD and wanted to share it, since this script is quite nice and shows, what's possible in bash.

Offline

Board footer

Powered by FluxBB