You are not logged in.

#1 2004-12-22 16:15:44

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Xcdroast with gtk2 support

I have just rewrote the PKGBUILD script of xcdroast to make xcdroast with gtk2 support.
I am not really sure about the dependencies. Perhaps someone could check this for me.
I don't have that much time at the moment.
Here we go:

PKGBUILD:

pkgname=xcdroast
pkgver=0.98alpha15
pkgrel=1
pkgdesc="User-friendly CD-burning software with gtk2-support"
depends=('glib2' 'cdrtools' 'gtk2' 'libungif' 'libpng' 'imlib' 'gdk-pixbuf' 'pcre')
source=(http://umn.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://www.xcdroast.org/"
md5sums=('2a9c1d9f2ef58713c453e674b989be3e')

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

Perhaps someone is interested.

greetz

Offline

#2 2004-12-22 16:42:44

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

Re: Xcdroast with gtk2 support

--enable-gtk2

is an excellent idea!!!! i didn't know that they support it now

you can post a feature request @ bugs.archlinux.org


The impossible missions are the only ones which succeed.

Offline

#3 2004-12-22 16:57:43

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: Xcdroast with gtk2 support

Hi,

thx
I added a feature request.

Notze

Offline

#4 2004-12-24 05:28:36

dammit
Member
Registered: 2004-07-06
Posts: 67

Re: Xcdroast with gtk2 support

how can i add support for dvdpro support? it seems it's needed for dvd burning
thanks

Offline

#5 2004-12-24 08:56:04

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: Xcdroast with gtk2 support

dammit wrote:

how can i add support for dvdpro support? it seems it's needed for dvd burning
thanks

hm.. perhaps it is an optional feature.
Download the sources and untar them and try a ./configure --help.
And check if there the dvdpro support can be enabled.
Perhaps it is automatically enabled when dvdpro is installed.

Notze

Offline

Board footer

Powered by FluxBB