You are not logged in.
Heya,
I tried this new app. It's really promising ... it just doesn't work well for me at the moment. This is an app I was looking for, although I woud like to see kde's audio-slave for gnome with id-tag-support.
have fun:
PKGBUILD:
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=goobox
pkgver=0.6.0
pkgrel=1
pkgdesc="Goobox is a CD player and ripper for the Gnome Desktop environment."
source=(http://ftp.gnome.org/pub/GNOME/sources/goobox/0.6/$pkgname-$pkgver.tar.bz2
goobox.install )
depends=('gnome-media' 'gst-plugins' 'gtk2')
url="http://gnomefiles.org/app.php?soft_id=531"
license="GPL"
md5sums=('1b3ef5e6c08059f179f428cfcfe7a8ae' '9fc2d6b3b4a72712e3d267460aba81b4')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/gnome --disable-schemas-install;
make || return 1;
make DESTDIR=$startdir/pkg install;
}
goobox.install:
schemas=(
'opt/gnome/etc/gconf/schemas/goobox.schemas'
)
post_install() {
for schema in "${schemas[@]}" ; do
GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
done
echo "updating scrollkeeper catalogue ..."
scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
update-desktop-database > /dev/null 2>&1
}
post_upgrade() {
post_install $1
}
pre_remove() {
for schema in "${schemas[@]}" ; do
GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-uninstall-rule "$schema" > /dev/null 2>&1
done
echo "updating scrollkeeper catalogue ..."
scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
update-desktop-database > /dev/null 2>&1
}
op=$1
shift
$op $*
Offline
abcde
The impossible missions are the only ones which succeed.
Offline
abcde?
Offline
abcde seems a nice program
Offline
abcde?
a command-line tool to rip cd's ... very easy, very fast, very automatic ... in my eyes, the best one to digitalize your cd's
http://www.hispalinux.es/~data/abcde.php
EDIT: forgot: it is in extra
The impossible missions are the only ones which succeed.
Offline
Heya,
I updated to 0.4. I was wondering I can only see 4 groups when I do pacman -Qg
Are there any groups like cdplayer/cdripper ?
Michel
Offline
Heya,
this is the pkgbuild for 0.5: you can now set some quality-settings for ripping, ... some nice things.
I can't seem to get ripping going ... others seems to be able I think. Is anyone else trying this app? Can you rip? Is there any way I can get more info ... no info is printed out. I have the gstreamer cdparanoia and flac-enc plugin ... I also tried with the other formats ...
Offline
Heya,
I can confirm that ripping works partially on archlinux: riping to mp3 and wav works (I'm using latest gstreamer-updates). However ripping to ogg and flac doesn't work ... I think this is an archlinux-related problem ... I'm not sure however, but nobody else complained about not being able to rip to flac and ogg on gnomefiles.org, except me ...
this is the error I get when trying to rip to ogg:
goobox: symbol lookup error: /opt/gnome/lib/gstreamer-0.8/libgstvorbis.so: undefined symbol: vorbis_info_init
Ripping to flac, doesn't give an error. It crashes the program ...
Michel
Offline