You are not logged in.
Pages: 1
Now then it works, how many will use it on arch?
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=lightscribe
pkgver=1.10.13.1
pkgrel=1
pkgdesc="LightScribe Host Software for Linux"
arch=('i686')
url="http://www.lightscribe.com/downloadSection/linux/index.aspx?id=814"
license="custom"
depends=('libstdc++5')
makedepends=('rpmextract')
source=(http://download.lightscribe.com/ls/$pkgname-$pkgver-linux-2.6-intel.rpm)
#md5sums=('b4cf7cb96f71506ef84f304b9a7d9c96')
options=('!strip')
build() {
cd $startdir/src
rpmextract.sh $pkgname-$pkgver-linux-2.6-intel.rpm 2> /dev/null
cp -R etc usr $startdir/pkg
find $startdir/pkg -type d -exec chmod 755 {} \;
mkdir -p $startdir/pkg/usr/share/licenses/lightscribe
mv $startdir/pkg/usr/share/doc/lightscribeLicense.rtf $startdir/pkg/usr/share/licenses/lightscribe/license.rtf
}^ No right checksum, yet.
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=4l
pkgver=1.0r6
_realname=4L-1.0-r6
pkgrel=3
pkgdesc="4L: LaCie LightScribe Labeler for Linux"
arch=('i686')
url="http://www.lacie.com/products/product.htm?pid=10803"
depends=('gcc' 'libxi' 'fontconfig' 'libxinerama' 'libxcursor' 'libxrandr' 'lightscribe')
makedepends=('rpmextract')
source=(http://www.lacie.com/download/drivers/$_realname.i586.rpm)
md5sums=('11fc8b2daeaed2b61a567056413bdefd')
build() {
cd $startdir/src
rpmextract.sh 4L-1.0-r6.i586.rpm 2> /dev/null
mkdir -p $startdir/pkg/{opt,usr/bin}
cp -R usr/4L $startdir/pkg/opt
cd $startdir/pkg/usr/bin
ln -s ../../opt/4L/4L-cli 4L-cli
ln -s ../../opt/4L/4L-gui 4L-gui
find $startdir/pkg/opt -type d -exec chmod 755 {} \;
chmod -x $startdir/pkg/opt/4L/*/*
chmod +s $startdir/pkg/opt/4L/4L-cli
}Both worked on my rig.
Last edited by intsarts (2007-09-18 04:00:43)
Mmm... Doughnuts....
Offline
I'm still getting a segfault with every version I've tried.
Offline
I'm still getting a segfault with every version I've tried.
You can get libstdc++5 pkgbuild from cvs and re-makepkg it, it's the key ![]()
Mmm... Doughnuts....
Offline
Wow! That was suggested on the now famous Gentoo thread about Lightscribe.
By any chance, do you know why rebuilding libstdc++ works? I ask because I am wondering if it would be useful information for the 32 bit maintainer. I'm on 64 bit and am using lib32 stuff. If the official build would work, then the lib32 build should work also. Of course I could set up a cross compiling setup, but it would be easier not to.
Offline
Great! I've been waiting for that for ages... I just checked back today to see if someone made it working in the meantime. And it works fine, even without rebuilding libstdc++ for me. Thank you so much!
They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!
Offline
Pages: 1