mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
libid3tag: update upstream
This commit is contained in:
@@ -1 +1 @@
|
||||
196ac45b7066c5714af0e441271ad4e3 libid3tag-0.16.2.tar.gz
|
||||
d75f823e5882ac53e396999a883d0611 libid3tag-0.16.2.tar.gz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user