You are not logged in.

#1 2008-02-15 16:36:05

luuuciano
Member
Registered: 2007-01-27
Posts: 310

[fix] mixxx 1.6beta2 (qt4 issue)

Hi!

I am trying to package mixxx 1.6beta2
here is the previous pkgbuild in AUR: http://aur.archlinux.org/packages.php?d … s=1&ID=677

the problem is the qt4 -> qt . qt -> qt3 issue...
I have tried adding scons qtdir=/usr/lib/qt to the build section, but is not working...

wich is the right way to solve it?


# Contributor: qwerty <qwerty@bruciati.net>

pkgname="mixxx"
pkgver="1.6.0beta2"
pkgrel=1
pkgdesc="digital dj mixing software allows you to use Ogg Vorbis, MP3 and wave files in your live DJ mix."
url="http://mixxx.sourceforge.net/"
license="GPL"
depends=('fftw' 'libmad' 'libid3tag' 'libsndfile' 'libogg' 'libvorbis' 'portaudio' 'qt4')
makedepends=('scons' 'pkgconfig')
arch=('i686')
source=("http://ufpr.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-1.6.0-beta2-src.tar.gz")
md5sums=('7752590733149ea5a023c808b3899bbd')

build() {
cd $startdir/src/$pkgname-$pkgver
scons qtdir=/usr/lib/qt
scons prefix=/usr install_root=$startdir/pkg/usr
scons prefix=/usr install_root=$startdir/pkg/usr install
}


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#2 2008-02-15 17:48:54

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [fix] mixxx 1.6beta2 (qt4 issue)

See my comment on http://aur.archlinux.org/packages.php?d … amp;ID=677

Offline

#3 2008-02-15 18:33:49

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: [fix] mixxx 1.6beta2 (qt4 issue)

Thanks a lot Stephan, but it says:

Error: Prefix path does not exist!
install: missing file operand
Pruebe `install --help' para más información.
==> ERROR: Fallo build()
    Abortando...


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#4 2008-02-15 21:42:28

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [fix] mixxx 1.6beta2 (qt4 issue)

luuuciano wrote:

Thanks a lot Stephan, but it says:

Error: Prefix path does not exist!
install: missing file operand
Pruebe `install --help' para más información.
==> ERROR: Fallo build()
    Abortando...

This is really weird. I have the package. Try

# Contributor: qwerty <qwerty@bruciati.net>

pkgname="mixxx"
pkgver="1.6.0beta2"
pkgrel=2
pkgdesc="digital dj mixing software allows you to use Ogg Vorbis, MP3 and wave files in your live DJ mix."
url="http://mixxx.sourceforge.net/"
license=('GPL')
depends=('fftw' 'libmad' 'libid3tag' 'libsndfile' 'libvorbis' 'portaudio' 'qt')
makedepends=('scons' 'pkgconfig')
arch=('i686')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-1.6.0-beta2-src.tar.gz")
md5sums=('7752590733149ea5a023c808b3899bbd')

build() {
cd $startdir/src/$pkgname-$pkgver
scons qtdir=/usr/lib/qt || return 1
install -d $startdir/pkg/usr
scons qtdir=/usr/lib/qt prefix=$startdir/pkg/usr install || return 1
}

Offline

#5 2008-02-15 22:27:17

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: [fix] mixxx 1.6beta2 (qt4 issue)

noup, the same message...

$startdir/pkg/usr
is ok?
there is no directory $startdir/pkg/usr ... (no idea, Im just guessing... )
maybe a kdemod issue?

Last edited by luuuciano (2008-02-15 23:04:03)


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#6 2008-02-16 06:58:17

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [fix] mixxx 1.6beta2 (qt4 issue)

This worked for me, but sometimes, if in the directory $startdir/src some stuff from former compiles is lying around, the compile fails. So try to remove the src-directory and try again.

I do not either kde nor kde-mod. If kde-mod needs qt to be installed elsewhere that can be an issue, but I do not think so.

Rather weird!

Offline

#7 2008-02-16 17:27:56

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: [fix] mixxx 1.6beta2 (qt4 issue)

wow, I have tried the last one again and it worked ok!
but the PKGBUILD in the aur comments do not work for me..

thanks a lot Stefan!
I can use mixxx beta2 now...


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

Board footer

Powered by FluxBB