You are not logged in.

#1 2005-01-25 23:31:37

moret
Member
From: València, Països Catalans
Registered: 2005-01-25
Posts: 26

AcidRip 0.14 & lsdvd 0.10

AcidRip is a GUI for ripping DVDs with mencoder, lame. In order to show the DVD's tracks, it needs lsdvd.

AcidRip:

# Contributor: Sergio Jovani Guzman <moret@paretux.org>

pkgname=acidrip
pkgver=0.14
pkgrel=2
pkgdesc="AcidRip is a Gtk2::Perl  application for ripping and encoding DVD's"
url="http://untrepid.com/acidrip//"
depends=('mplayer' 'lsdvd' 'gtk-perl' 'lame' 'libdvdcss' 'gtk2-perl' 'glib-perl' 'perl')
source=(http://dl.sourceforge.net/sourceforge/acidrip/$pkgname-$pkgver.tar.gz)
md5sums=('c1c27bbf658e5c30f43e067a8ae283de')

build() {
   cd $startdir/src/$pkgname-$pkgver
 perl Makefile.PL
 sed -i "s%^DESTDIR.*%DESTDIR=$startdir/pkg%" Makefile
 make || return 1
 make prefix=$startdir/pkg/usr install
}

lsdvd:

# Contributor: Sergio Jovani Guzman <moret@paretux.org>

pkgname=lsdvd
pkgver=0.10
pkgrel=1
pkgdesc="Lsdvd is a c application for reading the contents of a DVD and printing the contents to your terminal"
url="http://untrepid.com/acidrip/"
depends=('libdvdread')
source=(http://dl.sourceforge.net/acidrip/$pkgname-$pkgver.tar.gz)
md5sums=('7fd659f8e26fd790ecc4903d7961985a')

build() {
 cd $startdir/src/$pkgname-$pkgver
   ./configure 
 make || return 1
 make prefix=$startdir/pkg/usr install
}

ArchLinux
2.6.11.7-ARCH
KDE 3.4
ADSL 512/128

Offline

Board footer

Powered by FluxBB