media-video/sopcast-player - 0.8.5 (blshkv)

Search

Install

Install this version:

emerge -a =media-video/sopcast-player-0.8.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/sopcast-player-0.8.5

Or alternatively:

emerge --autounmask-write -a =media-video/sopcast-player-0.8.5

Package Information

Description:
A GTK+ front-end for the SopCast P2P TV player
Homepage:
http://code.google.com/p/sopcast-player/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.8.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnome2-utils

DESCRIPTION="A GTK+ front-end for the SopCast P2P TV player"
HOMEPAGE="http://code.google.com/p/sopcast-player/"
SRC_URI="https://github.com/sopcast-player/sopcast-player/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}/${PN}

RDEPEND="dev-python/pygtk
	dev-python/pygobject
	net-p2p/sopcast-bin
	media-video/vlc
	sys-devel/gettext"

DEPEND="${REPEND}
	dev-lang/python[sqlite]"

src_compile() {
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install \
	|| die "emake install failed"
	dosym /usr/bin/sopcast-bin /usr/bin/sp-sc
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

Inherited Eclasses

Dependencies

DEPEND

	dev-lang/python[sqlite]

RDEPEND

dev-python/pygtk
	dev-python/pygobject
	net-p2p/sopcast-bin
	media-video/vlc
	sys-devel/gettext

Manifest for 0.8.5

Type File Size Source URLs
DIST sopcast-player-0.8.5.tar.gz 385281 bytes https://github.com/sopcast-player/sopcast-player/archive/refs/tags/0.8.5.tar.gz