diff options
-rw-r--r-- | pcr/libvdpau-sunxi-git/PKGBUILD | 10 | ||||
-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" |