Lightscribe
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.lacie.com/download/drivers/lightscribe-1.4.136.1-linux-2.6-intel.rpm |
---|---|
Download Source: | http://www.lacie.com/download/drivers/4L-1.0-r6.i586.rpm |
Contents
Introduction to Lightscribe
Creates high quality labels from your DVD drive.
Project Homepage: http://www.lacie.com/us/
Dependencies
Required
- rpm2targz (to convert the rpm archive to a CLFS-friendly package)
Optional
Non-Multilib or Multilib
Unapacking the archives will install the binaries in /usr/4L with links to these in /usr/bin. These instructions assume you unpack the achives somewhere such as your home directory and move the files manually to their FHS proper locations.
This package only provides a 32-bit library so only one installation is required.
Unpack the archive:
for rpm in *.rpm; do rpm2targz $rpm; done && for tarball in *.tar.gz; do tar xf $tarball; done
Install the package:
mv usr/4L/4L-cli /usr/bin && mv usr/4L/4L-gui /usr/bin && mv usr/lib/liblightscribe.so.1 /usr/lib && ln -sv /usr/lib/liblightscribe.so /usr/lib/liblightscribe.so.1 && mv usr/lib/lightscribe /usr/lib && mv etc/*.rc /etc
Install the documentation:
install -dvm755 /usr/share/doc/lightscribe && mv usr/share/doc* /usr/share/doc/lightscribe && mv usr/4L/doc/* /usr/share/doc/lightscribe && install -dvm755 /usr/share/pixmaps/lacie && mv usr/4L/template/*.png /usr/share/pixmaps/lacie
Create a desktop file:
cat >> /usr/share/applications/lightscribe.desktop << EOF [Desktop Entry] Encoding=UTF-8 Name=LaCie Lightscribe Linux Type=Application GenericName=DVD Label Making Program Comment=Create professional labels on your DVDs. Exec=4L-gui Icon=/usr/share/lacie/full.png Terminal=false Categories=Application;AudioVideo;DiscBurning;Recorder; EOF
Contents
Installed Directories: | /usr/share/doc/lightscribe, /usr/share/pixmaps/lacie |
---|---|
Installed Programs: | 4L-cli, 4L-gui |
Installed Libraries: | liblightscribe.so.1 |
Short Descriptions
4L-cli | is the command-line program for creating DVD labels. |
---|---|
4L-gui | is the graphical program for creating DVD labels. |