Package Details: acestream-engine 3.2.3-2

Git Clone URL: https://aur.archlinux.org/acestream-engine.git (read-only, click to copy)
Package Base: acestream-engine
Description: Ace Stream engine
Upstream URL: https://acestream.org
Keywords: broadcast broadcasting decentralized livestream p2p peer-to-peer streaming
Licenses: custom:ACE Stream
Submitter: Scimmia
Maintainer: qark
Last Packager: qark
Votes: 130
Popularity: 0.002053
First Submitted: 2013-04-11 21:20 (UTC)
Last Updated: 2024-04-24 18:32 (UTC)

Pinned Comments

qark commented on 2023-09-12 21:18 (UTC)

Please stop flagging package as out-of-date until there is stable version, not alpha, beta, RC or whatever.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 21 Next › Last »

chrpinedo commented on 2018-07-20 19:09 (UTC)

Question.... I showed this diff with acestream-engine 3.1.16-8:

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" diff --git /home/zako/.cache/yay/acestream-engine/PKGBUILD /home/zako/.cache/yay/acestream-engine/PKGBUILD new file mode 100644 index cc34328..dcbd0e8 100644 --- /home/zako/.cache/yay/acestream-engine/PKGBUILD +++ /home/zako/.cache/yay/acestream-engine/PKGBUILD @@ -9,7 +9,7 @@

pkgname=acestream-engine pkgver=3.1.16 -pkgrel=7 +pkgrel=8 _ubuntuver=16.04 pkgdesc="ACE Stream engine" arch=('x86_64') @@ -39,4 +39,6 @@ package() { cp -a $srcdir/usr/lib/python2.7/site-packages/M2Crypto* "$pkgdir/opt/acestream/lib" install -Dm644 "$srcdir/acestream-engine.service" "$pkgdir/usr/lib/systemd/system/acestream-engine.service" rm "$pkgdir/opt/acestream/lib/lxml-3.7.2-py2.7-linux-x86_64.egg" + mkdir -p "$pkgdir/usr/bin" + ln -sf "/opt/acestream/start-engine" "$pkgdir/usr/bin/acestreamengine" } """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Perhaps, the "ln" command should be:

ln -sf "$pkgdir/opt/acestream/start-engine" "$pkgdir/usr/bin/acestreamengine"

Regards,

jonian commented on 2018-07-16 18:06 (UTC)

@angelsl Thank you, I fixed it. You will need to remove /usr/bin/acestreamengine manually before updating.

angelsl commented on 2018-07-14 10:20 (UTC)

You should create the /usr/bin/acestreamengine symlink in package(), not in the post-install script. Otherwise, the /usr/bin/acestreamengine symlink becomes an orphan file, not owned by the acestream-engine package.

Plexcon commented on 2018-04-30 16:35 (UTC)

Thanks. gpg --keyserver pgp.mit.edu --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8

yaourt -S acestream-launcher

Twiki commented on 2018-03-26 20:28 (UTC)

Where can I find docs or man pages for the commandline options ? Right now I just started the command line client with the commnand below, and it looks like it works. But I'd like to have more control over the configuration. ;) Thanks for providing this package.

"/opt/acestream/start-engine --client-console --log-file ~/.ACEStream/logs/acestream-engine.log --live-cache-type memory --live-disk-cache 0 --live-mem-cache 1073741824 --log-max-size 33554432 --log-backup-count 3"

jonian commented on 2018-01-29 08:47 (UTC)

@bug404 thanks. Updated to python2-m2crypto-0.24.0-4. It seems faster.

bug404 commented on 2018-01-29 03:57 (UTC)

python2-m2crypto-0.24.0-4- the latest supported

bug404 commented on 2018-01-29 03:53 (UTC)

it is better to change to python2-m2crypto-0.24.0-4-x86_64.pkg.tar.xz https://archive.archlinux.org/packages/p/python2-m2crypto/python2-m2crypto-0.24.0-4-x86_64.pkg.tar.xz work faster, imho

jonian commented on 2018-01-14 14:53 (UTC)

@chrpinedo Thanks, I updated it.