mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
removed alarm/gst-plugin-cedar
This commit is contained in:
parent
8646ae675a
commit
e80089b4b0
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
# Contributor: Oleg Trenkin <o.trenkin@ya.ru>
|
||||
|
||||
buildarch=4
|
||||
|
||||
_pkgname=gst-plugin-cedar
|
||||
pkgname=${_pkgname}-sun7i
|
||||
pkgver=0.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer 0.10 plugin for Cedar h264 hardware encoding with no binary blobs"
|
||||
arch=('armv7h')
|
||||
license=('GPL2')
|
||||
url="https://github.com/ebutera/gst-plugin-cedar"
|
||||
depends=('gstreamer0.10-base')
|
||||
|
||||
_rev=908987a
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ebutera/${_pkgname}/tarball/${_rev}")
|
||||
md5sums=('73c5cd32e32c0e10e3bebc2c576c23fc')
|
||||
|
||||
build() {
|
||||
cd $srcdir/ebutera-${_pkgname}-${_rev}
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/ebutera-${_pkgname}-${_rev}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue