summaryrefslogtreecommitdiff
path: root/pcr/libvdpau-sunxi-git
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-03 22:23:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-03 22:39:26 -0300
commitb0ddc164d84171975c72a767fbc5ef874a7c9ec0 (patch)
tree9ccfc1339e2b94f2d54864b1e549636a29235269 /pcr/libvdpau-sunxi-git
parentfb03f508cc4674e6b310410929eb02b2ae03ec3d (diff)
libvdpau-sunxi-git-r99.427fa6b-2: minor fix
Diffstat (limited to 'pcr/libvdpau-sunxi-git')
-rw-r--r--pcr/libvdpau-sunxi-git/PKGBUILD10
-rw-r--r--pcr/libvdpau-sunxi-git/sunxi.cedar.conf (renamed from pcr/libvdpau-sunxi-git/modules)2
2 files changed, 6 insertions, 6 deletions
diff --git a/pcr/libvdpau-sunxi-git/PKGBUILD b/pcr/libvdpau-sunxi-git/PKGBUILD
index 0d1ce1a24..23df5b423 100644
--- a/pcr/libvdpau-sunxi-git/PKGBUILD
+++ b/pcr/libvdpau-sunxi-git/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=libvdpau-sunxi-git
pkgver=r99.427fa6b
-pkgrel=1
+pkgrel=2
pkgdesc="VDPAU driver for Allwinner sunxi SoCs"
arch=('armv7h')
url="https://github.com/linux-sunxi/libvdpau-sunxi"
@@ -18,14 +18,14 @@ source=("git+https://github.com/linux-sunxi/${pkgname%-git}"
'50-g2d.rules'
'50-ion.rules'
'libvdpau.sh'
- 'modules')
+ 'sunxi.cedar.conf')
md5sums=('SKIP'
'd606a1d188034616875eb82651a7abcb'
'728532c6c8b3581c0b3e94ff8cd8a568'
'17f989c2db2809cae9dd9bcf2b5cd2c1'
'7b8147257ca77a4bbbcdaedffd6c431b'
'ed91a5c6cde4cc9a3ee93d804c71897a'
- '33dc94b61c4aef01dda70af331514eeb')
+ 'a4c1f739fc8961722a2d7ace5852cfc0')
pkgver() {
cd ${pkgname%-git}
@@ -40,8 +40,8 @@ build() {
package() {
cd ${pkgname%-git}
make DESTDIR="$pkgdir/" install
- install -dm755 $pkgdir/etc/{udev/rules.d,{conf,profile}.d}
+ install -dm755 $pkgdir/etc/{udev/rules.d,{modules-load,profile}.d}
install -Dm644 $srcdir/50-{cedar,disp,g2d,ion}.rules $pkgdir/etc/udev/rules.d
install -Dm755 $srcdir/libvdpau.sh $pkgdir/etc/profile.d
- install -Dm644 $srcdir/modules $pkgdir/etc/conf.d
+ install -Dm644 $srcdir/sunxi.cedar.conf $pkgdir/etc/modules-load.d
}
diff --git a/pcr/libvdpau-sunxi-git/modules b/pcr/libvdpau-sunxi-git/sunxi.cedar.conf
index 794755cd8..09f828c82 100644
--- a/pcr/libvdpau-sunxi-git/modules
+++ b/pcr/libvdpau-sunxi-git/sunxi.cedar.conf
@@ -4,7 +4,7 @@
# if openrc should make use of /etc/modules-load.d
# systemd places stuff there
-use_modules_load_d=false
+use_modules_load_d=true
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"