You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
libid3tag: update to 0.16.3
This commit is contained in:
committed by
Herby Gillot
parent
e6f988c102
commit
67f086bf57
@@ -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+
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
--- id3tag.pc.empty 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ id3tag.pc 2010-05-31 21:01:48.000000000 -0400
|
||||
@@ -0,0 +1,10 @@
|
||||
+prefix=@PREFIX@
|
||||
+exec_prefix=${prefix}
|
||||
+libdir=${exec_prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
+
|
||||
+Name: id3tag
|
||||
+Description: ID3 tag manipulation library
|
||||
+Version: @VERSION@
|
||||
+Libs: -L${libdir} -lid3tag
|
||||
+Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user