taglib: update to 1.8.
This commit is contained in:
parent
b68de0bc7a
commit
6898679ea4
2 changed files with 14 additions and 14 deletions
|
@ -1,16 +1,14 @@
|
|||
# Template file for 'taglib-devel'.
|
||||
#
|
||||
depends="glibc-devel zlib-devel taglib"
|
||||
noarch=yes
|
||||
depends="zlib-devel taglib>=${version}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'taglib'
|
||||
pkgname=taglib
|
||||
version=1.6.3
|
||||
distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
|
||||
version=1.8
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||
revision=2
|
||||
makedepends="zlib-devel pkg-config cmake"
|
||||
makedepends="pkg-config cmake"
|
||||
short_desc="Library for accessing ID tags in various media files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b
|
||||
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
||||
license="LGPL-2.1, MPL-1.1"
|
||||
distfiles="https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a
|
||||
long_desc="
|
||||
TagLib is a library for reading and editing the meta-data of several popular
|
||||
audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
|
||||
Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
subpackages="${pkgname}-devel"
|
||||
|
|
Loading…
Reference in a new issue