New package: libtaginfo-0.1.3.
This commit is contained in:
parent
759a145bad
commit
1d51bfe398
|
@ -1187,3 +1187,5 @@ libzip.so.2 libzip-0.10.1_1
|
|||
libapp.so.0 libapp-20110513_1
|
||||
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
||||
libOSMesa.so.8 libOSMesa-9.1_1
|
||||
libtaginfo.so.1 libtaginfo-0.1.3_1
|
||||
libtaginfo_c.so.0 libtaginfo-0.1.3_1
|
||||
|
|
1
srcpkgs/libtaginfo-devel
Symbolic link
1
srcpkgs/libtaginfo-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libtaginfo
|
12
srcpkgs/libtaginfo/libtaginfo-devel.template
Normal file
12
srcpkgs/libtaginfo/libtaginfo-devel.template
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'libtaginfo-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="taglib-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${hort_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/lib/${sourcepkg} usr/lib
|
||||
vmove usr/share usr
|
||||
}
|
20
srcpkgs/libtaginfo/template
Normal file
20
srcpkgs/libtaginfo/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'libtaginfo'
|
||||
pkgname=libtaginfo
|
||||
version=0.1.3
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config taglib-devel"
|
||||
short_desc="Library for reading media metadata"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://bitbucket.org/shuerhaaken/libtaginfo"
|
||||
distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=33c42653c5302d0fb35c0b79dcd201263803b7d0750814cee9419e6eb8bc7d13
|
||||
long_desc="
|
||||
TagInfo is a convenience wrapper for taglib with C and vala bindings.
|
||||
|
||||
Features are reading/writing fields like: Artist, Album, Title, Genre,
|
||||
AlbumArtist, Comments, Disk number, Compilation flag, User labels, Embedded
|
||||
Images, Lyrics, Audio properties (length, bitrate, samplerate, channels ...),
|
||||
and much more."
|
Loading…
Reference in New Issue
Block a user