mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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'.
|
# Template file for 'taglib-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel zlib-devel taglib"
|
noarch=yes
|
||||||
|
depends="zlib-devel taglib>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove usr/bin usr
|
||||||
{
|
vmove usr/include usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'taglib'
|
# Template file for 'taglib'
|
||||||
pkgname=taglib
|
pkgname=taglib
|
||||||
version=1.6.3
|
version=1.8
|
||||||
distfiles="http://developer.kde.org/~wheeler/files/src/$pkgname-$version.tar.gz"
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||||
revision=2
|
makedepends="pkg-config cmake"
|
||||||
makedepends="zlib-devel pkg-config cmake"
|
|
||||||
short_desc="Library for accessing ID tags in various media files"
|
short_desc="Library for accessing ID tags in various media files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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="
|
long_desc="
|
||||||
TagLib is a library for reading and editing the meta-data of several popular
|
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
|
audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
|
||||||
Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
|
Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="${pkgname}-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue