libid3tag: update upstream

This commit is contained in:
Luis
2023-03-15 07:54:25 +00:00
parent 66b6edfc35
commit b82bec6001
3 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
196ac45b7066c5714af0e441271ad4e3 libid3tag-0.16.2.tar.gz
d75f823e5882ac53e396999a883d0611 libid3tag-0.16.2.tar.gz

View File

@@ -1,4 +1,4 @@
libid3tag-0.16.2-1
libid3tag-0.16.2-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/id3tag.h

View File

@@ -1,14 +1,14 @@
# description : ID3 tag manipulation library
# homepage : https://github.com/tenacityteam/libid3tag
# homepage : https://codeberg.org/tenacityteam/libid3tag
# depends : cmake ninja zlib
name=libid3tag
version=0.16.2
release=1
source="https://github.com/tenacityteam/libid3tag/archive/$version/$name-$version.tar.gz"
release=2
source="$name-$version.tar.gz::https://codeberg.org/tenacityteam/libid3tag/archive/$version.tar.gz"
build() {
cmake -S $name-$version -B build -G Ninja \
cmake -S $name -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \