LaCie Lightscribe labeler?
Moderator: Moderators
-
- Baby Hen
- Posts: 15
- Joined: Sun Jan 21, 2007 19:30
- Location: Dallas GA. U.S.
LaCie Lightscribe labeler?
Has anyone gotten the LaCie Lightscribe labeler to work? I've tried searching the Gentoo forms and following them but haven't had success. Detailed directions would be appreciated since I'm only 2 days in to Sabayon. Thanks
-
- Old Dear Hen
- Posts: 964
- Joined: Mon Nov 27, 2006 9:48
- Location: Land Down Under / Australia
- Contact:
See here http://www.lacie.com/support/drivers/dr ... m?id=10095
and http://www.lacie.com/support/drivers/dr ... m?id=10094
and http://forums.gentoo.org/viewtopic-t-350661
If you can get the ebuild, you can file a bug report to suggest to add it to the sabayon overlay.
and http://www.lacie.com/support/drivers/dr ... m?id=10094
and http://forums.gentoo.org/viewtopic-t-350661
If you can get the ebuild, you can file a bug report to suggest to add it to the sabayon overlay.
Last edited by Appleman1234 on Sun Jan 28, 2007 16:28, edited 1 time in total.

-
- Baby Hen
- Posts: 15
- Joined: Sun Jan 21, 2007 19:30
- Location: Dallas GA. U.S.
I've been to Lacie and have the RPM on my desktop. The Gentoo forums link is a dead end (404).Appleman1234 wrote:See here http://www.lacie.com/support/drivers/dr ... m?id=10095
and http://www.lacie.com/support/drivers/dr ... m?id=10094
and http://forums.gentoo.org/viewtopic-t-35 ... art-0.html,
If you can get the ebuild, you can file a bug report to suggest to add it to the sabayon overlay.
I tried to follow a posting in Gentoo forums, but it was a little more than this young hen could follow it was more for an old roster.
-
- Old Dear Hen
- Posts: 964
- Joined: Mon Nov 27, 2006 9:48
- Location: Land Down Under / Australia
- Contact:
-
- Baby Hen
- Posts: 15
- Joined: Sun Jan 21, 2007 19:30
- Location: Dallas GA. U.S.
http://forums.gentoo.org/viewtopic-t-35 ... art-0.html,
Still coming up 404 error.
Thanks for trying to help
Still coming up 404 error.
Thanks for trying to help
-
- Simple Hen
- Posts: 41
- Joined: Sun Jul 09, 2006 21:06
Code: Select all
[url]http://forums.gentoo.org/viewtopic-t-350661.html[/url]

-
- Old Dear Hen
- Posts: 964
- Joined: Mon Nov 27, 2006 9:48
- Location: Land Down Under / Australia
- Contact:
http://forums.gentoo.org/viewtopic-t-350661.html works
and here the ebuilds
and then emerged them with:
Now all you have to do is ask cvill64 or another developer with overlay access to add them to our overlay or you could make your own overlay and add them to that. For the second option goto gentoo-wiki.com and search for 3rd party ebuilds and / or overlays.[/code]
and here the ebuilds
Code: Select all
#lacie/lightscribe/lightscribe-1.4.113.1.ebuild
LICENSE="freedist" # What is the license for this software?
RESTRICT="nomirror"
HOMEPAGE="http://www.lacie.com/lightscribe/"
SRC_URI="http://www.lacie.com/download/drivers/${P}-linux-2.6-intel.rpm"
KEYWORDS="amd64"
DESCRIPTION="LightScribe Host Software for Linux"
DEPEND="app-emulation/emul-linux-x86-compat
sys-devel/gcc
sys-libs/glibc
app-arch/rpm"
SLOT="0"
IUSE=""
src_unpack() {
rpm2cpio ${DISTDIR}/${A} | cpio -id
}
src_compile() {
chmod a+rx $(find ${WORKDIR} -type d)
chmod -R a+r ${WORKDIR}
mkdir -p ${WORKDIR}/usr/lib32
mv ${WORKDIR}/usr/lib/*.so* ${WORKDIR}/usr/lib32/
}
src_install() {
mv ${WORKDIR}/* ${D}/
}
Code: Select all
#lacie/4L/4L-1.0-r6.ebuild
LICENSE="freedist" # What is the license for this software?
RESTRICT="nomirror"
HOMEPAGE="http://www.lacie.com/lightscribe/"
SRC_URI="http://www.lacie.com/download/drivers/${P}-r6.i586.rpm"
KEYWORDS="amd64"
DEPEND="app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-compat
app-emulation/emul-linux-x86-xlibs
sys-devel/gcc
sys-libs/glibc
app-arch/rpm
lacie/lightscribe"
DESCRIPTION="LaCie LightScribe Labeler for Linux"
SLOT="0"
IUSE=""
src_unpack() {
rpm2cpio ${DISTDIR}/${A} | cpio -id
}
src_compile() {
chmod a+rx $(find ${WORKDIR} -type d)
chmod -R a+r ${WORKDIR}
}
src_install() {
mv ${WORKDIR}/* ${D}/
}
Code: Select all
emerge lacie/4L

-
- Old Dear Hen
- Posts: 964
- Joined: Mon Nov 27, 2006 9:48
- Location: Land Down Under / Australia
- Contact: