mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libtaginfo: remove package
last commit in 2016; unmaintained; doesn't build with taglib2
This commit is contained in:
parent
f79216ee39
commit
cd9b407374
4 changed files with 2 additions and 32 deletions
|
@ -1232,8 +1232,6 @@ libnfs.so.14 libnfs-5.0.1_1
|
|||
libzip.so.5 libzip-1.7.3_2
|
||||
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
|
||||
libaa.so.1 aalib-1.4rc4_2
|
||||
libbsd.so.0 libbsd-0.4.2_1
|
||||
libwiringPi.so libwiringPi-0.0.20200408_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libtaginfo
|
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'libtaginfo'
|
||||
pkgname=libtaginfo
|
||||
version=0.2.1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="taglib-devel"
|
||||
short_desc="Library for reading media metadata"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://bitbucket.org/shuerhaaken/libtaginfo"
|
||||
distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ca2f67ef5934b90e659436218c7cb0bb6aa573d14acf544493d7e969d14369f
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libtaginfo-devel_package() {
|
||||
depends="taglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/libtaginfo
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
|
@ -459,6 +459,8 @@ replaces="
|
|||
libspa-ffmpeg<=0.3.32_1
|
||||
libspotify-devel<=12.1.51_2
|
||||
libspotify<=12.1.51_2
|
||||
libtaginfo<=0.2.1_2
|
||||
libtaginfo-devel<=0.2.1_2
|
||||
libtorrent-rasterbar-python<=1.2.2_1
|
||||
libunique-devel<=3.0.2_11
|
||||
libunique1-devel<=1.1.6_12
|
||||
|
|
Loading…
Add table
Reference in a new issue