libdvdcss: update to 1.2.13.
This commit is contained in:
parent
e108fe9569
commit
b06e05cddd
2 changed files with 9 additions and 17 deletions
|
@ -1,14 +1,9 @@
|
||||||
# Template file for 'libdvdcss-devel'.
|
# Template file for 'libdvdcss-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libdvdcss"
|
depends="glibc-devel libdvdcss>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'libdvdcss'
|
# Template file for 'libdvdcss'
|
||||||
pkgname=libdvdcss
|
pkgname=libdvdcss
|
||||||
version=1.2.11
|
version=1.2.13
|
||||||
homepage="http://www.videolan.org"
|
|
||||||
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Simple library designed for accessing DVDs"
|
short_desc="Simple library designed for accessing DVDs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=b6bc18816cfe17d53c32c040f69a055d263eab9328888556f6be3cda8f03916e
|
homepage="http://www.videolan.org"
|
||||||
|
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=84f1bba6cfef1df87f774fceaefc8e73c4cda32e8f6700b224ad0acb5511ba2c
|
||||||
long_desc="
|
long_desc="
|
||||||
libdvdcss is a simple library designed for accessing DVDs like a block device
|
libdvdcss is a simple library designed for accessing DVDs like a block device
|
||||||
without having to bother about the decryption.
|
without having to bother about the decryption."
|
||||||
|
|
||||||
This library is used by libdvdread via dlopen()."
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue