taglib: update to 1.13.1
This commit is contained in:
parent
1085484251
commit
2442908b17
@ -111,8 +111,8 @@ drwxr-xr-x root/root usr/include/taglib/
|
||||
-rw-r--r-- root/root usr/include/taglib/xmproperties.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libtag.so -> libtag.so.1
|
||||
lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.19.0
|
||||
-rwxr-xr-x root/root usr/lib/libtag.so.1.19.0
|
||||
lrwxrwxrwx root/root usr/lib/libtag.so.1 -> libtag.so.1.19.1
|
||||
-rwxr-xr-x root/root usr/lib/libtag.so.1.19.1
|
||||
lrwxrwxrwx root/root usr/lib/libtag_c.so -> libtag_c.so.0
|
||||
lrwxrwxrwx root/root usr/lib/libtag_c.so.0 -> libtag_c.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libtag_c.so.0.0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/VGziMEnzcibAyusASxpJemkMigoTuwFKlGDsudbvQzacjMjD9lEVECdF9693jcVZ/KgGOFemqAjrwlsr78HbAQ=
|
||||
SHA256 (Pkgfile) = 600421a0caea03562f77e82d4e9badf8c2c1f46f7dda9643b7413ee9390fdb0e
|
||||
SHA256 (.footprint) = a12cf4c1f722fadcae186c58a50112499434772a41835e42d3e74cdf0de61fd1
|
||||
SHA256 (taglib-1.13.tar.gz) = 58f08b4db3dc31ed152c04896ee9172d22052bc7ef12888028c01d8b1d60ade0
|
||||
RWSE3ohX2g5d/etS8D85Njxs56rttzZcHQlGV79NK8hZ+jZKyPbQm6sRmcG258xWZXyqQCrQzlNoTfk3fJqJRHDn5FVeK57O/A4=
|
||||
SHA256 (Pkgfile) = 3816d5e99cc9f6c9a3caea7af52db512594d9cd5a277b8617ee5f45a992582ff
|
||||
SHA256 (.footprint) = 39803caf42ade5baca5e56f0ecc89d22209397651680f84417495fe33f82141c
|
||||
SHA256 (taglib-1.13.1.tar.gz) = c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Library to read and edit the meta-data of popular audio formats.
|
||||
# URL: http://taglib.github.io/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: cmake
|
||||
# Depends on:
|
||||
# Optional: boost
|
||||
|
||||
name=taglib
|
||||
version=1.13
|
||||
version=1.13.1
|
||||
release=1
|
||||
source=(http://taglib.github.io/releases/$name-$version.tar.gz)
|
||||
|
||||
@ -13,10 +13,8 @@ build() {
|
||||
cmake -S $name-$version -B build -G Ninja $PGKMK_TAGLIB \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_RELEASE_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DWITH_MP4=ON \
|
||||
-DWITH_ASF=ON
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user