taglib: moved to github.
This commit is contained in:
parent
dfc3bbd59b
commit
1a10bb3677
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'taglib'
|
||||
pkgname=taglib
|
||||
version=1.10
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||
hostmakedepends="pkg-config cmake"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Library for accessing ID tags in various media files"
|
||||
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"
|
||||
distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa
|
||||
distfiles="https://github.com/taglib/taglib/archive/v$version.tar.gz"
|
||||
checksum=2cd09ac6d4c4ec610aa5a0a488466bd0e0f78576581ef1f344090e397ecb9c52
|
||||
|
||||
taglib-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue