[app-cdr/*lightscribe*] import ebuilds from http://ftp.disconnected-by-peer.at/pub/overlay/geos_one-overlay.xml
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
AUX lacie-lightscribe-labeler.desktop 284 RMD160 2a817ffccf992427ad171a8e883613ae9ab45eb5 SHA1 4ad1fe6ff99fdbc040ec1e5759918f8a2664493d SHA256 7e9d03a81c0493504e45ceaf9380e1560a2e9bdbbd6e488381989dab0f36399a
|
||||
MD5 f330842ace8eb4e44910cf37aca4206c files/lacie-lightscribe-labeler.desktop 284
|
||||
RMD160 2a817ffccf992427ad171a8e883613ae9ab45eb5 files/lacie-lightscribe-labeler.desktop 284
|
||||
SHA256 7e9d03a81c0493504e45ceaf9380e1560a2e9bdbbd6e488381989dab0f36399a files/lacie-lightscribe-labeler.desktop 284
|
||||
DIST 4L-1.0-r6.i586.rpm 3603229 RMD160 2ae0a33ae1051c793a623784a5abf04b149c5372 SHA1 929d62f53c208422a972f01c193720ce798f72c0 SHA256 7d6a04ed0ca5d129d992160ede24d59f992293f5cb003578e719a52a92530724
|
||||
EBUILD lacie-lightscribe-labeler-1.0.6.ebuild 1779 RMD160 134676ce819020074095ab5eaa59121cd4cab2af SHA1 5ef28079166728cffeb544de9e134e209c27f032 SHA256 038760d1c3a95c973e3ec067d3d02cb787163cb555d1fac1b5ed850712703c96
|
||||
MD5 ed4e6882d52923fab8f5df3bf22b51c9 lacie-lightscribe-labeler-1.0.6.ebuild 1779
|
||||
RMD160 134676ce819020074095ab5eaa59121cd4cab2af lacie-lightscribe-labeler-1.0.6.ebuild 1779
|
||||
SHA256 038760d1c3a95c973e3ec067d3d02cb787163cb555d1fac1b5ed850712703c96 lacie-lightscribe-labeler-1.0.6.ebuild 1779
|
||||
MD5 0e4cd58e0396312ddd652a5d9d9e599b files/digest-lacie-lightscribe-labeler-1.0.6 238
|
||||
RMD160 4662e3a6990b51d8272ddee13043af392eee94cb files/digest-lacie-lightscribe-labeler-1.0.6 238
|
||||
SHA256 d27510941adcbbe5ceb2cf93ba72aae98b21a5fb84460b9e3293693decf7c4cd files/digest-lacie-lightscribe-labeler-1.0.6 238
|
||||
@@ -1,3 +0,0 @@
|
||||
MD5 11fc8b2daeaed2b61a567056413bdefd 4L-1.0-r6.i586.rpm 3603229
|
||||
RMD160 2ae0a33ae1051c793a623784a5abf04b149c5372 4L-1.0-r6.i586.rpm 3603229
|
||||
SHA256 7d6a04ed0ca5d129d992160ede24d59f992293f5cb003578e719a52a92530724 4L-1.0-r6.i586.rpm 3603229
|
||||
@@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=LaCie LightScribe Labeler 4L
|
||||
Comment=LaCie LightScribe Optical Media Labeling Software
|
||||
Exec=4L-gui
|
||||
Icon=/usr/share/apps/k3b/icons/hicolor/48x48/actions/cdburn.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Encoding=UTF-8
|
||||
Categories=Application;AudioVideo;DiscBurning;System
|
||||
@@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
inherit rpm
|
||||
|
||||
DESCRIPTION="LaCie LightScribe Labeler 4L"
|
||||
HOMEPAGE="http://www.lacie.com/us/products/product.htm?pid=10803"
|
||||
SRC_URI="http://www.lacie.com/download/drivers/4L-1.0-r6.i586.rpm"
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="-amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror strip"
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
=virtual/libstdc++-3*
|
||||
sys-devel/gcc
|
||||
dev-libs/libxml2
|
||||
media-libs/freetype
|
||||
media-libs/fontconfig
|
||||
sys-libs/zlib
|
||||
|| ( x11-libs/libX11 virtual/x11 )
|
||||
x11-libs/libXau
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXrandr
|
||||
app-cdr/lightscribe
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
cd ${WORKDIR}
|
||||
|
||||
# we don't like /usr/4L, binary
|
||||
# stuff shall go to /opt.
|
||||
dodir /opt/${PN}
|
||||
insinto /opt/${PN}
|
||||
exeinto /opt/${PN}
|
||||
doexe ./usr/4L/4L-cli
|
||||
doexe ./usr/4L/4L-gui
|
||||
# 4L-gui looks for translations in /usr/4L
|
||||
# and the current directory, so we use a
|
||||
# wrapper script for 4L-gui which changes
|
||||
# to the installation directory first, so
|
||||
# 4L-gui can find its translations
|
||||
{
|
||||
echo '#!/bin/sh';
|
||||
echo "cd /opt/${PN} && exec ./4L-gui"
|
||||
} >${T}/4L-gui-wrapper.sh
|
||||
doexe ${T}/4L-gui-wrapper.sh
|
||||
doexe ./usr/4L/lacie_website.sh
|
||||
dodir /opt/${PN}/templates
|
||||
insinto /opt/${PN}/templates
|
||||
doins ./usr/4L/templates/*
|
||||
dodir /opt/${PN}/translations
|
||||
insinto /opt/${PN}/translations
|
||||
doins ./usr/4L/translations/*
|
||||
dodoc ./usr/4L/doc/4L_User_Manual.pdf
|
||||
dosym /opt/${PN}/4L-cli /usr/bin/4L-cli
|
||||
dosym /opt/${PN}/4L-gui-wrapper.sh /usr/bin/4L-gui
|
||||
insinto /usr/share/applications/
|
||||
doins ${FILESDIR}/${PN}.desktop
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
# ChangeLog for app-cdr/lightscribe-lacie
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
03 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lacie-1.0_p6-r5.ebuild:
|
||||
add die for do
|
||||
|
||||
03 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-lacie-1.0_p6-r4.ebuild, +lightscribe-lacie-1.0_p6-r5.ebuild:
|
||||
update ebuild
|
||||
|
||||
08 Sep 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||
cleanup
|
||||
|
||||
08 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-lacie-1.0_p6-r1.ebuild, -lightscribe-lacie-1.0_p6-r2.ebuild,
|
||||
-lightscribe-lacie-1.0_p6-r3.ebuild:
|
||||
cleanup
|
||||
|
||||
*lightscribe-lacie-1.0_p6-r4 (27 Aug 2009)
|
||||
|
||||
27 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-lacie-1.0_p6-r4.ebuild:
|
||||
workaround for the need root privileges setUID
|
||||
|
||||
22 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lacie-1.0_p6-r3.ebuild:
|
||||
add blocker on sabayon package
|
||||
|
||||
16 Mar 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-lacie-1.0_p6-r3.ebuild:
|
||||
now EAPI=2
|
||||
|
||||
24 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-lacie-1.0_p6-r2.ebuild:
|
||||
fix libstdc++.so.5: no version information available
|
||||
|
||||
24 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-lacie-1.0_p6-r2.ebuild:
|
||||
fix libstdc++.so.5: no
|
||||
|
||||
20 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-lacie-1.0_p6.ebuild, lightscribe-lacie-1.0_p6-r1.ebuild:
|
||||
Repoman Cleanup
|
||||
|
||||
23 Nov 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+lightscribe-lacie-1.0_p6-r1.ebuild:
|
||||
add wrapper for 4L-gui & install direvtly in /4L not 4L/bin & put links on
|
||||
/opt/bin instead of /usr/bin
|
||||
|
||||
22 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
correct comment GUI noz GIU
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
start in path
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
add language support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
finish amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
correct typo
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-lacie-1.0_p6.ebuild:
|
||||
correct typo
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at> +metadata.xml:
|
||||
install in a general way
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
DIST 4L-1.0-r6.i586.rpm 3603229 RMD160 2ae0a33ae1051c793a623784a5abf04b149c5372 SHA1 929d62f53c208422a972f01c193720ce798f72c0 SHA256 7d6a04ed0ca5d129d992160ede24d59f992293f5cb003578e719a52a92530724
|
||||
DIST lacie.png 6678 RMD160 08fc48b2391832242ff9b32ea4a79be8fac39daa SHA1 fc5d67d2ac3bdfb3c103eaded5b8dd40496db716 SHA256 e16129f00875563304c8dd41438783af10904569be9c54b077feeaa5941becc4
|
||||
EBUILD lightscribe-lacie-1.0_p6-r5.ebuild 2477 RMD160 b16a1a53b05423ccb06b3bf78830f0ea8483a288 SHA1 aa2338fc1d19121779f267651031d9be311cd64a SHA256 6add89772573cd7319f38668559d1d94ae5767ef00eb138cc99637aeb84cca8c
|
||||
MISC ChangeLog 2455 RMD160 63c2d5986901b94ca368e4e02b6ff2894d976145 SHA1 f4f15f85e22249705ced579c9fe238517a7b8079 SHA256 bea78c56fa0415d191797c7c6a9921a847614a06d81d55895a99f09b8787c512
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
@@ -0,0 +1,80 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
MY_PV="${PV/_p/-r}"
|
||||
|
||||
DESCRIPTION="LaCie LightScribe Labeler 4L (binary only GUI)"
|
||||
HOMEPAGE="http://www.lacie.com/products/product.htm?pid=10803"
|
||||
SRC_URI="http://www.lacie.com/download/drivers/4L-${MY_PV}.i586.rpm
|
||||
http://eventi.vnunet.it/images/lacie.png"
|
||||
|
||||
# The official license of the rpm tag states "Commercial"
|
||||
# such a license don't exist in gentoo so as-is was chosen
|
||||
# also on Lacie's website aren't more information then
|
||||
# Free To Use But Restricted
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib linguas_ja linguas_it linguas_fr linguas_es linguas_de"
|
||||
RESTRICT=""
|
||||
|
||||
RDEPEND=">=sys-devel/gcc-3.4
|
||||
dev-libs/liblightscribe
|
||||
x86? ( >=media-libs/fontconfig-2.3.2
|
||||
>=media-libs/freetype-2.1.10
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXext
|
||||
x11-libs/libXi
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender )
|
||||
amd64? ( app-emulation/emul-linux-x86-xlibs )
|
||||
!app-cdr/lacie-lightscribe-labeler"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/4L/4L-gui
|
||||
opt/lightscribe/4L/4L-cli"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_install() {
|
||||
has_multilib_profile && ABI="x86"
|
||||
|
||||
exeinto /opt/lightscribe/4L
|
||||
doexe usr/4L/4L-* || die "4L-* install failed"
|
||||
doexe usr/4L/lacie* || die "lacie* install failed"
|
||||
insinto /opt/lightscribe/4L/translations
|
||||
for x in ja it fr es de
|
||||
do
|
||||
if use linguas_${x}
|
||||
then
|
||||
doins usr/4L/translations/4L-gui_${x}.qm || die "translation install failed"
|
||||
fi
|
||||
done
|
||||
dodoc usr/4L/doc/* || die "doc install failed"
|
||||
insinto /opt/lightscribe/template/Lacie
|
||||
doins usr/4L/templates/* || die "template install failed"
|
||||
into /opt
|
||||
# Buggy binary software
|
||||
# first run from the install dir otherwise it would not find the translations
|
||||
# second change the binaries suexec bit (big security hole)
|
||||
# yes they are written to only run with root rights
|
||||
# http://www.lightscribe.com/discussionBoards/index.aspx?g=posts&t=4056
|
||||
make_wrapper 4L-gui "./4L-gui" /opt/lightscribe/4L /usr/$(get_libdir)/libstdc++-v3
|
||||
make_wrapper 4L-cli "./4L-cli" /opt/lightscribe/4L /usr/$(get_libdir)/libstdc++-v3
|
||||
fperms u+s /opt/lightscribe/4L/4L-gui
|
||||
fperms u+s /opt/lightscribe/4L/4L-cli
|
||||
|
||||
newicon "${DISTDIR}"/lacie.png ${PN}.png || die "icon install failed"
|
||||
make_desktop_entry 4L-gui "Lacie LightScribe Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>maintainer-wanted</herd>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,48 @@
|
||||
# ChangeLog for app-cdr/lightscribe-lsprint
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
03 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-lsprint-1.14.32.1.ebuild,
|
||||
-lightscribe-lsprint-1.14.32.1-r1.ebuild,
|
||||
-lightscribe-lsprint-1.14.32.1-r2.ebuild,
|
||||
-lightscribe-lsprint-1.18.6.1.ebuild,
|
||||
+lightscribe-lsprint-1.18.6.1-r1.ebuild:
|
||||
update ebuild
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.18.6.1.ebuild:
|
||||
correct -lm linking
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.18.6.1.ebuild:
|
||||
correct pthread linking order
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.18.6.1.ebuild:
|
||||
correct pthread linking
|
||||
|
||||
*lightscribe-lsprint-1.18.6.1 (24 Aug 2009)
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-lsprint-1.18.6.1.ebuild:
|
||||
Bump package
|
||||
|
||||
* lightscribe-lsprint-1.14.32.1-r2 (25 Apr 2009)
|
||||
* lightscribe-lsprint-1.14.32.1-r1 (25 Apr 2009)
|
||||
|
||||
25 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.14.32.1-r1, lightscribe-lsprint-1.14.32.1-r2:
|
||||
correct typo
|
||||
|
||||
15 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.14.32.1.ebuild:
|
||||
corect license
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-lsprint-1.14.32.1.ebuild:
|
||||
correct dependency
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
|
||||
initial checkin
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
AUX liblightscribe-gcc43-1.patch 717 RMD160 9292377e27207bdc66e4a01632467f15448239ab SHA1 8e64ad6c7522b11c62b6ee1fbea7800f531c96c3 SHA256 832c4f2ae472c308499af7dcee11afb42a7a241b5f1133847105fc36303d806a
|
||||
DIST lightscribePublicSDK-1.18.6.1-linux-2.6-intel.rpm 622177 RMD160 6ac5bc74fb2de7602b5f42aecd4ea312c272cad4 SHA1 e46003c06293b62297d5780b24f1ea7ef94bf84d SHA256 174ccb9c39d9e115836fc696f69c8fe8ffc2a78b5f4f0185b8f930afc93e40bf
|
||||
EBUILD lightscribe-lsprint-1.18.6.1-r1.ebuild 1403 RMD160 46a4deb588a3281f56a0805d7329fe2ea2bdb8f2 SHA1 65ea8c59eeffcaf166cade320a56195cedd8986c SHA256 c287d52b057e72988dd5a27fe3cce428d387e31c96f876443119c4218cf40779
|
||||
MISC ChangeLog 1456 RMD160 8ce549d90f53a4c271fa07bfc946aa5a90a99b7f SHA1 f07b654a84832c514cc46afa262321c75b71084b SHA256 8d7fba25a5d483346df58a0f6b8270575b993c4c670ea283c38bd775cf8a9c7c
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
@@ -0,0 +1,19 @@
|
||||
Submitted By: Mario Fetka (mario-fetka at gmx dot at)
|
||||
Date: 2008-07-30
|
||||
Initial Package Version: 1.14.17.1
|
||||
Origin: me
|
||||
Upstream Status: unknown
|
||||
Description: make sample compile with gcc 4.3
|
||||
|
||||
diff -Naur work.orig/usr/share/doc/lightscribe-sdk/sample/lsprint/lsprint.cpp work/usr/share/doc/lightscribe-sdk/sample/lsprint/lsprint.cpp
|
||||
--- work.orig/usr/share/doc/lightscribe-sdk/sample/lsprint/lsprint.cpp 2008-06-09 19:16:18.000000000 +0000
|
||||
+++ work/usr/share/doc/lightscribe-sdk/sample/lsprint/lsprint.cpp 2008-07-30 18:17:33.000000000 +0000
|
||||
@@ -23,6 +23,8 @@
|
||||
// Copyright (C) 2005-2006 Hewlett-Packard Development Company, LP
|
||||
//
|
||||
|
||||
+#include <cstdlib>
|
||||
+#include <cstring>
|
||||
|
||||
// import LSAPI
|
||||
#include "lightscribe.h"
|
||||
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils rpm multilib flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)."
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribePublicSDK-${PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="multilib"
|
||||
|
||||
DEPEND=">=dev-libs/liblightscribe-${PV}"
|
||||
|
||||
RDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-compat ) )"
|
||||
|
||||
RESTRICT="fetch"
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
epatch "${FILESDIR}"/liblightscribe-gcc43-1.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
has_multilib_profile && ABI="x86"
|
||||
|
||||
$(tc-getCXX) ${CXXFLAGS} -lpthread ${LDFLAGS} -L/opt/lightscribe/$(get_libdir)/ -I/usr/include/lightscribe/ \
|
||||
"${WORKDIR}"/usr/share/doc/lightscribe-sdk/sample/lsprint/bmlite.cpp \
|
||||
"${WORKDIR}"/usr/share/doc/lightscribe-sdk/sample/lsprint/lsprint.cpp \
|
||||
-pthread -llightscribe -lm -m32 -o lsprint || die "lsprint compile failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
into /opt
|
||||
dobin lsprint
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe Linux Public SDK archive"
|
||||
einfo "( lightscribePublicSDK-${PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the file in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>maintainer-wanted</herd>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,114 @@
|
||||
# ChangeLog for app-cdr/lightscribe-simplelabeler
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
22 Jun 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-simplelabeler-1.18.15.1.ebuild:
|
||||
Bump
|
||||
|
||||
03 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-simplelabeler-1.18.6.1.ebuild,
|
||||
-lightscribe-simplelabeler-1.18.6.1-r1.ebuild,
|
||||
+lightscribe-simplelabeler-1.18.6.1-r2.ebuild:
|
||||
update ebuild
|
||||
|
||||
08 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-simplelabeler-1.10.19.1.ebuild,
|
||||
-lightscribe-simplelabeler-1.10.19.1-r1.ebuild,
|
||||
-lightscribe-simplelabeler-1.10.19.1-r2.ebuild:
|
||||
cleanup
|
||||
|
||||
*lightscribe-simplelabeler-1.18.6.1 (24 Aug 2009)
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-simplelabeler-1.18.6.1.ebuild:
|
||||
Bump
|
||||
|
||||
16 Mar 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-simplelabeler-1.10.19.1-r2.ebuild:
|
||||
now EAPI=2
|
||||
|
||||
24 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-simplelabeler-1.10.19.1-r1.ebuild:
|
||||
fix libstdc++.so.5: no version information available
|
||||
|
||||
07 Dec 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-simplelabeler-1.10.19.1.ebuild:
|
||||
correct dependency
|
||||
|
||||
15 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-simplelabeler-1.10.19.1.ebuild:
|
||||
cleanup ebuild
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-simplelabeler-1.10.19.1.ebuild,
|
||||
-lightscribe-simplelabeler-1.10.23.1.ebuild:
|
||||
downgrade
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-simplelabeler-1.10.23.1.ebuild:
|
||||
correct homepage link
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
lightscribe-simplelabeler-1.10.23.1.ebuild:
|
||||
fetch restict package
|
||||
|
||||
20 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
-lightscribe-simplelabeler-1.4.128.1.ebuild,
|
||||
lightscribe-simplelabeler-1.10.19.1.ebuild,
|
||||
lightscribe-simplelabeler-1.10.23.1.ebuild:
|
||||
Repoman Cleanup
|
||||
|
||||
08 Dec 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+lightscribe-simplelabeler-1.10.23.1.ebuild:
|
||||
Bump
|
||||
|
||||
23 Nov 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+lightscribe-simplelabeler-1.10.19.1.ebuild:
|
||||
add wrapper for SimpleLabeler & install directly in /SimpleLabeler not
|
||||
SimpleLabeler/bin & put links on /opt/bin
|
||||
|
||||
22 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
correct comment GUI noz GIU
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
correct typo
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
start in path
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
check for q3support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
finish amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at> ChangeLog:
|
||||
amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
lightscribe-simplelabeler-1.4.128.1.ebuild:
|
||||
amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at> ChangeLog:
|
||||
correct file name
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at> ChangeLog:
|
||||
correct typo
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at> +metadata.xml:
|
||||
install in a general way
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
AUX lightscribe-simplelabeler.desktop 320 RMD160 024a96981c73269c3938875a2ffc97ae4e1b9ae7 SHA1 f0a5a21e6bdaae22610db2255e9a040ad9489cf0 SHA256 d35285d80eb1c2660cf6e7cca43aaa6bf68b096cdec09321f91ce5f149ded56f
|
||||
MD5 135ee7497f0415b6159d39d3fcedcaf2 files/lightscribe-simplelabeler.desktop 320
|
||||
RMD160 024a96981c73269c3938875a2ffc97ae4e1b9ae7 files/lightscribe-simplelabeler.desktop 320
|
||||
SHA256 d35285d80eb1c2660cf6e7cca43aaa6bf68b096cdec09321f91ce5f149ded56f files/lightscribe-simplelabeler.desktop 320
|
||||
DIST lightScribeSimpleLabeler-1.4.128.1-linux-2.6-intel.rpm 6730340 RMD160 c8619386fa20b2aab73869ca4bfacfd81120331a SHA1 19a8b9df0fb8e8b1ad5bc050e036489753e58b81 SHA256 b462015f376d68e2d64a8e42a821246df795b1fb0fd7287ed03d21609805afc9
|
||||
EBUILD lightscribe-simplelabeler-1.4.128.1.ebuild 5292 RMD160 bf0513bebd138e8a3fb1339700bc814bb5771bb7 SHA1 7aac76ae5f59c0c15ca58225d83e5493a0e7fe0c SHA256 faf12a1a44ee33650e0e9f164ef6373aec4d8a5a36b297ec5da34bbdbe5563cc
|
||||
MD5 4b655e4aa6c1780f2900547e6ca44e91 lightscribe-simplelabeler-1.4.128.1.ebuild 5292
|
||||
RMD160 bf0513bebd138e8a3fb1339700bc814bb5771bb7 lightscribe-simplelabeler-1.4.128.1.ebuild 5292
|
||||
SHA256 faf12a1a44ee33650e0e9f164ef6373aec4d8a5a36b297ec5da34bbdbe5563cc lightscribe-simplelabeler-1.4.128.1.ebuild 5292
|
||||
MD5 6e6ddd2bbcb56090f867409eaa710d0e files/digest-lightscribe-simplelabeler-1.4.128.1 346
|
||||
RMD160 ce221fd375372bb773ce859d1076abd05f97c19b files/digest-lightscribe-simplelabeler-1.4.128.1 346
|
||||
SHA256 6488cf622d495a6636de3a4fef428506223687b96f1dd2fb444a2ba3a4206b53 files/digest-lightscribe-simplelabeler-1.4.128.1 346
|
||||
DIST lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm 9756232 RMD160 36eef0e4cc856f5d1109237eee0cbe7aac0467e1 SHA1 c0025fa90e70231b2912a4c83ee5120d5f58e273 SHA256 2e8cf6887974ac1bd4ee8d415a4160a75b39d31d33394eb7284d7179862fa504
|
||||
DIST lightscribeApplications-1.18.6.1-linux-2.6-intel.rpm 9756223 RMD160 d48e1964a6e1291ec33e20562591fd3750f0c5a5 SHA1 59683e13814558c0c04212fa9ad90250d99756ad SHA256 1b5b13df54b55db06b447398dbe2a8c3c52821fb418896a5eef540cdcb96eeae
|
||||
EBUILD lightscribe-simplelabeler-1.18.15.1.ebuild 3516 RMD160 2723fca1a8d34b8cacab7dfa0dbf7994cd28701e SHA1 f919363ca6b39560147b46d49f4d4df4af1bab36 SHA256 afdfffe58d26484ceb0dfe06287da048f70e74f50e51c38676bb0c1c9b31e332
|
||||
EBUILD lightscribe-simplelabeler-1.18.6.1-r2.ebuild 3497 RMD160 c7d3e021c2dc551445312520ccf9ed615619c639 SHA1 b76daed6189f9abb6812088c03075e13cb892162 SHA256 ef3cff9b9f528f6ea7aa608d0a92b2981ee6a7b00ccf7c76aa3a79a31b78e3b8
|
||||
MISC ChangeLog 3485 RMD160 ae58120adf440ccbec093e10a6a022236b02756c SHA1 580dcd52cdd085ce5df397f3964dd5acc7dd1879 SHA256 f9cbfe5d028359b3afbc2fadaa8cdbd8863349b89c56781c96d2a2f246cb8476
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
MD5 17f609c796a7cc36ad9154ff5505110d lightScribeSimpleLabeler-1.4.128.1-linux-2.6-intel.rpm 6730340
|
||||
RMD160 c8619386fa20b2aab73869ca4bfacfd81120331a lightScribeSimpleLabeler-1.4.128.1-linux-2.6-intel.rpm 6730340
|
||||
SHA256 b462015f376d68e2d64a8e42a821246df795b1fb0fd7287ed03d21609805afc9 lightScribeSimpleLabeler-1.4.128.1-linux-2.6-intel.rpm 6730340
|
||||
@@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=LightScribe SimpleLabeler
|
||||
Comment=Simple LightScribe Optical Media Labeling Software
|
||||
Exec=lightscribe-simplelabeler
|
||||
Icon=/opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Encoding=UTF-8
|
||||
Categories=Application;AudioVideo;DiscBurning;System
|
||||
@@ -0,0 +1,91 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
DESCRIPTION="LightScribe Simple Labeler by HP (binary only GUI)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribeApplications-${PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="dev-libs/liblightscribe
|
||||
x86? ( >=media-libs/fontconfig-2.3.2
|
||||
>=media-libs/freetype-2.1.10
|
||||
>=media-libs/libpng-1.2.8
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXext
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/qt-gui[qt3support]
|
||||
x11-libs/qt-sql[qt3support] )
|
||||
amd64? ( app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-baselibs )
|
||||
sys-devel/gcc
|
||||
sys-libs/zlib"
|
||||
|
||||
#RESTRICT="fetch"
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/SimpleLabeler/SimpleLabeler
|
||||
opt/lightscribe/SimpleLabeler/plugins/accessible/libqtaccessiblewidgets.so
|
||||
opt/lightscribe/SimpleLabeler/plugins/accessible/libqtaccessiblecompatwidgets.so
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQt3Support.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtGui.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtNetwork.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtCore.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtXml.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtSql.so.4"
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_install() {
|
||||
has_multilib_profile && ABI="x86"
|
||||
|
||||
into /opt/lightscribe/SimpleLabeler
|
||||
exeinto /opt/lightscribe/SimpleLabeler
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/SimpleLabeler || die "SimpleLabeler install failed"
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/*.* || die "configfile install failed"
|
||||
exeinto /opt/lightscribe/SimpleLabeler/plugins/accessible
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/plugins/accessible/*.so || die "accessible lib install failed"
|
||||
insinto /opt/lightscribe/SimpleLabeler/content
|
||||
doins -r opt/lightscribeApplications/SimpleLabeler/content/* || die "content install failed"
|
||||
use amd64 && dolib.so opt/lightscribeApplications/common/Qt/*
|
||||
dodoc opt/lightscribeApplications/*.* || die "doc install failed"
|
||||
into /opt
|
||||
#run it from the installdir otherwise it wont find the qt config and content files
|
||||
make_wrapper SimpleLabeler "./SimpleLabeler" /opt/lightscribe/SimpleLabeler /usr/$(get_libdir)/libstdc++-v3
|
||||
|
||||
# cope with libraries being in /opt/lightscribe/SimpleLabeler/lib on amd64
|
||||
use amd64 && dodir /etc/env.d
|
||||
use amd64 && echo "LDPATH=${ROOT}opt/lightscribe/SimpleLabeler/$(get_libdir)" > "${D}"/etc/env.d/80lightscribe-simplelabeler
|
||||
# install revdep-rebuild file as this binary blob thingy is buggy
|
||||
use amd64 && dodir /etc/revdep-rebuild
|
||||
use amd64 && echo "SEARCH_DIRS_MASK=\"${ROOT}opt/lightscribe/SimpleLabeler/$(get_libdir)\"" > "${D}"/etc/revdep-rebuild/90lightscribe-simplelabeler
|
||||
|
||||
newicon opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png ${PN}.png || die "icon install failed"
|
||||
make_desktop_entry SimpleLabeler "LightScribe Simple Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe Simple Labeler archive"
|
||||
einfo "( lightscribeApplications-${PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the file in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
DESCRIPTION="LightScribe Simple Labeler by HP (binary only GUI)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribeApplications-${PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="dev-libs/liblightscribe
|
||||
x86? ( >=media-libs/fontconfig-2.3.2
|
||||
>=media-libs/freetype-2.1.10
|
||||
>=media-libs/libpng-1.2.8
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXext
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/qt-gui[qt3support]
|
||||
x11-libs/qt-sql[qt3support] )
|
||||
amd64? ( app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-baselibs )
|
||||
sys-devel/gcc
|
||||
sys-libs/zlib"
|
||||
|
||||
RESTRICT="fetch"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/SimpleLabeler/SimpleLabeler
|
||||
opt/lightscribe/SimpleLabeler/plugins/accessible/libqtaccessiblewidgets.so
|
||||
opt/lightscribe/SimpleLabeler/plugins/accessible/libqtaccessiblecompatwidgets.so
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQt3Support.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtGui.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtNetwork.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtCore.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtXml.so.4
|
||||
opt/lightscribe/SimpleLabeler/lib32/libQtSql.so.4"
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_install() {
|
||||
has_multilib_profile && ABI="x86"
|
||||
|
||||
into /opt/lightscribe/SimpleLabeler
|
||||
exeinto /opt/lightscribe/SimpleLabeler
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/SimpleLabeler || die "SimpleLabeler install failed"
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/*.* || die "configfile install failed"
|
||||
exeinto /opt/lightscribe/SimpleLabeler/plugins/accessible
|
||||
doexe opt/lightscribeApplications/SimpleLabeler/plugins/accessible/*.so || die "accessible lib install failed"
|
||||
insinto /opt/lightscribe/SimpleLabeler/content
|
||||
doins -r opt/lightscribeApplications/SimpleLabeler/content/* || die "content install failed"
|
||||
use amd64 && dolib.so opt/lightscribeApplications/common/Qt/*
|
||||
dodoc opt/lightscribeApplications/*.* || die "doc install failed"
|
||||
into /opt
|
||||
#run it from the installdir otherwise it wont find the qt config and content files
|
||||
make_wrapper SimpleLabeler "./SimpleLabeler" /opt/lightscribe/SimpleLabeler /usr/$(get_libdir)/libstdc++-v3
|
||||
|
||||
# cope with libraries being in /opt/lightscribe/SimpleLabeler/lib on amd64
|
||||
use amd64 && dodir /etc/env.d
|
||||
use amd64 && echo "LDPATH=${ROOT}opt/lightscribe/SimpleLabeler/$(get_libdir)" > "${D}"/etc/env.d/80lightscribe-simplelabeler
|
||||
# install revdep-rebuild file as this binary blob thingy is buggy
|
||||
use amd64 && dodir /etc/revdep-rebuild
|
||||
use amd64 && echo "SEARCH_DIRS_MASK=\"${ROOT}opt/lightscribe/SimpleLabeler/$(get_libdir)\"" > "${D}"/etc/revdep-rebuild/90lightscribe-simplelabeler
|
||||
|
||||
newicon opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png ${PN}.png || die "icon install failed"
|
||||
make_desktop_entry SimpleLabeler "LightScribe Simple Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe Simple Labeler archive"
|
||||
einfo "( lightscribeApplications-${PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the file in ${DISTDIR}"
|
||||
}
|
||||
@@ -1,128 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
inherit rpm
|
||||
|
||||
MY_P="lightScribeSimpleLabeler-${PV}"
|
||||
DESCRIPTION="LightScribe Simple Labeler by HP"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/"
|
||||
LICENSE_URI="http://www.lightscribe.com/downloadSection/linux/lslLicense.html"
|
||||
SRC_URI="http://www.lightscribe.com/downloadSection/linux/downloads/lsl/${MY_P}-linux-2.6-intel.rpm"
|
||||
LICENSE="LightScribe-LSL"
|
||||
SLOT="0"
|
||||
KEYWORDS="-amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="fetch mirror strip"
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
=virtual/libstdc++-3*
|
||||
sys-devel/gcc
|
||||
dev-libs/libxml2
|
||||
media-libs/freetype
|
||||
media-libs/fontconfig
|
||||
media-libs/libpng
|
||||
media-libs/nas
|
||||
sys-libs/zlib
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
|| ( x11-libs/libX11 virtual/x11 )
|
||||
x11-libs/libXau
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXt
|
||||
app-cdr/lightscribe
|
||||
"
|
||||
|
||||
# SimpleLabeler is linked against bundled qt-4.1.2 libraries...
|
||||
#RDEPEND="${RDEPEND} >=x11-libs/qt-4.2.2"
|
||||
#pkg_setup() {
|
||||
# if has_version ">=x11-libs/qt-4.2.2" && ! built_with_use x11-libs/qt qt3support; then
|
||||
# eerror
|
||||
# eerror "You need to rebuild x11-libs/qt with USE=qt3support enabled"
|
||||
# eerror
|
||||
# die "please rebuild x11-libs/qt with USE=qt3support"
|
||||
# fi
|
||||
#}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo
|
||||
einfo "The following steps are necessary to install ${PN}:"
|
||||
einfo "1. Please agree to the ${PN} license at"
|
||||
einfo "\t${LICENSE_URI}"
|
||||
einfo "2. Use the following URL to download the needed files into ${DISTDIR}"
|
||||
einfo "\t${SRC_URI}"
|
||||
einfo "3. Re-run the command that brought you here."
|
||||
einfo
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
cd ${WORKDIR}
|
||||
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/qt.conf
|
||||
exeinto /opt/lightscribeApplications/SimpleLabeler
|
||||
doexe ./opt/lightscribeApplications/SimpleLabeler/SimpleLabeler
|
||||
doexe ./opt/lightscribeApplications/SimpleLabeler/launchBrowser.sh
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/html
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/html
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/html/*.html
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/html/help
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/html/help
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/html/help/*.html
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/html/help/images
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/html/help/images
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/html/help/images/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/html/userMessages
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/html/userMessages
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/html/userMessages/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/images
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/images/*.png
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/animations
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/animations/swoosh
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/images/animations/swoosh
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/images/animations/swoosh/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/borders
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/borders/fullsize
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/images/borders/fullsize
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/images/borders/fullsize/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/borders/metadata
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/images/borders/metadata
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/images/borders/metadata/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/content/images/borders/thumbnails
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/content/images/borders/thumbnails
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/content/images/borders/thumbnails/*
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/plugins
|
||||
dodir /opt/lightscribeApplications/SimpleLabeler/plugins/accessible
|
||||
insinto /opt/lightscribeApplications/SimpleLabeler/plugins/accessible
|
||||
doins ./opt/lightscribeApplications/SimpleLabeler/plugins/accessible/*
|
||||
dodir /opt/lightscribeApplications/common/Qt
|
||||
insinto /opt/lightscribeApplications/common/Qt
|
||||
doins ./opt/lightscribeApplications/common/Qt/*
|
||||
dodoc ./opt/lightscribeApplications/lightscribeLicense.rtf
|
||||
dosym /opt/lightscribeApplications/SimpleLabeler/SimpleLabeler /usr/bin/${PN}
|
||||
insinto /usr/share/applications/
|
||||
doins ${FILESDIR}/${PN}.desktop
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo
|
||||
einfo "You might want to have a look at the LightScribe Free Label Gallery at"
|
||||
einfo "\thttp://www.lightscribe.com/ideas/labelgallery.aspx"
|
||||
einfo
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>maintainer-wanted</herd>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,15 @@
|
||||
# ChangeLog for app-cdr/lightscribe-template
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
02 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
,lightscribe-template-001.ebuild, -lightscribe-template-001-r1.ebuild:
|
||||
correct package naming
|
||||
|
||||
05 Jan 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+lightscribe-template-001-r1.ebuild:
|
||||
remove not needed inherits
|
||||
|
||||
27 Aug 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
|
||||
inital checkin
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
DIST TL_9-to-5Pack001.tar.gz 3095564 RMD160 06e72b550ce6f18e1d545e81a323c8e44a9a6188 SHA1 fe600b8afa77914d620fa7ca80b759deb54e7564 SHA256 7ea60c58dc055e0c9c496f9e146bad2b0eb62206d34d8e2111be1fd3ce993327
|
||||
DIST TL_AnimalPack001.tar.gz 4340678 RMD160 ac801e59909779d80bec6ec81f47968515d698a7 SHA1 252b25aeed71a347d67fcc052a09a4bd18519af3 SHA256 bd938f2aae649116b2a6a12538ea0aec3622c70beb8aaee0e6b7c4dd3f0d423c
|
||||
DIST TL_ArchitecturePack001.tar.gz 3994903 RMD160 ed9bca71a6995936ca97b532ee73c6afbeaa21df SHA1 5d25a66d1418dbd40892d71a8b0cda7b17ae4584 SHA256 972f777edce132f3043f984f0d48c98e1ee6c029356b108377c50eb2a15e0dae
|
||||
DIST TL_ArtPack001.tar.gz 2287720 RMD160 b6475c5f9fb74161dfff633e6d416effec517a10 SHA1 aa7c4ce4dfe36ccb3c7b77b440b6b557e670605d SHA256 cfdfa67a878901114581148ee102b5a58c7a079cc18d17f09b5aa5a5911ca4bb
|
||||
DIST TL_AthleticPack001.tar.gz 5139164 RMD160 4ebb091d0205516843ea246d883a443d87fc3297 SHA1 03f0713eb9d30aa897a4ae48f89693fc666baff4 SHA256 495650c9ad595139cd5f7a41ca01ce11a4b82dc80cbadc42f89b9f6a7c1abc3e
|
||||
DIST TL_BonusPack001.tar.gz 2294722 RMD160 c1ffa62ad104ed75f9c12b4a639ac1041594900c SHA1 362526bd97608f8f8e81045eee208ef766153c50 SHA256 ee70fd3fd152bd4870dd802b308bd1f942022b2ab3f0a0aa4b84e1899eb4b02a
|
||||
DIST TL_BridalPack001.tar.gz 5164845 RMD160 b144250aa626a4b00daf19e5ea755c50216b4fcf SHA1 a6a248df3bce3b36c61729e3254fe5af7d9171e0 SHA256 4caf9d070ce105120c83568a3c32fe1a5ede0dabc82252fb48f7fd47bc9e716a
|
||||
DIST TL_BusinessPack001.tar.gz 3025019 RMD160 03db97ef01c2ecb9aea03cf45df6e9173fb86500 SHA1 c471a9dfc9bc4bccb703b62536897c89f59771d7 SHA256 ed0240d5730bd6443490b1f815d311c205f6773e91a9874211bffa06e2825d52
|
||||
DIST TL_CelebrationPack001.tar.gz 5131689 RMD160 ac159cf2804547d76fb4ac0a5794b9f7ac6c8302 SHA1 9a6866dafe4a5d94797282e21b4e0d119829e989 SHA256 2307a1a606253af7000a213621b912348bd709f40d247f33393fad6f22e5b8bf
|
||||
DIST TL_FantasyPack001.tar.gz 1665234 RMD160 89f17b0865c2e173d75a2cef2ab6c83d06480b6e SHA1 3d89e18b5c7f5360f317fe2902fffe83eb1142d7 SHA256 000f612c61ec78a66f6675d27da252c1bb4c4be0e1facf70eb2ffdf56238286d
|
||||
DIST TL_FloralPack001.tar.gz 4534643 RMD160 fb1f2461afd936ffc7a237655eb289b4eb1ca608 SHA1 c22b1b330cb8ca454f329b1d70786595a1e9340b SHA256 41ceac32e5014726f165a4a511aef923e99124d14fb84411f87ef6b159ab9e3c
|
||||
DIST TL_Food-n-FamilyPack001.tar.gz 2194550 RMD160 6cf7cb733b7806c896dde12e07ade1c2d600034d SHA1 180f7a95f5d36b779faee37397594b3d5d456c44 SHA256 4847005c089418873be18cbcbeeae43cbb28dfab2f3551b5d0c070482cf78e98
|
||||
DIST TL_GrabBagPack001.tar.gz 4927857 RMD160 950793a35a0b7bc789188b7c0ba7c58d2393ee6e SHA1 8edc2edd0b3b073a9f3bdb708fe49edb5b505682 SHA256 794b9f5a830c3b9bae85360b991a073e96956a98abb08ef0655a33d9695b5729
|
||||
DIST TL_HobbyPack001.tar.gz 3161579 RMD160 188589ad6f2a5711e8559ec218ef2021455c8b46 SHA1 786dc94451b8fbd22e425ae870a166b1eacaa441 SHA256 52446b1031e6314d5a34f3df88284f2465d6cc7863ae65da1a4bcedb189bb950
|
||||
DIST TL_HolidayPack001.tar.gz 2576517 RMD160 829af1a7442b65cada476369a9b801f27263a06d SHA1 0fb9b482a23fc2c45fabdd186be353c75dd0b5e8 SHA256 2819657021240a0c1d7c92669549f6e49d2e09c9af16498d516e7ebb4b6c8390
|
||||
DIST TL_KickinItPack001.tar.gz 5355357 RMD160 a22c0cd05f2ed58a3576a17fa4733fa45c315e74 SHA1 3b3e0fa5e0e5d3bcc8b18c48bf8a84ba7fe093c7 SHA256 a4df16dfd0419efa57323aab98080fa35d65e762f576092bd8349083bd8c1b3d
|
||||
DIST TL_KidsKornerPack001.tar.gz 4087291 RMD160 5dab5d596d092e5384b2b9803e1b62665e8c4602 SHA1 aa13ca0bb89c4d59ebec92b72b90535fc9f738b3 SHA256 336dc077484451d727a89b8de50c59442524470f2b854798f4128b6e5103c477
|
||||
DIST TL_LifeEventsPack001.tar.gz 2395024 RMD160 769d8d9a11551893e50df80933db91d128c120af SHA1 98e5cbe6546da44648c2dfc9becdb5562bae7e66 SHA256 ce8f2d9fd3370a5dc8a4858b10b1e353110ff05995806f321ea62b05b46d9752
|
||||
DIST TL_MusicPack001.tar.gz 2537051 RMD160 d2359bbd71ea9a7e48b5051a4f1a04f7d31e00b0 SHA1 b29bfe51acfd4752d8a79bcee2d5b7ab703a25fa SHA256 8d06277bdcfc42a45caf1b1963d179a3a5ce879cb0576d03a9723543717a23a8
|
||||
DIST TL_MythologyPack001.tar.gz 2532514 RMD160 f0489b83971da266a4f3f18dfa5a742036121ad7 SHA1 d2ed2d9c6d1d5ce17d4d12895d4cfa0f4b043d92 SHA256 9996d69a7890d21564e2bd2d003f60daf318c511871479a0c0a68a9a43cc0917
|
||||
DIST TL_NaturePack001.tar.gz 6962764 RMD160 0e1027fa8461e5a8c81f111aa9b9616efdaed510 SHA1 7edc6f760b6eff40e532f3efce1e2b0843a80b19 SHA256 1725ce21d7a5feea5802837f749021b8b722b33a76595f91f6fdf0fc1457e91d
|
||||
DIST TL_QuickAndSimplePack001.tar.gz 471185 RMD160 1f7cfa8c98446598ebc0a594df76510033f2b3ab SHA1 a6c3b85a6a45870990488e58973f405afe95d8b1 SHA256 f21b185ee43bd2adc3b02295c23e8630259cafe781e9a2bb6c7e4c1ccd5ed402
|
||||
DIST TL_SeasonalPack001.tar.gz 4606752 RMD160 97cb6b0d9184e827e67e886abd3139a63ebc2687 SHA1 321b0938de3f3a75be32833b283f1f426cd3229d SHA256 222e41b87d3abf47c22d04c6d23ebac560bcf0631aaf800c886fe8ec87e69d08
|
||||
DIST TL_SpecialOccasionPack001.tar.gz 840319 RMD160 8fd650ea89e060346e93ec60e5d076c9b9d259b5 SHA1 fb84e1f1ec0b593e55f5f337bdb9b4c65d0cbdb9 SHA256 48d6276777ef3248ae1de61abd03c2d588f9d317078ffc9d58590f1185c285de
|
||||
DIST TL_SportsPack001.tar.gz 2814243 RMD160 ab467824d4df20bfffe2ff7ee8cbf65646580aef SHA1 fd72d9021da3b7394bd863317b2ae56dd76b8661 SHA256 b5ece25f747b18a7821ea16482c84fb280b8c1ddec96555aaf063764d015b642
|
||||
DIST TL_StreetStylePack001.tar.gz 6696220 RMD160 97e75109629f0af33a4f379f00eba392e04a6687 SHA1 560e465d10197daec01f1bd0fabed2b63b757662 SHA256 6362b2f55d51e740d799380ef9adbbed084b2b3f7d517677de318f7734e59eb5
|
||||
DIST TL_TattooPack001.tar.gz 2845641 RMD160 9ead106d84b863c8f3b878c8046483257dd0a5f6 SHA1 770a700b7c4c47dff287900a187f38961307ef13 SHA256 8c534675dfadec664c9790df8b6a2e6354949aeeee6cc0dc9481ca3eea17b678
|
||||
DIST TL_TravelPack001.tar.gz 4475046 RMD160 52d8df812cc2107be82afef651623e14af005e6d SHA1 ab0697831f6c6c56e27195f3ac068c791b69ae96 SHA256 f836060f7d98de0a15c8b306c76ec70c86906ab6c4f2872e20ce426bb0e3786b
|
||||
DIST TL_TribalPack001.tar.gz 3494012 RMD160 845217d4fd4444caa6951f9c08fe32f0ea13a294 SHA1 b345cdae3f9170ce93e16797f59f56d19cfb8f70 SHA256 2a8e33088cda4812592564a029b7413de64500b2e2cbfd90a17f4e4fe7c5ec0b
|
||||
DIST TL_UrbanPack001.tar.gz 2118780 RMD160 b63f37d420f0a253af0fdcd22bf4a7e3d45cafc6 SHA1 f06e55ea7c3e3f03031c5758f5a6f1acb6ee5402 SHA256 dcf8366f433083418342ac220ee0e848a9f535a928c8e92ef795547c9d4d1479
|
||||
DIST TL_WeddingPack001.tar.gz 4959124 RMD160 f8b485f87dfe5565d358e9df0089ab6c878cf7f9 SHA1 92c5d3b74ff8765461a908d63ada74540977773c SHA256 ba3eaeaa59e4c939c0740dcc363139376daa376a95358317c33db26fc82a81d9
|
||||
EBUILD lightscribe-template-001.ebuild 1249 RMD160 387d1274f94651dc6dc6efaf5ad80ce07f476eb0 SHA1 c2ef438c852a2636b27734f5c73539a7c8e50eb7 SHA256 78818abf8d0ff44e76de59a0fc804471aa477d068df658362772f03097beb381
|
||||
MISC ChangeLog 483 RMD160 253ac14623f2a586d8abc54d10ae876e5918e84a SHA1 ae089030545d73b4f9ee4dd1899be5e98bdeaedd SHA256 530700068a6b850ca36a0915d4c8bcf0720a51783e529417d92073dd7183400d
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||
@@ -0,0 +1,61 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils
|
||||
|
||||
# Don't change the order they are grouped by upstream categories:
|
||||
# (easyer to add new template packages)
|
||||
# Home & Family
|
||||
# At the Office
|
||||
# Creative Concepts
|
||||
# Fun Outdoors
|
||||
# Special Occasions
|
||||
# Odds and Ends
|
||||
TL="Food-n-Family Hobby Floral KidsKorner
|
||||
Business 9-to-5 Architecture
|
||||
Art Fantasy Urban Tattoo Music Mythology Tribal StreetStyle KickinIt GrabBag
|
||||
Sports Athletic Travel Animal Nature
|
||||
Wedding SpecialOccasion Holiday Bridal Seasonal LifeEvents Celebration
|
||||
Bonus QuickAndSimple"
|
||||
|
||||
DESCRIPTION="Theme files for LightScribe"
|
||||
HOMEPAGE="http://www.lightscribe.com/ideas/index_top.aspx"
|
||||
|
||||
SRC_URI=""
|
||||
for template in ${TL}
|
||||
do
|
||||
SRC_URI="${SRC_URI} http://download.lightscribe.com/ls/TL_${template}Pack${PV}.tar.gz"
|
||||
done
|
||||
|
||||
LICENSE="lightscribe"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
src_unpack() {
|
||||
for template in ${TL}
|
||||
do
|
||||
mkdir ${template}
|
||||
pushd ${template}
|
||||
unpack TL_${template}Pack${PV}.tar.gz
|
||||
popd
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
for template in ${TL}
|
||||
do
|
||||
insinto /opt/lightscribe/template/${template}
|
||||
doins ${template}/*
|
||||
done
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!--
|
||||
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
||||
|
||||
This is the example metadata file.
|
||||
The root element of this file is <pkgmetadata>. Within this element a
|
||||
number of subelements are allowed: herd, maintainer, and
|
||||
longdescription. herd is a required subelement.
|
||||
|
||||
For a full description look at:
|
||||
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
||||
|
||||
|
||||
Before committing, please remove the comments from this file. They are
|
||||
not relevant for general metadata.xml files.
|
||||
-->
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>@gentoo.org</email>
|
||||
<!-- <description>Description of the maintainership</description> -->
|
||||
</maintainer>
|
||||
<!-- <longdescription>Long description of the package</longdescription> -->
|
||||
<!--
|
||||
<use>
|
||||
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
||||
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
||||
package</flag>
|
||||
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
||||
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
||||
</use>
|
||||
-->
|
||||
</pkgmetadata>
|
||||
@@ -1,18 +0,0 @@
|
||||
DIST lightscribe-1.4.142.1-linux-2.6-intel.rpm 497525 RMD160 e803fe21d79ef9478a6b7fab01718b44b77f5617 SHA1 8fa4d951e7af8dee2e983f03191d8d73dcb052a5 SHA256 7924c646e5d03989ca39c958d0cff5d2a0b2d8b6db86a9d81f504f7780cb9572
|
||||
DIST lightscribe-1.8.13.1-linux-2.6-intel.rpm 531814 RMD160 db079318e7bf74db25a84c2f9992ac96fd232191 SHA1 d33bf3506638e9e7c447c4389429a2622be29152 SHA256 b685353ade2f8960c511ba6d1c78021bce40c2e6e9e841043788551b149c8d70
|
||||
DIST lightscribePublicSDK-1.4.142.1-linux-2.6-intel.rpm 619747 RMD160 8d92f0da78effe85d3c896780208522151fda930 SHA1 c652fcfb33472322b9e008108736b2bd2bb91ad4 SHA256 56f63b4e26bf566cd1b352970c074c0a1853b49a358fa7488fad13456eea3217
|
||||
DIST lightscribePublicSDK-1.8.13.1-linux-2.6-intel.rpm 619749 RMD160 262ab881fcfc5903b68a33848144d0788e7a636b SHA1 ac49a38ec65e20741588665ce5cfaccc07bae62a SHA256 e72e170d3e44770d72a20810f4db922de493605dffcb9ec656405c0fe173876c
|
||||
EBUILD lightscribe-1.4.142.1.ebuild 2243 RMD160 7e5a19f457c9181e183325d88ec84e435d5af240 SHA1 9c0dba60110508f2f1952bd4f8024e359dddec52 SHA256 c4d20639fbb3a59be78f95729101e21591619577cc61435a31c6ed2bfc064380
|
||||
MD5 4c867ac25044da4545b9fcf9948cff58 lightscribe-1.4.142.1.ebuild 2243
|
||||
RMD160 7e5a19f457c9181e183325d88ec84e435d5af240 lightscribe-1.4.142.1.ebuild 2243
|
||||
SHA256 c4d20639fbb3a59be78f95729101e21591619577cc61435a31c6ed2bfc064380 lightscribe-1.4.142.1.ebuild 2243
|
||||
EBUILD lightscribe-1.8.13.1.ebuild 2185 RMD160 2ea06e90b3b344b41e6c0d2c7df8b3af7a686115 SHA1 b6f0e9dcd5f905f3ef86f3ec916155fbf68fd0d9 SHA256 4da9055f8c2277fadc31156e983d0c1d0eaf866bbcb9f857b807ad19c0c4006b
|
||||
MD5 2e0167bc8d8db7464d0f69f33ba27fcf lightscribe-1.8.13.1.ebuild 2185
|
||||
RMD160 2ea06e90b3b344b41e6c0d2c7df8b3af7a686115 lightscribe-1.8.13.1.ebuild 2185
|
||||
SHA256 4da9055f8c2277fadc31156e983d0c1d0eaf866bbcb9f857b807ad19c0c4006b lightscribe-1.8.13.1.ebuild 2185
|
||||
MD5 01bc59696fedbc860fa99aa130a793c3 files/digest-lightscribe-1.4.142.1 635
|
||||
RMD160 ab3d19485df236b17f3910a98bc3a706733593a5 files/digest-lightscribe-1.4.142.1 635
|
||||
SHA256 c83ea202f4fd36a4819cbec2c81db0e9fb637732d2858af49f129d03d8179ccd files/digest-lightscribe-1.4.142.1 635
|
||||
MD5 ba9478ee95b980c92552d70dc0f84f61 files/digest-lightscribe-1.8.13.1 629
|
||||
RMD160 14c223fca5523d1310a665924f357be777b4af3e files/digest-lightscribe-1.8.13.1 629
|
||||
SHA256 8579e62157381c3f430bf612a478e233f30bf7d625496a0308ed0d3288b83353 files/digest-lightscribe-1.8.13.1 629
|
||||
@@ -1,6 +0,0 @@
|
||||
MD5 4875900e0ba1a127bbe219d42d6c1ace lightscribe-1.4.142.1-linux-2.6-intel.rpm 497525
|
||||
RMD160 e803fe21d79ef9478a6b7fab01718b44b77f5617 lightscribe-1.4.142.1-linux-2.6-intel.rpm 497525
|
||||
SHA256 7924c646e5d03989ca39c958d0cff5d2a0b2d8b6db86a9d81f504f7780cb9572 lightscribe-1.4.142.1-linux-2.6-intel.rpm 497525
|
||||
MD5 933978491dfc1bb23626894ba3d88c27 lightscribePublicSDK-1.4.142.1-linux-2.6-intel.rpm 619747
|
||||
RMD160 8d92f0da78effe85d3c896780208522151fda930 lightscribePublicSDK-1.4.142.1-linux-2.6-intel.rpm 619747
|
||||
SHA256 56f63b4e26bf566cd1b352970c074c0a1853b49a358fa7488fad13456eea3217 lightscribePublicSDK-1.4.142.1-linux-2.6-intel.rpm 619747
|
||||
@@ -1,6 +0,0 @@
|
||||
MD5 2902865cc20dc38f735fb8767e3708b8 lightscribe-1.8.13.1-linux-2.6-intel.rpm 531814
|
||||
RMD160 db079318e7bf74db25a84c2f9992ac96fd232191 lightscribe-1.8.13.1-linux-2.6-intel.rpm 531814
|
||||
SHA256 b685353ade2f8960c511ba6d1c78021bce40c2e6e9e841043788551b149c8d70 lightscribe-1.8.13.1-linux-2.6-intel.rpm 531814
|
||||
MD5 0c0ea0487ced452a43e2402f65efa0fb lightscribePublicSDK-1.8.13.1-linux-2.6-intel.rpm 619749
|
||||
RMD160 262ab881fcfc5903b68a33848144d0788e7a636b lightscribePublicSDK-1.8.13.1-linux-2.6-intel.rpm 619749
|
||||
SHA256 e72e170d3e44770d72a20810f4db922de493605dffcb9ec656405c0fe173876c lightscribePublicSDK-1.8.13.1-linux-2.6-intel.rpm 619749
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
inherit rpm
|
||||
|
||||
DESCRIPTION="LightScribe System Software by HP"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/"
|
||||
LICENSE_URI_LSS="http://www.lightscribe.com/downloadSection/linux/lssLicense.html"
|
||||
LICENSE_URI_LPSDK="http://www.lightscribe.com/downloadSection/linux/lpsdkLicense.html"
|
||||
SRC_URI_LSS="http://www.lightscribe.com/downloadSection/linux/downloads/lss/${P}-linux-2.6-intel.rpm"
|
||||
SRC_URI_LPSDK="http://www.lightscribe.com/downloadSection/linux/downloads/lpSDK/${PN}PublicSDK-${PV}-linux-2.6-intel.rpm"
|
||||
SRC_URI="${SRC_URI_LSS} sdk? ( ${SRC_URI_LPSDK} )"
|
||||
LICENSE="LightScribe-LSS LightScribe-LPSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="-amd64 ~x86"
|
||||
IUSE="sdk"
|
||||
RESTRICT="fetch mirror strip"
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
=virtual/libstdc++-3*
|
||||
sys-devel/gcc"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo
|
||||
einfo "The following steps are necessary to install ${PN}:"
|
||||
einfo "1. Please agree to the ${PN} license at"
|
||||
einfo "\t${LICENSE_URI_LSS}"
|
||||
if useq sdk; then
|
||||
einfo " ...and to the ${PN} SDK license at"
|
||||
einfo "\t${LICENSE_URI_LPSDK}"
|
||||
fi
|
||||
einfo "2. Use the following URL to download the needed files into ${DISTDIR}"
|
||||
einfo "\t${SRC_URI_LSS}"
|
||||
if useq sdk; then
|
||||
einfo "\t${SRC_URI_LPSDK}"
|
||||
fi
|
||||
einfo "3. Re-run the command that brought you here."
|
||||
einfo
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
cd ${WORKDIR}
|
||||
|
||||
dodir /etc
|
||||
insinto /etc
|
||||
doins ./etc/lightscribe.rc
|
||||
dodir /usr/lib
|
||||
dolib.so ./usr/lib/liblightscribe.so.1
|
||||
dosym liblightscribe.so.1 /usr/lib/liblightscribe.so
|
||||
dodir /usr/lib/lightscribe/res
|
||||
insinto /usr/lib/lightscribe/res
|
||||
doins ./usr/lib/lightscribe/res/*
|
||||
dodir /usr/lib/lightscribe/updates
|
||||
insinto /usr/lib/lightscribe/updates
|
||||
doins ./usr/lib/lightscribe/updates/*
|
||||
dodoc ./usr/share/doc/lightscribeLicense.rtf
|
||||
|
||||
if useq sdk; then
|
||||
dodir /usr/include
|
||||
insinto /usr/include
|
||||
doins ./usr/include/*
|
||||
DOCDESTTREE=sdk dodoc ./usr/share/doc/lightscribe-sdk/docs/*
|
||||
DOCDESTTREE=sdk dodoc ./usr/share/doc/lightscribe-sdk/linux_public_SDK_license.rtf
|
||||
DOCDESTTREE=sdk/sample/lsprint dodoc ./usr/share/doc/lightscribe-sdk/sample/lsprint/*
|
||||
fi
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
inherit rpm
|
||||
|
||||
DESCRIPTION="LightScribe System Software by HP"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/"
|
||||
LICENSE_URI_LSS="http://www.lightscribe.com/downloadSection/linux/lssLicense.html"
|
||||
LICENSE_URI_LPSDK="http://www.lightscribe.com/downloadSection/linux/lpsdkLicense.html"
|
||||
SRC_URI_LSS="http://download.lightscribe.com/ls/${P}-linux-2.6-intel.rpm"
|
||||
SRC_URI_LPSDK="http://download.lightscribe.com/ls/${PN}PublicSDK-${PV}-linux-2.6-intel.rpm"
|
||||
SRC_URI="${SRC_URI_LSS} sdk? ( ${SRC_URI_LPSDK} )"
|
||||
LICENSE="LightScribe-LSS LightScribe-LPSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="-amd64 ~x86"
|
||||
IUSE="sdk"
|
||||
RESTRICT="fetch mirror strip"
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
=virtual/libstdc++-3*
|
||||
sys-devel/gcc"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo
|
||||
einfo "The following steps are necessary to install ${PN}:"
|
||||
einfo "1. Please agree to the ${PN} license at"
|
||||
einfo "\t${LICENSE_URI_LSS}"
|
||||
if useq sdk; then
|
||||
einfo " ...and to the ${PN} SDK license at"
|
||||
einfo "\t${LICENSE_URI_LPSDK}"
|
||||
fi
|
||||
einfo "2. Use the following URL to download the needed files into ${DISTDIR}"
|
||||
einfo "\t${SRC_URI_LSS}"
|
||||
if useq sdk; then
|
||||
einfo "\t${SRC_URI_LPSDK}"
|
||||
fi
|
||||
einfo "3. Re-run the command that brought you here."
|
||||
einfo
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
cd ${WORKDIR}
|
||||
|
||||
dodir /etc
|
||||
insinto /etc
|
||||
doins ./etc/lightscribe.rc
|
||||
dodir /usr/lib
|
||||
dolib.so ./usr/lib/liblightscribe.so.1
|
||||
dosym liblightscribe.so.1 /usr/lib/liblightscribe.so
|
||||
dodir /usr/lib/lightscribe/res
|
||||
insinto /usr/lib/lightscribe/res
|
||||
doins ./usr/lib/lightscribe/res/*
|
||||
dodir /usr/lib/lightscribe/updates
|
||||
insinto /usr/lib/lightscribe/updates
|
||||
doins ./usr/lib/lightscribe/updates/*
|
||||
dodoc ./usr/share/doc/lightscribeLicense.rtf
|
||||
|
||||
if useq sdk; then
|
||||
dodir /usr/include
|
||||
insinto /usr/include
|
||||
doins ./usr/include/*
|
||||
DOCDESTTREE=sdk dodoc ./usr/share/doc/lightscribe-sdk/docs/*
|
||||
DOCDESTTREE=sdk dodoc ./usr/share/doc/lightscribe-sdk/linux_public_SDK_license.rtf
|
||||
DOCDESTTREE=sdk/sample/lsprint dodoc ./usr/share/doc/lightscribe-sdk/sample/lsprint/*
|
||||
fi
|
||||
}
|
||||
@@ -0,0 +1,246 @@
|
||||
# ChangeLog for dev-libs/liblightscribe
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
24 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.18.1.ebuild:
|
||||
Bump
|
||||
|
||||
08 Aug 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.17.1.ebuild:
|
||||
Bump
|
||||
|
||||
26 Jun 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.16.1.ebuild:
|
||||
Bump
|
||||
|
||||
22 Jun 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.15.1.ebuild:
|
||||
Bump
|
||||
|
||||
03 May 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.13.1.ebuild, +liblightscribe-1.18.14.1.ebuild:
|
||||
Bump
|
||||
|
||||
19 Mar 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.12.1.ebuild:
|
||||
bump
|
||||
|
||||
03 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
-liblightscribe-1.18.5.1.ebuild, -liblightscribe-1.18.6.1-r2.ebuild,
|
||||
-liblightscribe-1.18.8.1.ebuild, -liblightscribe-1.18.9.1.ebuild,
|
||||
-liblightscribe-1.18.10.2.ebuild, -liblightscribe-1.18.10.2-r1.ebuild,
|
||||
-liblightscribe-1.18.11.1.ebuild, +liblightscribe-1.18.11.1-r1.ebuild:
|
||||
cleanup old releases
|
||||
|
||||
01 Feb 2010; Mario Fetka <mario.fetka@gmail.com> Manifest:
|
||||
update manifest
|
||||
|
||||
01 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.11.1.ebuild, metadata.xml:
|
||||
update manifest
|
||||
|
||||
01 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.11.1.ebuild:
|
||||
use newlib.so for install
|
||||
|
||||
01 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.11.1.ebuild:
|
||||
remove useless depend
|
||||
|
||||
01 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.10.2-r1.ebuild, +liblightscribe-1.18.11.1.ebuild:
|
||||
bump
|
||||
|
||||
05 Jan 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.10.2-r1.ebuild:
|
||||
properly split prepare and install section
|
||||
|
||||
08 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
-liblightscribe-1.14.17.1.ebuild, -liblightscribe-1.14.19.1.ebuild,
|
||||
-liblightscribe-1.14.32.1.ebuild, -liblightscribe-1.18.1.1.ebuild,
|
||||
-liblightscribe-1.18.1.1-r1.ebuild, -liblightscribe-1.18.2.1.ebuild,
|
||||
-liblightscribe-1.18.3.2.ebuild, -liblightscribe-1.18.4.1.ebuild,
|
||||
-liblightscribe-1.18.4.1-r1.ebuild, -liblightscribe-1.18.4.1-r2.ebuild,
|
||||
-liblightscribe-1.18.6.1.ebuild, -liblightscribe-1.18.6.1-r1.ebuild,
|
||||
-files/liblightscribe-gcc43-1.patch, -files/80liblightscribe:
|
||||
cleanup
|
||||
|
||||
*liblightscribe-1.18.8.1 (01 Sep 2009)
|
||||
*liblightscribe-1.18.6.1-r2 (01 Sep 2009)
|
||||
|
||||
01 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.6.1-r2.ebuild, +liblightscribe-1.18.8.1.ebuild:
|
||||
Bump upstraem
|
||||
|
||||
*liblightscribe-1.18.6.1-r1 (24 Aug 2009)
|
||||
|
||||
24 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.6.1-r1.ebuild:
|
||||
Update the sdk part of the package
|
||||
|
||||
22 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.6.1.ebuild:
|
||||
add blocker on sabayon package
|
||||
|
||||
*liblightscribe-1.18.6.1 (30 Jun 2009)
|
||||
|
||||
30 Jun 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.6.1.ebuild:
|
||||
Bump Upstream
|
||||
|
||||
*liblightscribe-1.18.5.1 (22 Jun 2009)
|
||||
|
||||
22 Jun 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.5.1.ebuild:
|
||||
Bump upstream
|
||||
|
||||
*liblightscribe-1.18.4.1-r2 (15 May 2009)
|
||||
|
||||
15 May 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.4.1-r2.ebuild:
|
||||
rename lib to make revdep-rebuild happy
|
||||
|
||||
* liblightscribe-1.18.4.1-r1 (25 Apr 2009)
|
||||
* liblightscribe-1.18.4.1 (25 Apr 2009)
|
||||
|
||||
25 Apr 2009; Mario Fetka <mario.fetka@gmail.com> liblightscribe-1.18.4.1,
|
||||
liblightscribe-1.18.4.1-r1:
|
||||
Correct 2 year old typo
|
||||
|
||||
17 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.3.2.ebuild:
|
||||
die on all do*
|
||||
|
||||
16 Mar 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.2.1.ebuild:
|
||||
now EAPI=2
|
||||
|
||||
24 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.1.1-r1.ebuild:
|
||||
fix libstdc++.so.5: no version information available
|
||||
|
||||
24 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.18.1.1.ebuild:
|
||||
fix broken /opt/liblightscribe/lib32/liblightscribe.so.1
|
||||
http://bugs.gentoo.org/show_bug.cgi?id=152031#c74
|
||||
|
||||
16 Feb 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||
Bump
|
||||
|
||||
13 Feb 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.18.1.1.ebuild:
|
||||
Bump
|
||||
|
||||
15 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.14.32.1.ebuild:
|
||||
remve unneeded eclass
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.14.32.1.ebuild:
|
||||
don't build lsprint move to own package
|
||||
|
||||
14 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.14.32.1.ebuild:
|
||||
fetch restict package
|
||||
|
||||
01 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
+liblightscribe-1.14.32.1.ebuild:
|
||||
Bump
|
||||
|
||||
20 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
-liblightscribe-1.12.29.2.ebuild, -liblightscribe-1.12.37.1.ebuild,
|
||||
liblightscribe-1.14.17.1.ebuild, liblightscribe-1.14.19.1.ebuild:
|
||||
Repoman Cleanup
|
||||
|
||||
20 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
liblightscribe-1.14.17.1.ebuild, +liblightscribe-1.14.19.1.ebuild:
|
||||
Bump
|
||||
|
||||
30 Jul 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+files/liblightscribe-gcc43-1.patch, liblightscribe-1.14.17.1.ebuild:
|
||||
gcc 4.3 patch
|
||||
|
||||
30 Jul 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
-liblightscribe-1.4.113.1.ebuild, -liblightscribe-1.4.142.1.ebuild,
|
||||
-liblightscribe-1.8.15.1.ebuild, -liblightscribe-1.10.13.1.ebuild,
|
||||
-liblightscribe-1.10.19.1.ebuild, -liblightscribe-1.10.23.1.ebuild,
|
||||
-liblightscribe-1.10.27.1.ebuild, +liblightscribe-1.14.17.1.ebuild:
|
||||
Bump
|
||||
|
||||
18 Apr 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+liblightscribe-1.12.37.1.ebuild:
|
||||
Bump
|
||||
|
||||
06 Feb 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.12.29.2.ebuild:
|
||||
correct typo
|
||||
|
||||
06 Feb 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.12.29.2.ebuild:
|
||||
1.12.29.2 dont provide res files so no need for install
|
||||
|
||||
06 Feb 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+liblightscribe-1.12.29.2.ebuild:
|
||||
Bump
|
||||
|
||||
19 Jan 2008; Mario Fetka <mario-fetka@gmx.at>
|
||||
+liblightscribe-1.10.27.1.ebuild:
|
||||
Bump
|
||||
|
||||
08 Dec 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+liblightscribe-1.10.23.1.ebuild:
|
||||
Bump
|
||||
|
||||
23 Nov 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+liblightscribe-1.10.19.1.ebuild:
|
||||
Bump & build/install sample lsprint
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct info about elcu.sh
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
add info about elcu.sh
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
finish amd64 support
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
create env.d file with echo
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
add support for xres
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct install
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct install
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct install
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct install
|
||||
|
||||
21 Oct 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
liblightscribe-1.10.13.1.ebuild:
|
||||
correct install
|
||||
|
||||
05 Oct 2007; Mario Fetka <mario-fetka@gmx.at> +metadata.xml,
|
||||
+liblightscribe-1.10.13.1.ebuild:
|
||||
bump lightscribe
|
||||
|
||||
19 Feb 2007; Mario Fetka <mario-fetka@gmx.at> +files/80liblightscribe,
|
||||
+liblightscribe-1.4.113.1.ebuild, +liblightscribe-1.4.142.1.ebuild:
|
||||
Inital ebuild
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
DIST lightscribe-1.18.11.1-linux-2.6-intel.rpm 817351 RMD160 eb2241a2f9643bbf797020e5db6899e888582450 SHA1 839cdd9c6f219747e9964f2d0f89023a66e9d24a SHA256 efecac85a70b32b12ab9bff1e2229de3bc8f5b1403eaf1ccb867b7ed6b2a5bee
|
||||
DIST lightscribe-1.18.12.1-linux-2.6-intel.rpm 817931 RMD160 d12d04f9f9b03d9274d0ac7b5ec0c2bf14afca87 SHA1 48bc79fc2fc6f2f3b76f0c29a9cea2fbcad38ec3 SHA256 ec6a5878b68ddac16d568d5fd0c3ada10922110284a6cf31ad996df3ade54d3b
|
||||
DIST lightscribe-1.18.13.1-linux-2.6-intel.rpm 819187 RMD160 a744689f1db73affd2f3da7098738b9e1e3e76f2 SHA1 b41c657923946b65c2b3439c3eec9c970925803b SHA256 5236ecc16fd592a90550528f529713742f1c2b95a84cbea163660b06f29a23e7
|
||||
DIST lightscribe-1.18.14.1-linux-2.6-intel.rpm 820713 RMD160 0719f29435d07a1422f10bbc8c8bcea0a48afe40 SHA1 d024ddfd544d5684303b8c1c8bfb3db517133be7 SHA256 de474379f98046a59a76c7bd51830d3636daa4d877bcb442cc4c0a90cfed5f57
|
||||
DIST lightscribe-1.18.15.1-linux-2.6-intel.rpm 820868 RMD160 6a4739c270866ad235f181d959aa501952d3db04 SHA1 fca586181e69b866929f5b7b0229e0a1b3f60344 SHA256 aeba0907b2cf013f36951173f23f02de4cfe9c201dc72dca46e7c3d252424bd7
|
||||
DIST lightscribe-1.18.16.1-linux-2.6-intel.rpm 821516 RMD160 8566b286d55d7f07cb8b52045c1f6dec4eebcb67 SHA1 a5a5bfcedbe4f2faabe14254d570ad3ab8de075f SHA256 9a581898fbcc2103a2db7959e572684b2f3bd0fcbb950b3c5eaf8e24a8895e3e
|
||||
DIST lightscribe-1.18.17.1-linux-2.6-intel.rpm 821966 RMD160 a688a7bdf7562e06f20ad220ba7a3f4a81cf3227 SHA1 e6acefcc352a2fa8e9a722091d4087097813f8ef SHA256 a0d8f57574d6e884a9855bc3a85392d69a8397fd16340c141514457647eb0615
|
||||
DIST lightscribe-1.18.18.1-linux-2.6-intel.rpm 822755 RMD160 f75c54178ea90b358338c5dc89224f4d55e1bb51 SHA1 f6a48e1352c8cb127b1f294e13539d0e2092adb0 SHA256 ea59c69501ca65badb66da64a9c9d2f29d9740e3b3cf49158168bf55f0baf650
|
||||
DIST lightscribePublicSDK-1.18.6.1-linux-2.6-intel.rpm 622177 RMD160 6ac5bc74fb2de7602b5f42aecd4ea312c272cad4 SHA1 e46003c06293b62297d5780b24f1ea7ef94bf84d SHA256 174ccb9c39d9e115836fc696f69c8fe8ffc2a78b5f4f0185b8f930afc93e40bf
|
||||
EBUILD liblightscribe-1.18.11.1-r1.ebuild 3222 RMD160 ca3efdfe4e6503c96c99ad072629dd027a0717a8 SHA1 87d67ccedd0d65875617f790e97e31a27f9128bf SHA256 1a465ea658e1ac23503a8a12aff6f35b696c314119ccf38bac99b99758eadbc1
|
||||
EBUILD liblightscribe-1.18.12.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.13.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.14.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.15.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.16.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.17.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
EBUILD liblightscribe-1.18.18.1.ebuild 3216 RMD160 c8bedc7acd1e764efd2675037e378cf5156528a9 SHA1 d1afd94ad9371050dd12c39e9ede0fa52a4f2e2a SHA256 5ad2a75af7dff7a361dff478203fb85e625268797ef32a47e04c9463549ce248
|
||||
MISC ChangeLog 7552 RMD160 7b982c8bd42887eb74a45e975e0a08369e70094c SHA1 926792261e61e557a66b0ab223e6f8178ad16f3c SHA256 a469ad478a59d7dab620ba192731fdd871a768ded9fb35335d5c3b0a1db4eb4a
|
||||
MISC metadata.xml 262 RMD160 951acb15f4c2d71ca7ff7449bc9bd736ad4d6190 SHA1 434452c22d6215f0034a043a43a9f578ffc8dac7 SHA256 b54644472fbde5ba97eefc51b310095e23d44e9a30578c08b68c09418b988c2b
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror fetch"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils rpm multilib
|
||||
|
||||
SDK_PV=1.18.6.1
|
||||
|
||||
DESCRIPTION="LightScribe System Software (binary only library)"
|
||||
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
|
||||
SRC_URI="http://download.lightscribe.com/ls/lightscribe-${PV}-linux-2.6-intel.rpm
|
||||
http://download.lightscribe.com/ls/lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm"
|
||||
|
||||
LICENSE="lightscribe lightscribeSDK"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multilib"
|
||||
|
||||
RDEPEND="x86? ( sys-libs/libstdc++-v3 )
|
||||
amd64? ( sys-libs/libstdc++-v3[multilib] )
|
||||
!app-cdr/lightscribe
|
||||
!app-cdr/liblightscribe"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
opt/lightscribe/lib32/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib32/libstdcv3.so.5.0.7
|
||||
opt/lightscribe/lib/liblightscribe.so.0.0.1
|
||||
opt/lightscribe/lib/libstdcv3.so.5.0.7"
|
||||
|
||||
pkg_setup() {
|
||||
# This is a binary x86 package => ABI=x86
|
||||
# Please keep this in future versions
|
||||
has_multilib_profile && ABI="x86"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# hack in to use provided libstdc++ rename it to libstdcv3
|
||||
# can't add an rpath or a LD_PRELOAD to a already build lib to work around
|
||||
# the libstdc++ "no version information available" problem Bug 152031 comment 66
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/liblightscribe.so.1 || die "sed failed"
|
||||
sed -i "s/libstdc++.so.5/libstdcv3.so.5/g" usr/lib/lightscribe/libstdc++.so.5.0.7 || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local LSDIR="opt/lightscribe/$(get_libdir)"
|
||||
|
||||
exeinto /${LSDIR}/lightscribe/updates
|
||||
doexe usr/lib/lightscribe/updates/fallback.sh || die "fallback.sh install failed"
|
||||
exeinto /${LSDIR}/lightscribe
|
||||
doexe usr/lib/lightscribe/elcu.sh || die "elcu.sh install failed"
|
||||
into /opt/lightscribe
|
||||
# make revdep-rebuild happy Bug 152031 comment 74
|
||||
newlib.so usr/lib/liblightscribe.so.1 liblightscribe.so.0.0.1 || die "liblightscribe.so.* install failed"
|
||||
newlib.so usr/lib/lightscribe/libstdc++.so.5.0.7 libstdcv3.so.5.0.7 || die "libstdcv3.so.* install failed"
|
||||
dosym liblightscribe.so.0.0.1 /${LSDIR}/liblightscribe.so
|
||||
insinto /usr/include/lightscribe
|
||||
doins -r usr/include/* || die "includes install failed"
|
||||
insinto /etc
|
||||
doins -r etc/* || die "config install failed"
|
||||
sed -i "s%/usr/lib%${ROOT}${LSDIR}%" "${D}"/etc/lightscribe.rc || die "sed failed"
|
||||
dodoc usr/share/doc/*.* \
|
||||
usr/share/doc/lightscribe-sdk/*.* \
|
||||
usr/share/doc/lightscribe-sdk/docs/* || die "doc install failed"
|
||||
docinto sample/lsprint
|
||||
dodoc usr/share/doc/lightscribe-sdk/sample/lsprint/* || die "lsprint sample install failed"
|
||||
dodir /etc/env.d
|
||||
echo "LDPATH=${ROOT}${LSDIR}" > "${D}"/etc/env.d/80lightscribe
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This version also support Enhanced Contrast"
|
||||
elog "You can activate it by running:"
|
||||
elog "${ROOT}opt/lightscribe/$(get_libdir)/lightscribe/elcu.sh"
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download the appropriate Lightscribe System Software & Linux Public SDK archive's"
|
||||
einfo "( lightscribe-${PV}-linux-2.6-intel.rpm"
|
||||
einfo " lightscribePublicSDK-${SDK_PV}-linux-2.6-intel.rpm )"
|
||||
einfo "from ${HOMEPAGE} (requires to accept license)"
|
||||
einfo
|
||||
einfo "Then put the files in ${DISTDIR}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>maintainer-wanted</herd>
|
||||
<use>
|
||||
<flag name='multilib'>Installs the lib into the right dir on amd64</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,330 @@
|
||||
LIGHTSCRIBEae SOFTWARE LICENSE AGREEMENT
|
||||
|
||||
|
||||
|
||||
USE OF THE HP SOFTWARE IDENTIFIED ABOVE (THE ``SOFTWARE'') INCLUDING,
|
||||
WITHOUT LIMITATION, ANY DOCUMENTATION, AND ANY OTHER SOFTWARE PRODUCTS
|
||||
BUNDLED WITH OR EMBEDDED IN THE SOFTWARE (COLLECTIVELY, THE ``ANCILLARY
|
||||
SOFTWARE''), IS SUBJECT TO THE LICENSE TERMS SET FORTH BELOW AND THE
|
||||
APPLICABLE ``AS-IS WARRANTY STATEMENT'' PROVIDED AS A SEPARATE DOCUMENT.
|
||||
YOU SHOULD READ ALL THE TERMS OF THIS AGREEMENT CAREFULLY. YOU WILL BE
|
||||
ASKED TO REVIEW AND EITHER ACCEPT OR NOT ACCEPT ALL OF THE TERMS OF THIS
|
||||
AGREEMENT.
|
||||
|
||||
|
||||
|
||||
HP HAS IDENTIFIED ANCILLARY SOFTWARE BY EITHER NOTING THE RELEVANT
|
||||
PARTY'S OWNERSHIP WITHIN EACH ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY
|
||||
PROVIDING INFORMATION IN THE ``RELEASE_NOTES.TXT'' FILE THAT IS PROVIDED
|
||||
AS PART OF THE DOWNLOAD OF THE SOFTWARE. YOUR USE OF ANY ANCILLARY
|
||||
SOFTWARE shall be governed by That party's license agreement
|
||||
(``ancillary software license'') and not by this Agreement EXCEPT THAT
|
||||
THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES PROVISIONS
|
||||
CONTAINED IN THE ``AS-IS WARRANTY STATEMENT'' FOR THE SOFTWARE SHALL
|
||||
CONTINUE TO APPLY TO SUCH ANCILLARY SOFTWARE. THE LICENSES FOR THE
|
||||
ANCILLARY SOFTWARE ARE INCLUDED IN such ancillary software AND/OR SET
|
||||
FORTH IN THE ``ANCILLARY.TXT'' FILE THAT IS PROVIDED AS PART OF THE
|
||||
DOWNLOAD OF THE SOFTWARE. IF YOU CHOOSE TO ACCEPT THIS AGREEMENT WITHOUT
|
||||
REVIEWING SUCH ANCILLARY SOFTWARE LICENSES OR OTHER TERMS, YOU WILL BE
|
||||
DEEMED TO HAVE ACCEPTED SUCH ANCILLARY SOFTWARE LICENSES OR OTHER TERMS.
|
||||
|
||||
|
||||
|
||||
|
||||
IF YOU (``CUSTOMER'') AGREE TO BE BOUND BY AND COMPLY WITH ALL THE TERMS
|
||||
OF THIS AGREEMENT (INCLUDING THE ``AS-IS WARRANTY STATEMENT'' AS WELL AS
|
||||
ANY TERMS OR CONDITIONS CONTAINED IN ANY OTHER LICENSE AGREEMENT THAT IS
|
||||
IDENTIFIED IN THE SOFTWARE OR REFERENCED IN THE ``ANCILLARY.TXT'' FILE),
|
||||
YOU MUST CLICK THE BUTTON OR, IF A BOX IS PROVIDED IN LIEU OF A BUTTON
|
||||
PLACE A CHECK IN THE APPLICABLE BOX, INDICATING THAT YOU AGREE TO THE
|
||||
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND
|
||||
BY ALL THE TERMS OF THIS AGREEMENT- (INCLUDING THE ``AS-IS WARRANTY
|
||||
STATEMENT'' AS WELL AS ANY TERMS OR CONDITIONS CONTAINED IN ANY OTHER
|
||||
LICENSE AGREEMENT THAT IS IDENTIFIED OR REFERENCED IN THE IN THE
|
||||
SOFTWARE ``ANCILLARY.TXT'' FILE), HP IS UNWILLING TO GRANT YOU ANY
|
||||
RIGHTS TO USE THE SOFTWARE, AND YOU MUST STOP INSTALLING THE SOFTWARE
|
||||
AND INDICATE YOUR REJECTION OF THIS AGREEMENT BY NOT CLICKING THE
|
||||
BUTTON, OR IF A BOX IS PROVIDED IN LIEU OF A BUTTON BY NOT PLACING A
|
||||
CHECK IN THE APPLICABLE BOX. NOTWITHSTANDING THE FOREGOING, INSTALLING
|
||||
OR OTHERWISE USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE
|
||||
LICENSE TERMS. IF YOU ARE AGREEING TO THE TERMS OF THIS AGREEMENT
|
||||
(INCLUDING THOSE TERMS AND CONDITIONS REFERRED TO IN THE SOFTWARE OR IN
|
||||
THE ``ANCILLARY.TXT'' FILE) ON BEHALF OF YOUR EMPLOYER OR PRINCIPAL, THE
|
||||
LICENSE GRANTED AND THE APPLICABLE RESTRICTIONS AND LIMITATIONS APPLY TO
|
||||
YOUR EMPLOYER OR PRINCIPAL AS WELL AS TO YOU AS AN AGENT OF YOUR
|
||||
EMPLOYER OR PRINCIPAL. SHOULD YOU CEASE WORKING FOR YOUR EMPLOYER OR
|
||||
PRINCIPAL, YOUR EMPLOYER OR PRINCIPAL MAY CONTINUE TO OPERATE UNDER THIS
|
||||
AGREEMENT.
|
||||
|
||||
|
||||
|
||||
LICENSE TERMS
|
||||
|
||||
|
||||
|
||||
Subject to any rights, limitations and obligations set forth in the
|
||||
license terms for the Ancillary software whether or not included in the
|
||||
Files.txt or ANCILLARY.TXT files:
|
||||
|
||||
|
||||
|
||||
LICENSE GRANT
|
||||
|
||||
HP grants Customer a worldwide, non-exclusive license to use the
|
||||
software on any one computer. Customer may not network the software or
|
||||
otherwise use it on more than one computer. Customer may make copies or
|
||||
adaptations of the software (a) for archival purposes or (b) when
|
||||
copying or adaptation is an essential step in the use of the software
|
||||
with a computer so long as the copies and adaptations are used in no
|
||||
other manner
|
||||
|
||||
1. GENERAL TERMS FOR THE SOFTWARE
|
||||
|
||||
a) Software is owned and copyrighted by HP or by third party suppliers.
|
||||
Customer's license to Use the Software confers no title or ownership and
|
||||
is not a sale of any rights in the Software. Third party suppliers are
|
||||
intended beneficiaries under this Agreement and may protect their rights
|
||||
in the Software directly against the Customer.
|
||||
|
||||
b) Customer has no right to rent, lease, time share, or otherwise
|
||||
transfer the rights to the Software without the written consent of the
|
||||
owner of the Software. Customer may not copy the Software onto any
|
||||
public or distributed network.
|
||||
|
||||
c) Customer must reproduce all copyright notices and other proprietary
|
||||
legends in or on the original Software on all permitted copies or
|
||||
adaptations. You may not remove from the Software, or alter, any of the
|
||||
trademarks, trade names, logos, patent or copyright notices or markings,
|
||||
or add any other notices or markings to the Software.
|
||||
|
||||
d) HP shall have no obligation to provide support for the Software. This
|
||||
license does not entitle you to receive upgrades, updates or technical
|
||||
support. HP reserves the right to require additional licenses and fees
|
||||
for Use of the Software on a different computer or device, or on the
|
||||
class or series of equipment.
|
||||
|
||||
e) Customer will not modify, disassemble, decompile, decrypt, or
|
||||
otherwise attempt to access or determine the source code of the Software
|
||||
(including any products not specifically enumerated in the files.txt or
|
||||
ancillary.txt files) without HP's prior written consent. Where Customer
|
||||
has other rights under statute, Customer will provide HP with reasonably
|
||||
detailed information regarding any intended disassembly or
|
||||
decompilation. Customer will not decrypt the Software unless necessary
|
||||
for legitimate use of the Software.
|
||||
|
||||
f) HP may terminate Customer's license to Use the Software upon notice
|
||||
for failure to comply with any applicable Software license terms or at
|
||||
any time for any reason whatsoever. Immediately upon termination, all
|
||||
copies of the Software will be destroyed or returned to HP. Customer
|
||||
shall remove, destroy or return to HP all copies of the Software that
|
||||
are merged into adaptations, except for individual pieces of data in
|
||||
Customer's database. With HP's prior written consent, one copy of the
|
||||
Software may be retained subsequent to termination for archival
|
||||
purposes.
|
||||
|
||||
g) The Software may be only compatible with certain hardware platforms
|
||||
and/or operating systems. Customer acknowledges and agrees that Customer
|
||||
has the sole responsibility to independently obtain and independently
|
||||
license and/or acquire the system requirements.
|
||||
|
||||
h) HP, or its designee(s), shall, during regular business hours at
|
||||
Customer's offices and in such a manner that does not interfere with
|
||||
Customer's normal business activities, have the right to inspect and
|
||||
audit, or have an inspection and audit, of the number of copies of
|
||||
Software Used by Customer, the computers on which the Software, if any,
|
||||
is installed and the number of users Using any such Software. HP's
|
||||
audit rights shall not terminate or expire until three (3) years after
|
||||
termination or expiration of this Agreement.
|
||||
|
||||
i) In the following provision regarding Software licenses to the U.S.
|
||||
Government, the term "Customer" means HP's direct licensee and the
|
||||
end-user.
|
||||
|
||||
1) If Software is licensed for use in the performance of a U.S
|
||||
government prime contract or subcontract, Customer agrees that Software
|
||||
has been developed entirely at private expense. Customer agrees that
|
||||
Software, and any derivatives or modifications, is adequately marked
|
||||
when the Restricted Rights Legend below is affixed to the Software or to
|
||||
its storage media and is perceptible directly or with the aid of a
|
||||
machine or device. Customer agrees to conspicuously put the following
|
||||
legend on the Software media with Customer's name and address added
|
||||
below the notice:
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication or disclosure is subject to HP standard commercial
|
||||
license terms and for non-DOD Departments and Agencies of the U.S.
|
||||
Government, the restrictions as set forth in FAR 52.227-19(c)(1-2)(Jun
|
||||
1987).
|
||||
|
||||
|
||||
|
||||
Hewlett-Packard Company
|
||||
|
||||
3000 Hanover Street
|
||||
|
||||
Palo Alto, CA 94304 U.S.A.
|
||||
|
||||
|
||||
|
||||
Copyright (c) 2005 Hewlett-Packard Development Company.
|
||||
|
||||
2) Customer further agrees that Software is delivered and licensed as
|
||||
"Commercial computer software" as defined in DFARS 252.227-7014(Jun
|
||||
1995) or as a "commercial item" as defined in FAR 2.101(a), or as
|
||||
"Restricted computer software" as defined in FAR 52.227-19 (Jun 1987)
|
||||
(or any equivalent agency regulation or contract clause), whichever is
|
||||
applicable. The Customer agrees that it has only those rights provided
|
||||
for such Software by the applicable FAR or DFARS clause or the HP
|
||||
standard software agreement for the product involved.
|
||||
|
||||
2. GENERAL
|
||||
|
||||
a) Customer may not assign or transfer this Agreement or any rights or
|
||||
obligations hereunder without prior written consent of HP. Any such
|
||||
attempted assignment or transfer will be null and void. HP may
|
||||
terminate this Agreement in the event of any such attempted assignment
|
||||
or transfer.
|
||||
|
||||
b) Customer may not export or re-export this software or any copy or
|
||||
adaptation in violation of any applicable laws or regulations. Without
|
||||
limiting the generality of the foregoing, hardware, software, technology
|
||||
or services provided under this license agreement may not be exported,
|
||||
reexported, transferred or downloaded to or within (or to a national
|
||||
resident of) countries under U.S. economic embargo including the
|
||||
following countries: Afghanistan (Taliban-controlled areas), Cuba, Iran,
|
||||
Iraq, Libya, North Korea, Sudan and Syria. This list is subject to
|
||||
change.
|
||||
|
||||
Hardware, software, technology or services may not be exported,
|
||||
reexported, transferred or downloaded to persons or entities listed on
|
||||
the U.S. Department of Commerce Denied Persons List, Entity List of
|
||||
proliferation concern or on any U.S. Treasury Department Designated
|
||||
Nationals exclusion list, or to parties directly or indirectly involved
|
||||
in the development or production of nuclear, chemical, biological
|
||||
weapons or in missile technology programs as specified in the U.S.
|
||||
Export Administration Regulations (15 CFR 744).
|
||||
|
||||
By accepting this license agreement you confirm that you are not located
|
||||
in (or a national resident of) any country under U.S. economic embargo,
|
||||
not identified on any U.S. Department of Commerce Denied Persons List,
|
||||
Entity List or Treasury Department Designated Nationals exclusion list,
|
||||
and not directly or indirectly involved in the development or production
|
||||
of nuclear, chemical, biological weapons or in missile technology
|
||||
programs as specified in the U.S. Export Administration Regulations.
|
||||
|
||||
c) This Agreement shall be construed in accordance with the laws of the
|
||||
State of California, without regard to conflict of laws principles. The
|
||||
United Nations Convention on Contracts for the International Sale of
|
||||
Goods is specifically disclaimed.
|
||||
|
||||
d) If any term or provision herein is determined to be illegal or
|
||||
unenforceable, the validity or enforceability of the remainder of the
|
||||
terms or provisions herein will remain in full force and effect. Failure
|
||||
or delay in enforcing any right or provision of this Agreement shall not
|
||||
be deemed a waiver of such right or provision with respect to any
|
||||
subsequent breach. Provisions herein, which by their nature extend
|
||||
beyond the termination of any license of Software, will remain in effect
|
||||
until fulfilled.
|
||||
|
||||
e) Customer acknowledges that obtaining and maintaining accurate
|
||||
Customer information, including but not limited to name and requested
|
||||
contact information, ("Account Information") is critical to the
|
||||
successful management of each Software license, which may include, but
|
||||
may not be limited to, managing updates and providing support (as
|
||||
applicable and under separate agreement) and investigating property
|
||||
right infringements. Customer agrees and warrants that Customer has
|
||||
provided and will maintain true, full and correct Account Information at
|
||||
all times during the term of this license and promptly provide such
|
||||
information to HP, upon HP's request. Customer agrees that Customer will
|
||||
not provide false, misleading, or inadequate Account Information.
|
||||
|
||||
f) This Agreement, including all Ancillary Software terms and conditions
|
||||
downloaded in or with the Software, is the final, complete and exclusive
|
||||
agreement between the parties relating to the Software, and supersedes
|
||||
any previous communications, representations or agreements between the
|
||||
parties, whether oral or written, regarding transactions hereunder.
|
||||
Customer's additional or different terms and conditions will not apply.
|
||||
These license terms may not be changed except by an amendment signed by
|
||||
an authorized representative of each party.
|
||||
|
||||
AS-IS WARRANTY STATEMENT
|
||||
|
||||
|
||||
|
||||
1. DISCLAIMER.
|
||||
|
||||
|
||||
|
||||
TO THE EXTENT ALLOWED BY LOCAL LAW, THIS SOFTWARE IS PROVIDED TO YOU
|
||||
``AS IS'' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER ORAL OR
|
||||
WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY DISCLAIMS ANY IMPLIED
|
||||
WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
|
||||
NON-INFRINGEMENT, TITLE, ACCURACY OF INFORMATIONAL CONTENT, AND FITNESS
|
||||
FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE RESULTS AND
|
||||
PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. NO ORAL OR WRITTEN
|
||||
INFORMATION OR ADVICE GIVEN BY HP OR HP'S AUTHORIZED REPRESENTATIVES
|
||||
SHALL CREATE A WARRANTY OR AMEND THIS ``AS IS'' WARRANTY. Some
|
||||
jurisdictions do not allow exclusions of implied warranties or
|
||||
conditions, so the above exclusion may not apply to you to the extent
|
||||
prohibited by such local laws. You may have other rights that vary from
|
||||
country to country, state to state, or province to province.
|
||||
|
||||
|
||||
|
||||
2. LIMITATION OF LIABILITY.
|
||||
|
||||
|
||||
|
||||
EXCEPT TO THE EXTENT PROHIBITED BY LOCAL LAW, IN NO EVENT WILL HP OR ITS
|
||||
SUBSIDIARIES, AFFILIATES, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR
|
||||
SUPPLIERS BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
||||
CONSEQUENTIAL, PUNITIVE, OR OTHER DAMAGES (INCLUDING LOST PROFIT, LOST
|
||||
DATA, OR DOWNTIME COSTS), ARISING OUT OF THE USE, INABILITY TO USE, OR
|
||||
THE RESULTS OF USE OF THE SOFTWARE, WHETHER BASED IN WARRANTY, CONTRACT,
|
||||
TORT OR OTHER LEGAL THEORY, AND WHETHER OR NOT HP WAS ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES. the software is not specifically designed,
|
||||
manufactured or intended for use in the planning, construction,
|
||||
maintenance, or direct operation of a nuclear facility, AIRCRAFT
|
||||
NAVIGATION OR AIRCRAFT COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL,
|
||||
DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS. Customer is solely
|
||||
liable if the software is used for these applications. Customer will
|
||||
indemnify and hold HP harmless from all loss, damage, expense or
|
||||
liability in connection with such use. Your use of the Software is
|
||||
entirely at your own risk. Should the Software prove defective, you
|
||||
assume the entire cost of all service, repair or correction. Some
|
||||
jurisdictions do not allow the exclusion or limitation of liability for
|
||||
incidental or consequential damages, so the above limitation may not
|
||||
apply to you to the extent prohibited by such local laws.
|
||||
|
||||
|
||||
|
||||
NOTE. EXCEPT TO THE EXTENT ALLOWED BY LOCAL LAW, THESE WARRANTY TERMS
|
||||
DO NOT EXCLUDE, RESTRICT OR MODIFY, AND ARE IN ADDITION TO, THE
|
||||
MANDATORY STATUTORY RIGHTS APPLICABLE TO THE LICENSE OF THE SOFTWARE TO
|
||||
YOU; PROVIDED, HOWEVER, THAT THE CONVENTION ON CONTRACTS FOR THE
|
||||
INTERNATIONAL SALE OF GOODS IS SPECIFICALLY DISCLAIMED AND SHALL NOT
|
||||
GOVERN OR APPLY TO THE SOFTWARE PROVIDED IN CONNECTION WITH THIS
|
||||
WARRANTY STATEMENT.
|
||||
|
||||
|
||||
|
||||
IF YOU AGREE TO BE BOUND BY AND COMPLY WITH ALL THE TERMS OF THIS
|
||||
LIMITED WARRANTY STATEMENT, YOU MUST CLICK THE BUTTON OR PLACE A CHECK
|
||||
IN THE APPLICABLE BOX INDICATING THAT YOU AGREE TO THE TERMS AND
|
||||
CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND BY ALL THE
|
||||
TERMS OF THIS LIMITED WARRANTY STATEMENT, HP IS UNWILLING TO GRANT YOU
|
||||
ANY RIGHTS TO USE THE SOFTWARE, AND YOU MUST STOP INSTALLING THE
|
||||
SOFTWARE AND INDICATE YOUR REJECTION OF THIS LIMITED WARRANTY STATEMENT
|
||||
BY NOT CLICKING THE BUTTON OR PLACING A CHECK IN THE APPLICABLE BOX.
|
||||
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE
|
||||
SOFTWARE INDICATES YOUR ACCEPTANCE OF THIS LIMITED WARRANTY STATEMENT.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,371 @@
|
||||
LIGHTSCRIBEae SOFTWARE DEVELOPMENT TOOLKIT LICENSE AGREEMENT
|
||||
|
||||
|
||||
|
||||
USE OF THE HP SOFTWARE IDENTIFIED ABOVE (THE ``SOFTWARE'') INCLUDING,
|
||||
WITHOUT LIMITATION, ANY DOCUMENTATION, AND ANY OTHER SOFTWARE PRODUCTS
|
||||
BUNDLED WITH OR EMBEDDED IN THE SOFTWARE (COLLECTIVELY, THE ``ANCILLARY
|
||||
SOFTWARE''), IS SUBJECT TO THE LICENSE TERMS SET FORTH BELOW AND THE
|
||||
APPLICABLE ``AS-IS WARRANTY STATEMENT'' PROVIDED AS A SEPARATE DOCUMENT.
|
||||
YOU SHOULD READ ALL THE TERMS OF THIS AGREEMENT CAREFULLY. YOU WILL BE
|
||||
ASKED TO REVIEW AND EITHER ACCEPT OR NOT ACCEPT ALL OF THE TERMS OF THIS
|
||||
AGREEMENT.
|
||||
|
||||
|
||||
|
||||
HP HAS IDENTIFIED ANCILLARY SOFTWARE BY EITHER NOTING THE RELEVANT
|
||||
PARTY'S OWNERSHIP WITHIN EACH ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY
|
||||
PROVIDING INFORMATION IN THE ``RELEASE_NOTES.TXT'' FILE THAT IS PROVIDED
|
||||
AS PART OF THE DOWNLOAD OF THE SOFTWARE. YOUR USE OF ANY ANCILLARY
|
||||
SOFTWARE shall be governed by That party's license agreement
|
||||
(``ancillary software license'') and not by this Agreement EXCEPT THAT
|
||||
THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES PROVISIONS
|
||||
CONTAINED IN THE ``AS-IS WARRANTY STATEMENT'' FOR THE SOFTWARE SHALL
|
||||
CONTINUE TO APPLY TO SUCH ANCILLARY SOFTWARE. THE LICENSES FOR THE
|
||||
ANCILLARY SOFTWARE ARE INCLUDED IN such ancillary software AND/OR SET
|
||||
FORTH IN THE ``ANCILLARY.TXT'' FILE THAT IS PROVIDED AS PART OF THE
|
||||
DOWNLOAD OF THE SOFTWARE. IF YOU CHOOSE TO ACCEPT THIS AGREEMENT WITHOUT
|
||||
REVIEWING SUCH ANCILLARY SOFTWARE LICENSES OR OTHER TERMS, YOU WILL BE
|
||||
DEEMED TO HAVE ACCEPTED SUCH ANCILLARY SOFTWARE LICENSES OR OTHER TERMS.
|
||||
|
||||
|
||||
|
||||
|
||||
IF YOU (``CUSTOMER'') AGREE TO BE BOUND BY AND COMPLY WITH ALL THE TERMS
|
||||
OF THIS AGREEMENT (INCLUDING THE ``AS-IS WARRANTY STATEMENT'' AS WELL AS
|
||||
ANY TERMS OR CONDITIONS CONTAINED IN ANY OTHER LICENSE AGREEMENT THAT IS
|
||||
IDENTIFIED IN THE SOFTWARE OR REFERENCED IN THE ``ANCILLARY.TXT'' FILE),
|
||||
YOU MUST CLICK THE BUTTON OR, IF A BOX IS PROVIDED IN LIEU OF A BUTTON
|
||||
PLACE A CHECK IN THE APPLICABLE BOX, INDICATING THAT YOU AGREE TO THE
|
||||
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND
|
||||
BY ALL THE TERMS OF THIS AGREEMENT- (INCLUDING THE ``AS-IS WARRANTY
|
||||
STATEMENT'' AS WELL AS ANY TERMS OR CONDITIONS CONTAINED IN ANY OTHER
|
||||
LICENSE AGREEMENT THAT IS IDENTIFIED OR REFERENCED IN THE IN THE
|
||||
SOFTWARE ``ANCILLARY.TXT'' FILE), HP IS UNWILLING TO GRANT YOU ANY
|
||||
RIGHTS TO USE THE SOFTWARE, AND YOU MUST STOP INSTALLING THE SOFTWARE
|
||||
AND INDICATE YOUR REJECTION OF THIS AGREEMENT BY NOT CLICKING THE
|
||||
BUTTON, OR IF A BOX IS PROVIDED IN LIEU OF A BUTTON BY NOT PLACING A
|
||||
CHECK IN THE APPLICABLE BOX. NOTWITHSTANDING THE FOREGOING, INSTALLING
|
||||
OR OTHERWISE USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE
|
||||
LICENSE TERMS. IF YOU ARE AGREEING TO THE TERMS OF THIS AGREEMENT
|
||||
(INCLUDING THOSE TERMS AND CONDITIONS REFERRED TO IN THE SOFTWARE OR IN
|
||||
THE ``ANCILLARY.TXT'' FILE) ON BEHALF OF YOUR EMPLOYER OR PRINCIPAL, THE
|
||||
LICENSE GRANTED AND THE APPLICABLE RESTRICTIONS AND LIMITATIONS APPLY TO
|
||||
YOUR EMPLOYER OR PRINCIPAL AS WELL AS TO YOU AS AN AGENT OF YOUR
|
||||
EMPLOYER OR PRINCIPAL. SHOULD YOU CEASE WORKING FOR YOUR EMPLOYER OR
|
||||
PRINCIPAL, YOUR EMPLOYER OR PRINCIPAL MAY CONTINUE TO OPERATE UNDER THIS
|
||||
AGREEMENT.
|
||||
|
||||
|
||||
|
||||
LICENSE TERMS
|
||||
|
||||
|
||||
|
||||
Subject to any rights, limitations and obligations set forth in the
|
||||
license terms for the Ancillary software whether or not included in the
|
||||
Files.txt or ANCILLARY.TXT files:
|
||||
|
||||
|
||||
|
||||
LICENSE GRANT
|
||||
|
||||
HP grants Customer a worldwide, non-exclusive, non-transferable license
|
||||
to use the Software on any one computer. Customer may not network the
|
||||
Software or otherwise use it on more than one computer. Customer may
|
||||
make copies or adaptations of the Software (a) for archival purposes or
|
||||
(b) when copying or adaptation is an essential step in the use of the
|
||||
Software with a computer so long as the copies and adaptations are used
|
||||
in no other manner.
|
||||
|
||||
LICENSE TO DEVELOP
|
||||
|
||||
|
||||
|
||||
HP grants Customer a worldwide, non-exclusive, non-transferable license
|
||||
to use the Software for the development of Customer applications (the
|
||||
``Applications'') and reproduce and distribute the Applications to
|
||||
third party end users provided that Customer: (i) does not redistribute
|
||||
the Software in whole or in part, either separately or included in any
|
||||
Application except as authorized in the License to Distribute below, and
|
||||
(ii) agrees to indemnify, hold harmless, and defend HP and its
|
||||
licensors from and against any claims or lawsuits, including attorney's
|
||||
fees, that arise or result from the use or distribution of any and all
|
||||
Applications developed through the use of the Software.
|
||||
|
||||
|
||||
|
||||
LICENSE TO DISTRIBUTE
|
||||
|
||||
|
||||
|
||||
HP grants Customer a worldwide, non-exclusive, non-transferable license
|
||||
to reproduce and distribute the libraries contained in the Software
|
||||
(the ``Libraries'') to third party end users either separately with or
|
||||
as a component of its Applications provided that Customer: (i)
|
||||
distributes the Libraries complete and unmodified, and (ii) does not
|
||||
remove or alter any proprietary legends or copyright notices contained
|
||||
in or on the Libraries.
|
||||
|
||||
|
||||
|
||||
NO LICENSE TO TRADEMARKS
|
||||
|
||||
|
||||
|
||||
HP does not grant Customer any right or license to use or display the
|
||||
LightScribe mark or logo. Customer may only make fair, accurate,
|
||||
truthful and otherwise lawful references or statements to the
|
||||
LightScribe technology, such as "compatible with LightScribe". However,
|
||||
Customer may not suggest it is authorized or licensed by HP, e.g.
|
||||
"LightScribe Approved".
|
||||
|
||||
|
||||
|
||||
1. GENERAL TERMS FOR THE SOFTWARE
|
||||
|
||||
a) Software is owned and copyrighted by HP or by third party suppliers.
|
||||
Customer's license to Use the Software confers no title or ownership and
|
||||
is not a sale of any rights in the Software. Third party suppliers are
|
||||
intended beneficiaries under this Agreement and may protect their rights
|
||||
in the Software directly against the Customer.
|
||||
|
||||
b) Customer has no right to rent, lease, time share, or otherwise
|
||||
transfer the rights to the Software without the written consent of the
|
||||
owner of the Software. Customer may not copy the Software onto any
|
||||
public or distributed network.
|
||||
|
||||
c) Customer must reproduce all copyright notices and other proprietary
|
||||
legends in or on the original Software on all permitted copies or
|
||||
adaptations. You may not remove from the Software, or alter, any of the
|
||||
trademarks, trade names, logos, patent or copyright notices or markings,
|
||||
or add any other notices or markings to the Software.
|
||||
|
||||
d) HP shall have no obligation to provide support for the Software. This
|
||||
license does not entitle you to receive upgrades, updates or technical
|
||||
support. HP reserves the right to require additional licenses and fees
|
||||
for Use of the Software on a different computer or device, or on the
|
||||
class or series of equipment.
|
||||
|
||||
e) Customer will not modify, disassemble, decompile, decrypt, or
|
||||
otherwise attempt to access or determine the source code of the Software
|
||||
(including any products not specifically enumerated in the files.txt or
|
||||
ancillary.txt files) without HP's prior written consent. Where Customer
|
||||
has other rights under statute, Customer will provide HP with reasonably
|
||||
detailed information regarding any intended disassembly or
|
||||
decompilation. Customer will not decrypt the Software unless necessary
|
||||
for legitimate use of the Software.
|
||||
|
||||
f) HP may terminate Customer's license to Use the Software upon notice
|
||||
for failure to comply with any applicable Software license terms or at
|
||||
any time for any reason whatsoever. Immediately upon termination, all
|
||||
copies of the Software will be destroyed or returned to HP. Customer
|
||||
shall remove, destroy or return to HP all copies of the Software that
|
||||
are merged into adaptations, except for individual pieces of data in
|
||||
Customer's database. With HP's prior written consent, one copy of the
|
||||
Software may be retained subsequent to termination for archival
|
||||
purposes.
|
||||
|
||||
g) The Software may only be compatible with certain hardware platforms
|
||||
and/or operating systems. Customer acknowledges and agrees that Customer
|
||||
has the sole responsibility to independently obtain and independently
|
||||
license and/or acquire the system requirements.
|
||||
|
||||
h) HP, or its designee(s), shall, during regular business hours at
|
||||
Customer's offices and in such a manner that does not interfere with
|
||||
Customer's normal business activities, have the right to inspect and
|
||||
audit, or have an inspection and audit, of the number of copies of
|
||||
Software Used by Customer, the computers on which the Software, if any,
|
||||
is installed and the number of users Using any such Software. HP's
|
||||
audit rights shall not terminate or expire until three (3) years after
|
||||
termination or expiration of this Agreement.
|
||||
|
||||
i) In the following provision regarding Software licenses to the U.S.
|
||||
Government, the term "Customer" means HP's direct licensee and the
|
||||
end-user.
|
||||
|
||||
1) If Software is licensed for use in the performance of a U.S
|
||||
government prime contract or subcontract, Customer agrees that Software
|
||||
has been developed entirely at private expense. Customer agrees that
|
||||
Software, and any derivatives or modifications, is adequately marked
|
||||
when the Restricted Rights Legend below is affixed to the Software or to
|
||||
its storage media and is perceptible directly or with the aid of a
|
||||
machine or device. Customer agrees to conspicuously put the following
|
||||
legend on the Software media with Customer's name and address added
|
||||
below the notice:
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication or disclosure is subject to HP standard commercial
|
||||
license terms and for non-DOD Departments and Agencies of the U.S.
|
||||
Government, the restrictions as set forth in FAR 52.227-19(c)(1-2)(Jun
|
||||
1987).
|
||||
|
||||
|
||||
|
||||
Hewlett-Packard Company
|
||||
|
||||
3000 Hanover Street
|
||||
|
||||
Palo Alto , CA 94304 U.S.A.
|
||||
|
||||
|
||||
|
||||
Copyright (c) 2005 Hewlett-Packard Development Company.
|
||||
|
||||
2) Customer further agrees that Software is delivered and licensed as
|
||||
"Commercial computer software" as defined in DFARS 252.227-7014(Jun
|
||||
1995) or as a "commercial item" as defined in FAR 2.101(a), or as
|
||||
"Restricted computer software" as defined in FAR 52.227-19 (Jun 1987)
|
||||
(or any equivalent agency regulation or contract clause), whichever is
|
||||
applicable. The Customer agrees that it has only those rights provided
|
||||
for such Software by the applicable FAR or DFARS clause or the HP
|
||||
standard software agreement for the product involved.
|
||||
|
||||
2. GENERAL
|
||||
|
||||
a) Customer may not assign or transfer this Agreement or any rights or
|
||||
obligations hereunder without prior written consent of HP. Any such
|
||||
attempted assignment or transfer will be null and void. HP may
|
||||
terminate this Agreement in the event of any such attempted assignment
|
||||
or transfer.
|
||||
|
||||
b) Customer may not export or re-export this Software or any copy or
|
||||
adaptation in violation of any applicable laws or regulations. Without
|
||||
limiting the generality of the foregoing, hardware, software, technology
|
||||
or services provided under this license agreement may not be exported,
|
||||
reexported, transferred or downloaded to or within (or to a national
|
||||
resident of) countries under U.S. economic embargo including the
|
||||
following countries: Afghanistan (Taliban-controlled areas), Cuba, Iran,
|
||||
Iraq, Libya, North Korea, Sudan and Syria. This list is subject to
|
||||
change.
|
||||
|
||||
Hardware, software, technology or services may not be exported,
|
||||
reexported, transferred or downloaded to persons or entities listed on
|
||||
the U.S. Department of Commerce Denied Persons List, Entity List of
|
||||
proliferation concern or on any U.S. Treasury Department Designated
|
||||
Nationals exclusion list, or to parties directly or indirectly involved
|
||||
in the development or production of nuclear, chemical, biological
|
||||
weapons or in missile technology programs as specified in the U.S.
|
||||
Export Administration Regulations (15 CFR 744).
|
||||
|
||||
By accepting this license agreement you confirm that you are not located
|
||||
in (or a national resident of) any country under U.S. economic embargo,
|
||||
not identified on any U.S. Department of Commerce Denied Persons List,
|
||||
Entity List or Treasury Department Designated Nationals exclusion list,
|
||||
and not directly or indirectly involved in the development or production
|
||||
of nuclear, chemical, biological weapons or in missile technology
|
||||
programs as specified in the U.S. Export Administration Regulations.
|
||||
|
||||
c) This Agreement shall be construed in accordance with the laws of the
|
||||
State of California, without regard to conflict of laws principles. The
|
||||
United Nations Convention on Contracts for the International Sale of
|
||||
Goods is specifically disclaimed.
|
||||
|
||||
d) If any term or provision herein is determined to be illegal or
|
||||
unenforceable, the validity or enforceability of the remainder of the
|
||||
terms or provisions herein will remain in full force and effect. Failure
|
||||
or delay in enforcing any right or provision of this Agreement shall not
|
||||
be deemed a waiver of such right or provision with respect to any
|
||||
subsequent breach. Provisions herein, which by their nature extend
|
||||
beyond the termination of any license of Software, will remain in effect
|
||||
until fulfilled.
|
||||
|
||||
e) Customer acknowledges that obtaining and maintaining accurate
|
||||
Customer information, including but not limited to name and requested
|
||||
contact information, ("Account Information") is critical to the
|
||||
successful management of each Software license, which may include, but
|
||||
may not be limited to, managing updates and providing support (as
|
||||
applicable and under separate agreement) and investigating property
|
||||
right infringements. Customer agrees and warrants that Customer has
|
||||
provided and will maintain true, full and correct Account Information at
|
||||
all times during the term of this license and promptly provide such
|
||||
information to HP, upon HP's request. Customer agrees that Customer will
|
||||
not provide false, misleading, or inadequate Account Information.
|
||||
|
||||
f) This Agreement, including all Ancillary Software terms and conditions
|
||||
downloaded in or with the Software, is the final, complete and exclusive
|
||||
agreement between the parties relating to the Software, and supersedes
|
||||
any previous communications, representations or agreements between the
|
||||
parties, whether oral or written, regarding transactions hereunder.
|
||||
Customer's additional or different terms and conditions will not apply.
|
||||
These license terms may not be changed except by an amendment signed by
|
||||
an authorized representative of each party.
|
||||
|
||||
AS-IS WARRANTY STATEMENT
|
||||
|
||||
|
||||
|
||||
1. DISCLAIMER.
|
||||
|
||||
|
||||
|
||||
TO THE EXTENT ALLOWED BY LOCAL LAW, THIS SOFTWARE IS PROVIDED TO YOU
|
||||
``AS IS'' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER ORAL OR
|
||||
WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY DISCLAIMS ANY IMPLIED
|
||||
WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
|
||||
NON-INFRINGEMENT, TITLE, ACCURACY OF INFORMATIONAL CONTENT, AND FITNESS
|
||||
FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE RESULTS AND
|
||||
PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. NO ORAL OR WRITTEN
|
||||
INFORMATION OR ADVICE GIVEN BY HP OR HP'S AUTHORIZED REPRESENTATIVES
|
||||
SHALL CREATE A WARRANTY OR AMEND THIS ``AS IS'' WARRANTY. Some
|
||||
jurisdictions do not allow exclusions of implied warranties or
|
||||
conditions, so the above exclusion may not apply to you to the extent
|
||||
prohibited by such local laws. You may have other rights that vary from
|
||||
country to country, state to state, or province to province.
|
||||
|
||||
|
||||
|
||||
2. LIMITATION OF LIABILITY. EXCEPT TO THE EXTENT PROHIBITED BY LOCAL
|
||||
LAW, IN NO EVENT WILL HP OR ITS SUBSIDIARIES, AFFILIATES, DIRECTORS,
|
||||
OFFICERS, EMPLOYEES, AGENTS OR SUPPLIERS BE LIABLE FOR DIRECT, INDIRECT,
|
||||
SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, OR OTHER DAMAGES
|
||||
(INCLUDING LOST PROFIT, LOST DATA, OR DOWNTIME COSTS), ARISING OUT OF
|
||||
THE USE, INABILITY TO USE, OR THE RESULTS OF USE OF THE SOFTWARE,
|
||||
WHETHER BASED IN WARRANTY, CONTRACT, TORT OR OTHER LEGAL THEORY, AND
|
||||
WHETHER OR NOT HP WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. the
|
||||
software is not specifically designed, manufactured or intended for use
|
||||
in the planning, construction, maintenance, or direct operation of a
|
||||
nuclear facility, AIRCRAFT NAVIGATION OR AIRCRAFT COMMUNICATION SYSTEMS,
|
||||
AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS.
|
||||
Customer is solely liable if the software is used for these
|
||||
applications. Customer will indemnify and hold HP harmless from all
|
||||
loss, damage, expense or liability in connection with such use. Your use
|
||||
of the Software is entirely at your own risk. Should the Software prove
|
||||
defective, you assume the entire cost of all service, repair or
|
||||
correction. Some jurisdictions do not allow the exclusion or limitation
|
||||
of liability for incidental or consequential damages, so the above
|
||||
limitation may not apply to you to the extent prohibited by such local
|
||||
laws.
|
||||
|
||||
|
||||
|
||||
NOTE. EXCEPT TO THE EXTENT ALLOWED BY LOCAL LAW, THESE WARRANTY TERMS
|
||||
DO NOT EXCLUDE, RESTRICT OR MODIFY, AND ARE IN ADDITION TO, THE
|
||||
MANDATORY STATUTORY RIGHTS APPLICABLE TO THE LICENSE OF THE SOFTWARE TO
|
||||
YOU; PROVIDED, HOWEVER, THAT THE CONVENTION ON CONTRACTS FOR THE
|
||||
INTERNATIONAL SALE OF GOODS IS SPECIFICALLY DISCLAIMED AND SHALL NOT
|
||||
GOVERN OR APPLY TO THE SOFTWARE PROVIDED IN CONNECTION WITH THIS
|
||||
WARRANTY STATEMENT.
|
||||
|
||||
|
||||
|
||||
IF YOU AGREE TO BE BOUND BY AND COMPLY WITH ALL THE TERMS OF THIS
|
||||
LIMITED WARRANTY STATEMENT, YOU MUST CLICK THE BUTTON OR PLACE A CHECK
|
||||
IN THE APPLICABLE BOX INDICATING THAT YOU AGREE TO THE TERMS AND
|
||||
CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO BE BOUND BY ALL THE
|
||||
TERMS OF THIS LIMITED WARRANTY STATEMENT, HP IS UNWILLING TO GRANT YOU
|
||||
ANY RIGHTS TO USE THE SOFTWARE, AND YOU MUST STOP INSTALLING THE
|
||||
SOFTWARE AND INDICATE YOUR REJECTION OF THIS LIMITED WARRANTY STATEMENT
|
||||
BY NOT CLICKING THE BUTTON OR PLACING A CHECK IN THE APPLICABLE BOX.
|
||||
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE
|
||||
SOFTWARE INDICATES YOUR ACCEPTANCE OF THIS LIMITED WARRANTY STATEMENT.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
move sys-kernel/linux-server-sources sys-kernel/server-sources
|
||||
move sys-kernel/linux-sabayon-sources sys-kernel/sabayon-sources
|
||||
move app-cdr/lacie-lightscribe-labeler app-cdr/lightscribe-lacie
|
||||
|
||||
Reference in New Issue
Block a user