diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-04 15:25:16 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-04 15:25:50 -0300 |
commit | 04f9c65eb891f3f581d42964edf6148c8c37a2e4 (patch) | |
tree | 24b4d820fc367dbfbb8ffcbca19dd60d80e84653 /pcr/libvdpau-sunxi-git | |
parent | b0ddc164d84171975c72a767fbc5ef874a7c9ec0 (diff) | |
download | abslibre-04f9c65eb891f3f581d42964edf6148c8c37a2e4.tar.gz abslibre-04f9c65eb891f3f581d42964edf6148c8c37a2e4.tar.bz2 abslibre-04f9c65eb891f3f581d42964edf6148c8c37a2e4.zip |
libvdpau-sunxi-git-r99.427fa6b-3: minor fix
Diffstat (limited to 'pcr/libvdpau-sunxi-git')
-rw-r--r-- | pcr/libvdpau-sunxi-git/PKGBUILD | 8 | ||||
-rw-r--r-- | pcr/libvdpau-sunxi-git/sunxi-cedar.conf | 2 | ||||
-rw-r--r-- | pcr/libvdpau-sunxi-git/sunxi.cedar.conf | 30 |
3 files changed, 6 insertions, 34 deletions
diff --git a/pcr/libvdpau-sunxi-git/PKGBUILD b/pcr/libvdpau-sunxi-git/PKGBUILD index 23df5b423..04db80814 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=2 +pkgrel=3 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' - 'sunxi.cedar.conf') + 'sunxi-cedar.conf') md5sums=('SKIP' 'd606a1d188034616875eb82651a7abcb' '728532c6c8b3581c0b3e94ff8cd8a568' '17f989c2db2809cae9dd9bcf2b5cd2c1' '7b8147257ca77a4bbbcdaedffd6c431b' 'ed91a5c6cde4cc9a3ee93d804c71897a' - 'a4c1f739fc8961722a2d7ace5852cfc0') + '20c5959ffde7e1c2940703399a245b34') pkgver() { cd ${pkgname%-git} @@ -43,5 +43,5 @@ package() { 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/sunxi.cedar.conf $pkgdir/etc/modules-load.d + install -Dm644 $srcdir/sunxi-cedar.conf $pkgdir/etc/modules-load.d } diff --git a/pcr/libvdpau-sunxi-git/sunxi-cedar.conf b/pcr/libvdpau-sunxi-git/sunxi-cedar.conf new file mode 100644 index 000000000..7054cd406 --- /dev/null +++ b/pcr/libvdpau-sunxi-git/sunxi-cedar.conf @@ -0,0 +1,2 @@ +# Load sunxi_cedar_mod.ko at boot +sunxi_cedar_mod diff --git a/pcr/libvdpau-sunxi-git/sunxi.cedar.conf b/pcr/libvdpau-sunxi-git/sunxi.cedar.conf deleted file mode 100644 index 09f828c82..000000000 --- a/pcr/libvdpau-sunxi-git/sunxi.cedar.conf +++ /dev/null @@ -1,30 +0,0 @@ -# You can define a list modules for a specific kernel version, -# a released kernel version, a main kernel version or just a list. -# The most specific versioned variable will take precedence. - -# if openrc should make use of /etc/modules-load.d -# systemd places stuff there -use_modules_load_d=true - -#modules_2_6_23_gentoo_r5="ieee1394 ohci1394" -#modules_2_6_23="tun ieee1394" -#modules_2_6="tun" -#modules_2="ipv6" -#modules="ohci1394" - -# You can give modules a different name when they load - the new name -# will also be used to pick arguments below. -#modules="dummy:dummy1" - -# Give the modules some arguments if needed, per version if necessary. -# Again, the most specific versioned variable will take precedence. -#module_ieee1394_args="debug" -#module_ieee1394_args_2_6_23_gentoo_r5="debug2" -#module_ieee1394_args_2_6_23="debug3" -#module_ieee1394_args_2_6="debug4" -#module_ieee1394_args_2="debug5" - -# You should consult your kernel documentation and configuration -# for a list of modules and their options. - -modules="sunxi_cedar_mod" |