Package Details: acestream-engine 3.1.74-3

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
Submitter: Scimmia
Maintainer: qark
Last Packager: qark
Votes: 128
Popularity: 0.023159
First Submitted: 2013-04-11 21:20 (UTC)
Last Updated: 2023-10-14 12:36 (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 2 3 4 5 6 7 8 .. 21 Next › Last »

theHobbGeek commented on 2022-12-28 19:40 (UTC)

Can you help me a bit? I'm new to Arch and I'm a bit lost on some things.

maxpayne3 commented on 2022-12-28 16:47 (UTC) (edited on 2022-12-28 16:47 (UTC) by maxpayne3)

You can already install it following the instructions on the stable version. There's also a new version on the website based on python 3.8.

theHobbGeek commented on 2022-12-28 15:41 (UTC)

Any news about version based on Python3? This is the only thing I'm waiting to switch to Endeavour OS. Cheers.

maxpayne3 commented on 2022-11-06 20:34 (UTC)

With the new openssl 3.0 on upstream, you need openssl-1.1 (also in upstream) for version 3.1.74 to work.

qark commented on 2022-10-27 23:07 (UTC)

@gnze796 I'd wait for source based on supported Python: 3.10 or 3.11. Devs promised to release it later.

gnze796 commented on 2022-10-27 22:55 (UTC)

Is it possible to build and update it with Python3 instead of the Python2?

maxpayne3 commented on 2022-10-15 21:13 (UTC) (edited on 2022-10-22 18:37 (UTC) by maxpayne3)

So install python37 from AUR, then download this package and replace PKGBUILD with this one.

Install the package, makepkg -sri. Then install the missing dependencies:

  • sudo PYTHONNOUSERSITE=1 python3.7 -m ensurepip --upgrade
  • sudo PYTHONNOUSERSITE=1 python3.7 -m pip install certifi PyNaCl pycryptodome apsw lxml

If you have python-pip from upstream, reinstall it (since python3.7 ensurepip had overwritten it).

p.s. It's working in memory cache mode as systemd service. For graphical mode I suppose you have to install PyGObject and PyQtWebEngine modules.

Drommer commented on 2022-10-11 21:39 (UTC) (edited on 2022-11-05 17:10 (UTC) by Drommer)

Update 05/11. For version 3.1.74 on Python 2: PKGBUILD.
New depends:
- python2-chardet: PKGBUILD
- python2-idna PKGBUILD
- python2-requests: PKGBUILD | certs.patch
- python2-urllib3 PKGBUILD

Binary (prebuilt) version with needed deps here: OBS

yiyo commented on 2022-10-06 19:27 (UTC)

New version 3.1.74 for Ubuntu 18.04, requires Python 3.7, and also needs the following modules to run, that have to be installed via pip in Python 3.7: certifi PyNaCl pycryptodome apsw lxml PyGObject PyQtWebEngine

yiyo commented on 2022-10-01 05:55 (UTC)

New version 3.1.74 was released upstream for Ubuntu 18.04, but requires Python 3.7 (available in the AUR), and is not compatible with default Python 3.10. Also needs the following modules to run, that have to be installed via pip in Python 3.7: certifi PyNaCl pycryptodome apsw lxml PyGObject PyQtWebEngine