You are not logged in.

#1 2004-11-01 15:05:41

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

[updated] goobox (cdplayer and ripper for gnome)

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 smile 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

#2 2004-11-01 15:11:10

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

Re: [updated] goobox (cdplayer and ripper for gnome)

abcde


The impossible missions are the only ones which succeed.

Offline

#3 2004-11-01 15:16:37

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [updated] goobox (cdplayer and ripper for gnome)

abcde?

Offline

#4 2004-11-01 16:23:25

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [updated] goobox (cdplayer and ripper for gnome)

abcde seems a nice program

Offline

#5 2004-11-01 16:31:01

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

Re: [updated] goobox (cdplayer and ripper for gnome)

Michel wrote:

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

#6 2004-11-10 17:44:33

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [updated] goobox (cdplayer and ripper for gnome)

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

#7 2004-11-18 20:05:47

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [updated] goobox (cdplayer and ripper for gnome)

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

#8 2004-12-06 18:41:28

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: [updated] goobox (cdplayer and ripper for gnome)

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

Board footer

Powered by FluxBB