Skip to content

Commit

Permalink
libid3tag: update to 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Nov 27, 2024
1 parent e6f988c commit 67f086b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 35 deletions.
30 changes: 8 additions & 22 deletions audio/libid3tag/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
PortGroup codeberg 1.0

github.setup azakkerman libid3tag 0.15.1c
revision 2
codeberg.setup tenacityteam libid3tag 0.16.3
revision 0
categories audio
platforms darwin freebsd
license GPL-2+
Expand All @@ -15,25 +16,10 @@ description id3 tag manipulation library
long_description libid3tag is a library for reading and writing ID3 \
tags, bothID3v1 and the various versions of ID3v2.

homepage http://www.underbit.com/products/mad/
homepage https://tenacityaudio.org

checksums rmd160 e273ddf0a7e7dfea0428663995d56e4c72d5d407 \
sha256 7c151ee7f97a277316c327934babf54cc4b851cdc33eef56e870f0c0aff9a03c \
size 390078
checksums rmd160 1b5b66653bf3219a1b9923d525cd700d1b953375 \
sha256 0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb \
size 53218

depends_lib port:zlib

patchfiles patch-id3tag.diff
post-patch {
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/id3tag.pc
reinplace "s|@VERSION@|${version}|g" ${worksrcpath}/id3tag.pc
}

post-configure {
reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool
}

post-destroot {
xinstall -m 0644 ${worksrcpath}/id3tag.pc \
${destroot}${prefix}/lib/pkgconfig
}
13 changes: 0 additions & 13 deletions audio/libid3tag/files/patch-id3tag.diff

This file was deleted.

0 comments on commit 67f086b

Please sign in to comment.