mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
taglib: moved to github.
This commit is contained in:
parent
dfc3bbd59b
commit
1a10bb3677
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'taglib'
|
# Template file for 'taglib'
|
||||||
pkgname=taglib
|
pkgname=taglib
|
||||||
version=1.10
|
version=1.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
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@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
homepage="https://taglib.github.io/"
|
||||||
license="LGPL-2.1, MPL-1.1"
|
license="LGPL-2.1, MPL-1.1"
|
||||||
distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz"
|
||||||
checksum=24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa
|
checksum=2cd09ac6d4c4ec610aa5a0a488466bd0e0f78576581ef1f344090e397ecb9c52
|
||||||
|
|
||||||
taglib-devel_package() {
|
taglib-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue