diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /media-tv/sopcast-player/sopcast-player-0.8.5.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'media-tv/sopcast-player/sopcast-player-0.8.5.ebuild')
-rw-r--r-- | media-tv/sopcast-player/sopcast-player-0.8.5.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild b/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild new file mode 100644 index 00000000..4afbf688 --- /dev/null +++ b/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="A GTK+ front-end for the SopCast P2P TV player." +HOMEPAGE="http://www.sopcast.com/" +SRC_URI="https://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-util/debhelper + sys-devel/gettext + dev-lang/python + dev-python/pygtk + dev-python/pygobject + dev-python/setuptools + dev-util/desktop-file-utils + x11-themes/hicolor-icon-theme + dev-util/wxglade + dev-python/pygtk + dev-python/pyglet + dev-python/pyvlc + sys-libs/libstdc++-v3 + virtual/libstdc++ + media-video/vlc" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_install() { + exeinto /opt/${PN} + newexe sopcast-player ${PN} || die "newexe failed" + dosym /opt/${PN}/${PN} /usr/bin/${PN} + dodoc Readme || die "dodoc failed" +} |