Merge branch 'master' into olimex

This commit is contained in:
Willam Christensen 2014-07-26 10:25:50 -06:00
commit ae7eebd766
3 changed files with 18 additions and 16 deletions

View file

@ -5,21 +5,25 @@ buildarch=4
pkgname=libfslvpuwrap
pkgver=3.10.17_1.0.0
_pkgver=1.0.46
pkgrel=2
pkgrel=3
pkgdesc="Wrapper library for the freescale proprietary VPU extensions"
url="https://community.freescale.com/docs/DOC-95560"
arch=('armv7h')
license=('proprietary')
depends=("imx-vpu=$pkgver")
source=("http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/${pkgname}-${_pkgver}.bin")
md5sums=('1f50110cb6de8ebf767fb9c5f8baf20d')
source=("http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/${pkgname}-${_pkgver}.bin"
'0001-vpu_wrapper-fix-tests-of-return-value-from-IOGetVirt.patch')
md5sums=('1f50110cb6de8ebf767fb9c5f8baf20d'
'478d6d6bb5043cdcdced42fcd9fec48d')
prepare() {
cd "${srcdir}"
#chmod for execution, library is packed as binary to accept EULA
# chmod +x ${pkgname}-${_pkgver}.bin
#library is packed as binary, accept EULA
sh ${pkgname}-${_pkgver}.bin --force --auto-accept
sed -n '/EOEULA/,/EOEULA/p' ${pkgname}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgname
cd "${pkgname}-${_pkgver}"
patch -Np1 < ../0001-vpu_wrapper-fix-tests-of-return-value-from-IOGetVirt.patch
}
build() {

View file

@ -11,18 +11,18 @@
# - ffmpeg backport to fix building on GCC 4.8
pkgname=mythtv
pkgver=0.27
pkgrel=8
pkgver=0.27.3
pkgrel=1
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
url="http://www.mythtv.org/"
license=('GPL')
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 'libgl'
'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients'
'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 'x264')
makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 'x264-dev' 'gdb')
optdepends=('glew: for GPU commercial flagging'
'libcec: for consumer electronics control capabilities'
'libxml2: to read blu-ray metadata'
@ -36,12 +36,10 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$p
'mythbackend.service'
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch'
'https://github.com/FFmpeg/FFmpeg/commit/8067f55edf3719182aed6e5b57b7863889f80218.patch'
'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff')
sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01'
'55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf')
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01')
prepare() {
cd "$srcdir/$pkgname-$pkgver/$pkgname"

View file

@ -4,12 +4,12 @@
buildarch=4
pkgbase=linux-boundary
_commit=221d1e9edec484dae6b23bd1aa8a48c836e074b3
_commit=484aba72f70cd7cddd74262b9b068638d4eff143
_srcname=linux-imx6-${_commit}
_kernelname=${pkgbase#linux}
_desc="i.MX6 Nitrogen6X/Sabre Lite"
pkgver=3.10.17
pkgrel=6
pkgrel=7
arch=('armv7h')
url="https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_ga"
license=('GPL2')
@ -17,7 +17,7 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip')
source=("https://github.com/boundarydevices/linux-imx6/archive/${_commit}.tar.gz"
'config')
md5sums=('8c80a2c20bd0a891bca81ca97f794dfc'
md5sums=('3748c4929d31031cbab942516ef55de0'
'2fb9e5574873483820a57445dd9d031b')
prepare() {