Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions taglib/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Port Metadata
PORTNAME = taglib
PORTVERSION = 2.0.2

MAINTAINER = Donald Haase
LICENSE = LGPL 2.1
SHORT_DESC = TagLib is a library for reading and editing the meta-data of several popular audio formats.

# This port uses the autotools scripts that are included with the distfiles.
PORT_BUILD = cmake

# Don't attempt to copy the target library, it will be in the inst dir already.
NOCOPY_TARGET = 1

GIT_REPOSITORY = https://github.com/taglib/taglib
GIT_BRANCH = v${PORTVERSION}

TARGET = lib${PORTNAME}.a

#It triest to install a config file so toss that in ./build
CMAKE_ARGS = -DCMAKE_INSTALL_BINDIR=${KOS_PORTS}/${PORTNAME}/build/bin

MAKE_TARGET = all install

# Need to pull the utf8cpp submodule
PREBUILD = taglib_prebuild

include ${KOS_PORTS}/scripts/kos-ports.mk

taglib_prebuild:
cd build/${PORTNAME}-${PORTVERSION} ; git submodule update --init ;
7 changes: 7 additions & 0 deletions taglib/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TagLib is a library for reading and editing the meta-data of several popular audio formats.
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags
and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, ASF,
DSF, DFF and AAC files.


URL: https://taglib.org/