From b0ddc164d84171975c72a767fbc5ef874a7c9ec0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 3 Aug 2016 22:23:09 -0300 Subject: libvdpau-sunxi-git-r99.427fa6b-2: minor fix --- pcr/libvdpau-sunxi-git/PKGBUILD | 10 +++++----- pcr/libvdpau-sunxi-git/modules | 30 ------------------------------ pcr/libvdpau-sunxi-git/sunxi.cedar.conf | 30 ++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 pcr/libvdpau-sunxi-git/modules create mode 100644 pcr/libvdpau-sunxi-git/sunxi.cedar.conf (limited to 'pcr') 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 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/modules deleted file mode 100644 index 794755cd8..000000000 --- a/pcr/libvdpau-sunxi-git/modules +++ /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=false - -#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" diff --git a/pcr/libvdpau-sunxi-git/sunxi.cedar.conf b/pcr/libvdpau-sunxi-git/sunxi.cedar.conf new file mode 100644 index 000000000..09f828c82 --- /dev/null +++ b/pcr/libvdpau-sunxi-git/sunxi.cedar.conf @@ -0,0 +1,30 @@ +# 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" -- cgit v1.2.3-54-g00ecf