Здесь был опубликован спойлер, чтобы его прочитать вам нужно просмотреть полную версию текста. Adobe Flash
Opera no longer supports the Netscape plugin API (NPAPI), so chromium-pepper-flashAUR should be used instead of flashplugin. Make sure the plugin is enabled in opera://plugins.
See Browser plugins Flash Player for details.
Description=AceStream Engine (console)
After=network.target
[Service]
Type=simple
User=acestream
Group=video
ExecStart=/usr/bin/acestreamengine --client-console --bind-all
[Install]
WantedBy=multi-user.target
if! getent passwd acestream &> /dev/null; then
useradd -u 4035 -g video -m -s /usr/bin/nologin acestream
fi
}
post_upgrade() {
post_install
}
post_remove() {
if getent passwd acestream &>/dev/null; then
userdel acestream
fi
}
# Contributor: Doug Newgard # Contributor: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Antti Hautaniemi pkgname=acestream-engine
pkgver=3.0.3
pkgrel=1
_ubuntuver=14.04
pkgdesc=«ACE Stream engine»
arch=('x86_64')
url=«acestream.org/»
license=('unknown')
depends=('python2-setuptools' 'python2-xlib' 'python2-m2crypto' 'python2-apsw')
optdepends=('libappindicator-gtk2: GTK+ gui support')
install='acestream-engine.install'
source=('acestream-engine.service'
«dl.acestream.org/ubuntu/14/acestream_3.0.3_ubuntu_14.04_i686.tar.gz»)
sha256sums=('SKIP'
'SKIP')
package() {
cd "$srcdir/acestream_${pkgver}_ubuntu_14.04_i686"
install -Dm755 acestreamengine "$pkgdir/usr/bin/acestreamengine"
install -d "$pkgdir/usr/share/acestream/"
cp -a data lib "$pkgdir/usr/share/acestream/"
install -Dm644 "$srcdir/acestream-engine.service" "$pkgdir/usr/lib/systemd/system/acestream-engine.service"
}
ну и как положено makepkg в ней делаете, всё должно собраться, у меня собралось, да знаю кривой и костыльный PKGBUILD, но уж извините как могу
отсюда выкачивает
а как удачно что сделаем так конечно!)))
pkgver=3.0.3
arch=i686
Но тогда возникнет проблема с sha256sums=
и вот на этом моменте я застрял…
Opera no longer supports the Netscape plugin API (NPAPI), so chromium-pepper-flashAUR should be used instead of flashplugin. Make sure the plugin is enabled in opera://plugins.
See Browser plugins Flash Player for details.
Тыц