New package: taglib-extras-1.0.1
This commit is contained in:
parent
e80c0bc3fe
commit
6528632ff2
|
@ -405,6 +405,7 @@ libSDL_image-1.2.so.0 SDL_image-1.2.10_1
|
|||
libx264.so.142 x264-20140928.2245_1
|
||||
libxvidcore.so.4 xvidcore-1.2.2_1
|
||||
libtag.so.1 taglib-1.6.1_1
|
||||
libtag-extras.so.1 taglib-extras-1.0.1_1
|
||||
libtag_c.so.0 taglib-1.6.1_1
|
||||
libfribidi.so.0 fribidi-0.19.2_1
|
||||
liba52.so.0 liba52-0.7.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
taglib-extras
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'taglib-extras'
|
||||
pkgname=taglib-extras
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
|
||||
hostmakedepends="pkg-config cmake taglib-devel"
|
||||
makedepends="zlib-devel taglib-devel"
|
||||
short_desc="Additional taglib plugins for KDE"
|
||||
maintainer="LockeAnarchist <emanuel@openmailbox.org>"
|
||||
homepage="http://developer.kde.org/~wheeler/taglib.html"
|
||||
license="LGPL-2.1, MPL-1.1"
|
||||
distfiles="http://download.kde.org/stable/taglib-extras/1.0.1/src/taglib-extras-1.0.1.tar.gz"
|
||||
checksum=fe546b4b315f3227c975fed8ea9dfc0e54fc6997fdbba2a9da7beba479229632
|
||||
|
||||
taglib-extras-devel_package() {
|
||||
depends="zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue