Search Criteria
Package Details: sopcast-player 0.8.5-3
Git Clone URL: | https://aur.archlinux.org/sopcast-player.git (read-only, click to copy) |
---|---|
Package Base: | sopcast-player |
Description: | GUI front-end for p2p TV sopcast |
Upstream URL: | https://github.com/sopcast-player/sopcast-player |
Licenses: | |
Submitter: | None |
Maintainer: | shimi |
Last Packager: | shimi |
Votes: | 94 |
Popularity: | 0.008503 |
First Submitted: | 2009-03-01 07:35 |
Last Updated: | 2017-03-08 08:53 |
Latest Comments
1 2 3 Next › Last »
cirrus commented on 2016-11-28 19:23
Sopcast users may find this of use, idk if worth creating an aur4 pkg.
https://github.com/cirrusUK/soptv
tbutcaru commented on 2016-11-18 19:07
Thanks @madalin.vtti!
madalin.vtti commented on 2016-11-12 03:52
download snapshot and edit PKGBUILD with :
_________________________________________________________________________________
# Maintainer: archtux <antonio dot arias99999 at gmail dot com>
pkgname=sopcast-player
pkgver=0.8.5
pkgrel=2
pkgdesc="GUI front-end for p2p TV sopcast"
arch=('i686' 'x86_64')
url="http://code.google.com/p/sopcast-player/"
license=('GPL2')
depends=('gtk2' 'hicolor-icon-theme' 'pygtk' 'sopcast' 'vlc')
#options=('!makeflags')
install=$pkgname.install
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sopcast-player/sopcast-player-0.8.5.tar.gz)
md5sums=('731e2f2a9c9af4ec4c92321fae9a2fea')
prepare() {
cd $srcdir/$pkgname
# Python2 fix
sed -i 's#PYTHON ?= /usr/bin/python#\02#' Makefile
}
build() {
cd $srcdir/$pkgname
make
}
package() {
cd $srcdir/$pkgname
make DESTDIR=$pkgdir install
}
________________________________________________________________________
cd /sopcast-player and run in terminal makepkg -sic
all the best.....
devourerOfBits80 commented on 2016-10-23 11:48
If you have problems with installation of this package, please change source from http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz to https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sopcast-player/sopcast-player-0.8.5.tar.gz and everything should work fine.
Best Regards,
Tomas from Poland
jscheuneman commented on 2016-09-10 20:38
Hello All,
I am the project creator of SopCast Player. Thank you to ReNoM for creating an AUR package for my project. I wanted to let you know I moved my repository off Google Code and on to GitHub. The address is https://github.com/sopcast-player/sopcast-player. I created a release for SopCast 0.8.5 in the repo. Thank you to all the SopCast Player users, I hope you have enjoyed the player.
Best Regards,
Jason
Anonymous comment on 2012-05-28 21:29
Version 0.8.5 is out.
Since simply changing version won't compile anymore, I prepared a PKGBUILD that does.
pkgname=sopcast-player
pkgver=0.8.5
pkgrel=1
pkgdesc="GUI front-end to p2p TV sopcast"
arch=('i686' 'x86_64')
url="http://code.google.com/p/sopcast-player/"
license=('GPL2')
depends=('gtk2' 'hicolor-icon-theme' 'pygtk' 'python2' 'sopcast' 'vlc')
makedepends=('gettext')
options=('!makeflags')
install=sopcast-player.install
source=(http://sopcast-player.googlecode.com/files/$pkgname-$pkgver.tar.gz
sopcast-player.install)
sha1sums=('391baf1acaabe9cac4ca0c081c038c3de3b6c503'
'0e4f7884613f4dd65ebff887a5073dfccdb09f06')
build() {
cd $srcdir/$pkgname
# Python2 fix
sed -i 's#PYTHON ?= /usr/bin/python#\02#' Makefile
# Build
make
make DESTDIR=$pkgdir install
}
snoxu commented on 2011-10-27 01:41
Can't run this:
/usr/bin/sopcast-player: line 2: 14682 Segmentation fault /usr/bin/python2 /usr/share/sopcast-player/lib/sopcast-player.py $@
archtux commented on 2011-05-19 12:11
@tridc
The error is instance=vlc.Instance() in file /usr/share/sopcast-player/lib/VLCWidget.py
Could you change instance=vlc.Instance() -> instance = vlc_1_1_x.Instance() in file /usr/share/sopcast-player/lib/VLCWidget.py and see if it works?
You could also try to add '!libtool' to the options line in PKGBUILD.
Anonymous comment on 2011-05-09 04:01
I'm using lastest updates, vlc 1.1.9
archtux commented on 2011-05-08 20:02
@ tridc
Try with a vlc>=1.1.5