# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=libde265 pkgver=1.0.8 pkgrel=1 pkgdesc="Open h.265 video codec implementation" url="https://github.com/strukturag/libde265" arch="all" license="LGPL-3.0-or-later" makedepends="autoconf automake libtool" options="!check" # no tests provided subpackages="$pkgname-dev $pkgname-examples" source="https://github.com/strukturag/libde265/releases/download/v$pkgver/libde265-$pkgver.tar.gz export-only-decoder-api.patch disable_tools.patch " prepare() { default_prepare autoreconf -fvi } build() { # This is en/decoder, so performance matters more than size. export CPPFLAGS="${CPPFLAGS/-Os/-O2}" export CXXFLAGS="${CXXFLAGS/-Os/-O2}" ./configure \ --build="$CBUILD" \ --host="$CHOST" \ --prefix=/usr \ --mandir=/usr/share/man \ --disable-sherlock265 make } package() { make DESTDIR="$pkgdir" install # The upstream do the same in their Ubuntu/PPA packages. mv "$pkgdir"/usr/bin/dec265 "$pkgdir"/usr/bin/libde265-dec265 } examples() { pkgdesc="$pkgdesc (examples)" depends="$pkgname=$pkgver-r$pkgrel" amove usr/bin/* } sha512sums=" bcb33493cbc337d29047c6765189aaba523b20c138aa4fd5c264b3c6aea64cd174cbe14ca2d88c76319e0a8bd5d2e6269f300f056876d2962217eea7934172da libde265-1.0.8.tar.gz f7bd3799f4e4440e7efb98671eca425a5926dd526f8b1147cee2e49b1995853f67b63287c12739ef8ea680713af903517820f83f7f88eac6459f37bae01b4d50 export-only-decoder-api.patch 1f12bf8c7f52932ab8a205996b4439afb75baf9bd6aab13126791f281784f5c7f1b3e20f9c20cfb0ab889b8643da5737a51d5571b54a3a8733ff5da835564eca disable_tools.patch "