app-cdr/lightscribe-simplelabeler: Bump

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/lightscribe@2270 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-06-22 20:38:46 +00:00
parent b7a1d1d203
commit 5e0c72c5f0
3 changed files with 98 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# 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,

View File

@ -1,4 +1,6 @@
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 3379 RMD160 ecc861e0b81f5db57d76b92f510be223be714efa SHA1 87ff2a42920a404954087a63af486fa8258fb828 SHA256 1798a289b6e721d03d2a407cc5e2f9b2d40ecb08c9667545a6ee440ce66b12b0
MISC ChangeLog 3485 RMD160 ae58120adf440ccbec093e10a6a022236b02756c SHA1 580dcd52cdd085ce5df397f3964dd5acc7dd1879 SHA256 f9cbfe5d028359b3afbc2fadaa8cdbd8863349b89c56781c96d2a2f246cb8476
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -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}"
}