mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
taglib: update to 2.0.2
This commit is contained in:
parent
a6cf9f8b57
commit
349df76a59
2 changed files with 5 additions and 5 deletions
|
@ -415,9 +415,9 @@ libSDL_image-1.2.so.0 SDL_image-1.2.10_1
|
|||
libx264.so.157 x264-20190507.2245_1
|
||||
libopenh264.so.7 openh264-2.4.1_1
|
||||
libxvidcore.so.4 xvidcore-1.2.2_1
|
||||
libtag.so.1 taglib-1.6.1_1
|
||||
libtag.so.2 taglib-2.0.2_1
|
||||
libtag-extras.so.1 taglib-extras-1.0.1_1
|
||||
libtag_c.so.0 taglib-1.6.1_1
|
||||
libtag_c.so.2 taglib-2.0.2_1
|
||||
libfribidi.so.0 fribidi-0.19.2_1
|
||||
liba52.so.0 liba52-0.7.4_1
|
||||
libcddb.so.2 libcddb-1.3.2_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'taglib'
|
||||
pkgname=taglib
|
||||
version=1.13.1
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON -DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel"
|
||||
makedepends="zlib-devel vtk-devel utfcpp"
|
||||
short_desc="Library for accessing ID tags in various media files"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later, MPL-1.1"
|
||||
homepage="https://taglib.github.io/"
|
||||
distfiles="https://github.com/taglib/taglib/archive/v${version}.tar.gz"
|
||||
checksum=c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b
|
||||
checksum=0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737
|
||||
|
||||
taglib-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue