Created
August 25, 2016 16:34
-
-
Save bvaudour/951e4278288ab325dd64803852d7e76d to your computer and use it in GitHub Desktop.
opera-ffmpeg support for KaOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=opera-ffmpeg | |
pkgver=52.0.2743.82 | |
pkgrel=1 | |
pkgdesc='Additional support for proprietary codecs for opera.' | |
arch=('x86_64') | |
url="https://ffmpeg.org/" | |
license=('LGPL2.1') | |
source=("http://repo.herecura.eu/herecura/x86_64/${pkgname}-codecs-${pkgver}-1-x86_64.pkg.tar.xz") | |
package() { | |
cd usr/lib/opera/lib_extra | |
install -Dm644 libffmpeg.so "$pkgdir"/usr/lib/x86_64-linux-gnu/opera/lib_extra/libffmpeg.so | |
} | |
md5sums=('bd78a9ded5295061d1391a626fcf7532') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment