app-cdr/lightscribe-simplelabeler: downgrade
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@558 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
cc812421f7
commit
a3f7326ea3
@ -2,6 +2,11 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,4 @@
|
||||
DIST lightscribeApplications-1.10.19.1-linux-2.6-intel.rpm 6732109 RMD160 5e01c111d30dedf2dd51a726422ba09013e4988c SHA1 e799bff68cc3c5ea1a188221190e9c270c10eb4d SHA256 4938a9f8c38f6c0c63fc0ef5964ce61371d8e4e2dae27a25836228f4c751fa43
|
||||
DIST lightscribeApplications-1.10.23.1-linux-2.6-intel.rpm 6732150 RMD160 f73ede5703a16c9586020abf49b5dad8d8ea96aa SHA1 cf9bcb436ec17a45701421df4e65fdd36ab2e34f SHA256 1be77c1c666778574832dae6e26103f976e75ef7d152a80b7e10427c93c5ab4b
|
||||
EBUILD lightscribe-simplelabeler-1.10.19.1.ebuild 2446 RMD160 0765ed19e59ed69915cb8f82c59714652d9bf79f SHA1 b7341cb4dc2fd2bcaf18e2538d6496c25be76e00 SHA256 cde04112c9a5233887dea4efe8b0488901244cdd6482ad7208dd35ba25884cfb
|
||||
EBUILD lightscribe-simplelabeler-1.10.23.1.ebuild 2745 RMD160 ff3fc67b46bb6107a1dc06cdc363eeb54c384e1a SHA1 8e385d2da00145fcde98cffae9cb97e0a0004674 SHA256 4e8272e60b5816d74f59f9a001aa610ca24eeaf88274a6da0f51a938c24cd50e
|
||||
MISC ChangeLog 2138 RMD160 37b444b99adac2615a8d1d9ddd262206ecd3d31a SHA1 2a9d5a5f14fc39568ce484b8d549d43d16975ed6 SHA256 8f992cae70f425ebb352920dcd6267780ba31d6ddbf49a2efae51543ea3e5563
|
||||
EBUILD lightscribe-simplelabeler-1.10.19.1.ebuild 2745 RMD160 ff3fc67b46bb6107a1dc06cdc363eeb54c384e1a SHA1 8e385d2da00145fcde98cffae9cb97e0a0004674 SHA256 4e8272e60b5816d74f59f9a001aa610ca24eeaf88274a6da0f51a938c24cd50e
|
||||
MISC ChangeLog 2295 RMD160 cda151026638038a0530ea6ed76ad00bdef6857c SHA1 0808589009ca3b7566a4f7ae3514d2bbc775dd59 SHA256 a7a1483659c31371cbb643088a10b936508be493095d1e30473b84c3056528e5
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
@ -5,7 +5,7 @@
|
||||
inherit eutils rpm multilib
|
||||
|
||||
DESCRIPTION="LightScribe Simple Labeler by HP (binary only GUI)"
|
||||
HOMEPAGE="http://www.lightscribe.com/"
|
||||
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"
|
||||
@ -32,7 +32,7 @@ RDEPEND="virtual/libc
|
||||
sys-devel/gcc
|
||||
sys-libs/zlib"
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
RESTRICT="mirror strip fetch"
|
||||
|
||||
pkg_setup() {
|
||||
if use x86; then
|
||||
@ -75,3 +75,10 @@ src_install() {
|
||||
newicon "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png ${PN}.png
|
||||
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,84 +0,0 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
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="~x86 ~amd64"
|
||||
IUSE="multilib"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
sys-libs/libstdc++-v3
|
||||
>=app-cdr/liblightscribe-1.4.113.1
|
||||
x86? ( >=media-libs/fontconfig-2.3.2
|
||||
>=media-libs/freetype-2.1.10
|
||||
>=media-libs/libpng-1.2.8
|
||||
>=x11-libs/qt-4.2.2
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXext )
|
||||
amd64? ( multilib? ( app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-compat ) )
|
||||
sys-devel/gcc
|
||||
sys-libs/zlib"
|
||||
|
||||
RESTRICT="mirror strip fetch"
|
||||
|
||||
pkg_setup() {
|
||||
if use x86; then
|
||||
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
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
src_unpack() {
|
||||
rpm_src_unpack
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
has_multilib_profile && ABI="x86"
|
||||
|
||||
into /opt/lightscribe/SimpleLabeler
|
||||
exeinto /opt/lightscribe/SimpleLabeler
|
||||
doexe "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/SimpleLabeler
|
||||
doexe "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/*.*
|
||||
exeinto /opt/lightscribe/SimpleLabeler/plugins/accessible
|
||||
doexe "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/plugins/accessible/*.so
|
||||
insinto /opt/lightscribe/SimpleLabeler/content
|
||||
doins -r "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/content/*
|
||||
use amd64 && dolib.so "${WORKDIR}"/opt/lightscribeApplications/common/Qt/*
|
||||
dodoc "${WORKDIR}"/opt/lightscribeApplications/*.*
|
||||
into /opt
|
||||
make_wrapper SimpleLabeler "./SimpleLabeler" /opt/lightscribe/SimpleLabeler
|
||||
|
||||
# cope with libraries being in /opt/lightscribe/SimpleLabeler/lib
|
||||
use amd64 && dodir /etc/env.d
|
||||
use amd64 && echo "LDPATH=/opt/lightscribe/SimpleLabeler/$(get_libdir)" > "${D}"/etc/env.d/80lightscribe-simplelabeler
|
||||
|
||||
newicon "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png ${PN}.png
|
||||
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}"
|
||||
}
|
Loading…
Reference in New Issue
Block a user