You are not logged in.

#1 2007-12-17 21:48:57

crouse
Arch Linux f@h Team Member
From: Iowa - USA
Registered: 2006-08-19
Posts: 907
Website

lightscribe PKGBUILD - my updates and install script.

First of all, my apologies if this is in the wrong place, please feel free to move it if it is.

The lightscribe pkgbuilds are outdated.  They show lightscribe 1.10.19.1-1 and it's now at: lightscribe-1.10.23.1
Packages are flagged as outdated in AUR. 

I'm basically a lazy person, so I wrote a script. I updated the PKGBUILDS for lightscribe and put a copy here:
http://archlinux.us/PKGBUILDS/lightscribe/PKGBUILD

Since i had MANY computers to put this on, I created a script to make it easier for me to install (remotely too).
wget http://archlinux.us/crouse/lightscribe.sh ; sh lightscribe.sh

This downloads http://archlinux.us/crouse/lightscribe.sh and runs it.  Below is the output of it on my screen. This way I could install lightscribe on 10 machines remotely.   The script isn't pefect (IE: no error checking - does not pre-check for dependencies), but it does what I wanted/needed it to do for my systems. Some of the dependencies can be avoided with pacman -S rpmextract libstdc++5 gcc libxi fontconfig libxinerama libxcursor libxrandr  skip the ones that are already installed of course...but those should be the dependencies lightscribe and 4L require.

Just thought i'd share in case someone else wanted to use it.  Again, I apologize if this is the wrong forum for the information.



[14:55:16 crouse]$ su -
Password:
[root@localhost ~]# wget http://archlinux.us/crouse/lightscribe.sh ; sh lightscribe.sh
--15:09:31--  http://archlinux.us/crouse/lightscribe.sh
           => `lightscribe.sh'
Resolving archlinux.us... 67.15.6.98
Connecting to archlinux.us|67.15.6.98|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 637 [application/x-sh]

100%[================================================================================>] 637           --.--K/s

15:09:32 (197.56 KB/s) - `lightscribe.sh' saved [637/637]

--15:09:32--  http://archlinux.us/PKGBUILDS/lightscribe/PKGBUILD
           => `PKGBUILD'
Resolving archlinux.us... 67.15.6.98
Connecting to archlinux.us|67.15.6.98|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 828 [text/plain]

100%[================================================================================>] 828           --.--K/s

15:09:32 (84.15 KB/s) - `PKGBUILD' saved [828/828]

==> Making package: lightscribe 1.10.23.1-1 (Mon Dec 17 15:09:32 CST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
   -> Downloading lightscribe-1.10.23.1-linux-2.6-intel.rpm
--15:09:33--  http://download.lightscribe.com/ls/lightscribe-1.10.23.1-linux-2.6-intel.rpm
           => `lightscribe-1.10.23.1-linux-2.6-intel.rpm'
Resolving download.lightscribe.com... 192.221.99.126, 198.78.220.126, 8.12.216.126
Connecting to download.lightscribe.com|192.221.99.126|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 634,202 (619K) [text/plain]

100%[================================================================================>] 634,202       92.28K/s    ETA 00:00

15:09:40 (89.81 KB/s) - `lightscribe-1.10.23.1-linux-2.6-intel.rpm' saved [634202/634202]

==> Validating source files with md5sums
    lightscribe-1.10.23.1-linux-2.6-intel.rpm ... Passed
==> Extracting Sources...
==> Starting build()...
==> Removing info/doc files...
==> Compressing man pages...
==> Generating .FILELIST file...
==> Generating .PKGINFO file...
==> Compressing package...
==> Finished making: lightscribe  (Mon Dec 17 15:09:43 CST 2007)
loading package data... done.
checking dependencies... done.
cleaning up... done.
(1/1) checking for file conflicts                   [#################################################################] 100%
(1/1) installing lightscribe                        [#################################################################] 100%
--15:10:10--  http://archlinux.us/PKGBUILDS/4l/PKGBUILD
           => `PKGBUILD'
Resolving archlinux.us... 67.15.6.98
Connecting to archlinux.us|67.15.6.98|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 861 [text/plain]

100%[================================================================================>] 861           --.--K/s

15:10:10 (131.89 KB/s) - `PKGBUILD' saved [861/861]

==> Making package: 4l 1.0r6-3 (Mon Dec 17 15:10:10 CST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
   -> Downloading 4L-1.0-r6.i586.rpm
--15:10:11--  http://www.lacie.com/download/drivers/4L-1.0-r6.i586.rpm
           => `4L-1.0-r6.i586.rpm'
Resolving www.lacie.com... 207.189.107.133
Connecting to www.lacie.com|207.189.107.133|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,603,229 (3.4M) [audio/x-pn-realaudio-plugin]

100%[================================================================================>] 3,603,229     90.63K/s    ETA 00:00

15:10:51 (89.69 KB/s) - `4L-1.0-r6.i586.rpm' saved [3603229/3603229]

==> Validating source files with md5sums
    4L-1.0-r6.i586.rpm ... Passed
==> Extracting Sources...
==> Starting build()...
==> Removing info/doc files...
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
==> Stripping symbols from binaries...
==> Generating .FILELIST file...
==> Generating .PKGINFO file...
==> Compressing package...
==> Finished making: 4l  (Mon Dec 17 15:10:57 CST 2007)
loading package data... done.
checking dependencies... done.
cleaning up... done.
(1/1) checking for file conflicts                   [#################################################################] 100%
(1/1) installing 4l                                 [#################################################################] 100%


Lightscribe and 4l installed.
To use, at a command line start with the command:
4L-gui
Have fun !! :)  Crouse
[root@localhost ~]#

Last edited by crouse (2007-12-17 22:02:52)

Offline

#2 2008-01-02 17:11:11

crouse
Arch Linux f@h Team Member
From: Iowa - USA
Registered: 2006-08-19
Posts: 907
Website

Re: lightscribe PKGBUILD - my updates and install script.

http://archlinux.us/PKGBUILDS/lightscribe/PKGBUILD

Updated for lightscribe-1.10.27.1


Maintainer: Romashka emailed me and is having internet connection issues, hence the delays in updating packages. He hopes to be back online soon.

Offline

Board footer

Powered by FluxBB