# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.6.2.ebuild,v 1.4 2008/10/22 12:20:52 fordfrog Exp $ EAPI="1" JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 autotools flag-o-matic DESCRIPTION="Themeable and easy to use TV Guide - written in Java" HOMEPAGE="http://www.tvbrowser.org/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip themes? ( http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/midnightthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/roueBrownthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/roueBluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/roueGreenthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/blueTurquesathemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/gorillathemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/BeOSthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/crystal2themepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/opusOSDeepthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/chaNinja-Bluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/amarachthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/quickSilverRthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/gfxOasisthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/underlingthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/coronaHthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/cougarthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/royalInspiratthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/tigerthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/mmMagra-Xthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/iBarthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/solunaRthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/fatalEthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/blueMetalthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/b0sumithemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/b0sumiErgothempack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/oliveGreenLunaXPthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/silverLunaXPthemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/architectBluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/architectOlivethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/hmmXPBluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/hmmXPMonoBluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/tigerGraphitethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/opusOSBluethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/opusOSOlivethemepack.zip http://javootoo.l2fprod.com/plaf/skinlf/t-packs/themepacks/opusLunaSilverthemepack.zip http://www.tvbrowser.org/downloads/CrystalClear.zip http://www.tvbrowser.org/downloads/noia.zip http://www.tvbrowser.org/downloads/nuvola.zip http://www.tvbrowser.org/downloads/tulliana.zip )" SLOT="0" KEYWORDS="~x86 ~amd64" # missing dependencies commons-compress, TVAnytimeAPI, jRegistryKey , gdata-calendar, gdata-client and jcom # use local jar files RDEPEND=">=virtual/jre-1.5 x11-libs/libXt:0 x11-libs/libSM:0 x11-libs/libICE:0 x11-libs/libXext:0 x11-libs/libXtst:0 x11-libs/libX11:0 x11-libs/libXau:0 x11-libs/libXdmcp:0 dev-java/junit:0 dev-java/commons-net:0 >=dev-java/jgoodies-forms-1.1.0:0 >=dev-java/jgoodies-looks-2.0:2.0 dev-java/bsh:0 dev-java/l2fprod-common:0 >=dev-java/jakarta-oro-2.0:2.0 >=dev-java/poi-2.5.1:0 >=dev-java/xerces-2.8:2" DEPEND=">=virtual/jdk-1.5 ${RDEPEND} app-arch/unzip:0 source? ( app-arch/zip:0 )" LICENSE="GPL-2" IUSE="doc themes source" src_unpack() { unpack ${P}-src.zip cd "${S}" epatch "${FILESDIR}"/tvbrowser-2.5-makefiles.patch # fix bug #170363 epatch "${FILESDIR}/tvbrowser-2.6._Localizer.patch" local J_ARCH case "${ARCH}" in x86) J_ARCH=i386 ;; amd64) J_ARCH=amd64 ;; *) die "not supported arch for this ebuild" ;; esac sed -i "${S}"/deployment/x11/src/Makefile.am \ -e "s:/lib/i386/:/lib/${J_ARCH}/:" cd "${S}/tvdatakit/workspace/lib" rm -v *.jar || die java-pkg_jar-from poi java-pkg_jar-from xerces-2 cd "${S}"/lib rm -v junit.jar commons-net-1.4.1.jar forms-1.1.0.jar looks-2.1.4.jar \ bsh-2.0b4.jar l2fprod-common-tasks.jar jakarta-oro-2.0.8.jar java-pkg_jar-from junit java-pkg_jar-from commons-net commons-net.jar commons-net-1.4.1.jar java-pkg_jar-from jgoodies-forms forms.jar forms-1.1.0.jar java-pkg_jar-from jgoodies-looks-2.0 looks.jar looks-2.1.4.jar java-pkg_jar-from bsh bsh.jar bsh-2.0b4.jar java-pkg_jar-from l2fprod-common l2fprod-common-tasks.jar java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar jakarta-oro-2.0.8.jar # themepacks don't work with system skinlf #java-pkg_jarfrom skinlf # Fails to create javadocs without this mkdir "${S}/public" # fix bug #170364 cd "${S}/deployment/x11" chmod u+x configure rm src/libDesktopIndicator.so # converting to unix line-endings edos2unix missing depcomp eautoreconf } src_compile() { eant runtime-linux $(use_doc public-doc) # second part: DesktopIndicator cd "${S}/deployment/x11" append-flags -fPIC econf || die "econf failed" emake || die "emake failed" } src_install() { use source && java-pkg_dosrc src/* use doc && java-pkg_dojavadoc doc cd runtime/${PN}_linux || die java-pkg_dojar ${PN}.jar local todir="${JAVA_PKG_SHAREPATH}" cp -a imgs "${D}/${todir}" || die cp -a icons "${D}/${todir}" || die cp -a plugins "${D}/${todir}" || die cp linux.properties "${D}/${todir}" || die insinto "${todir}/themepacks" doins themepacks/themepack.zip || die if use themes; then cd "${DISTDIR}" doins midnightthemepack.zip \ roueBrownthemepack.zip \ roueBluethemepack.zip \ roueGreenthemepack.zip \ blueTurquesathemepack.zip \ gorillathemepack.zip \ BeOSthemepack.zip \ crystal2themepack.zip \ opusOSDeepthemepack.zip \ chaNinja-Bluethemepack.zip \ amarachthemepack.zip \ quickSilverRthemepack.zip \ gfxOasisthemepack.zip \ underlingthemepack.zip \ coronaHthemepack.zip \ cougarthemepack.zip \ royalInspiratthemepack.zip \ tigerthemepack.zip \ mmMagra-Xthemepack.zip \ iBarthemepack.zip \ solunaRthemepack.zip \ fatalEthemepack.zip \ blueMetalthemepack.zip \ b0sumithemepack.zip \ b0sumiErgothempack.zip \ oliveGreenLunaXPthemepack.zip \ silverLunaXPthemepack.zip \ architectBluethemepack.zip \ architectOlivethemepack.zip \ hmmXPBluethemepack.zip \ hmmXPMonoBluethemepack.zip \ tigerGraphitethemepack.zip \ opusOSBluethemepack.zip \ opusOSOlivethemepack.zip \ opusLunaSilverthemepack.zip || die insinto "${todir}/icons" doins CrystalClear.zip noia.zip nuvola.zip tulliana.zip || die fi java-pkg_doso "${S}/deployment/x11/src/libDesktopIndicator.so" java-pkg_dolauncher "tvbrowser" \ --jar ${todir}/lib/tvbrowser.jar \ --pwd ${todir} \ --java_args " -Dpropertiesfile=${todir}/linux.properties" make_desktop_entry ${PN} "TV Browser" /usr/share/tvbrowser/imgs/tvbrowser128.png }