libdvdcss: update to 1.2.13.

This commit is contained in:
Juan RP 2013-03-18 08:48:45 +01:00
parent e108fe9569
commit b06e05cddd
2 changed files with 9 additions and 17 deletions

View file

@ -1,14 +1,9 @@
# Template file for 'libdvdcss-devel'.
#
depends="glibc-devel libdvdcss"
depends="glibc-devel libdvdcss>=${version}"
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
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib

View file

@ -1,18 +1,15 @@
# Template file for 'libdvdcss'
pkgname=libdvdcss
version=1.2.11
homepage="http://www.videolan.org"
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
build_style=gnu-configure
version=1.2.13
revision=1
build_style=gnu-configure
subpackages="$pkgname-devel"
short_desc="Simple library designed for accessing DVDs"
maintainer="Juan RP <xtraeme@gmail.com>"
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="
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption.
This library is used by libdvdread via dlopen()."
subpackages="$pkgname-devel"
without having to bother about the decryption."