summaryrefslogtreecommitdiff
path: root/audio/taglib-extras
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-15 15:39:08 +0000
committerwiz <wiz@pkgsrc.org>2010-02-15 15:39:08 +0000
commite92f594bc4ce0ae630c96317570aa893619f02a8 (patch)
treedf772c0d1358dcb98bc69683947652d1d3cb5a72 /audio/taglib-extras
parent741760dc815dd0b80954d56eca1f0f62150ca6db (diff)
downloadpkgsrc-e92f594bc4ce0ae630c96317570aa893619f02a8.tar.gz
Initial import of taglib-extras-1.0.1, packaged for wip by myself
with updates from koifren and myself. Extra plugins for taglib for more file formats.
Diffstat (limited to 'audio/taglib-extras')
-rw-r--r--audio/taglib-extras/DESCR1
-rw-r--r--audio/taglib-extras/Makefile28
-rw-r--r--audio/taglib-extras/PLIST14
-rw-r--r--audio/taglib-extras/buildlink3.mk14
-rw-r--r--audio/taglib-extras/distinfo6
-rw-r--r--audio/taglib-extras/patches/patch-aa13
6 files changed, 76 insertions, 0 deletions
diff --git a/audio/taglib-extras/DESCR b/audio/taglib-extras/DESCR
new file mode 100644
index 00000000000..1a1daaa00ea
--- /dev/null
+++ b/audio/taglib-extras/DESCR
@@ -0,0 +1 @@
+Extra plugins for taglib for more file formats.
diff --git a/audio/taglib-extras/Makefile b/audio/taglib-extras/Makefile
new file mode 100644
index 00000000000..98ac86938bc
--- /dev/null
+++ b/audio/taglib-extras/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
+#
+
+DISTNAME= taglib-extras-1.0.1
+CATEGORIES= audio
+MASTER_SITES= http://www.kollide.net/~jefferai/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.kollide.net/~jefferai/
+COMMENT= Extra plugins for taglib
+LICENSE= gnu-lgpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+
+PKGCONFIG_OVERRIDE= taglib-extras.pc.cmake
+
+SUBST_CLASSES+= rpath
+SUBST_FILES.rpath= taglib-extras-config.cmake
+SUBST_SED.rpath= -e "s|-L\\([^ ]*\\)|${COMPILER_RPATH_FLAG}\\1 -L\\1|g"
+SUBST_STAGE.rpath= pre-configure
+SUBST_MESSAGE.rpath= Add rpath to config script.
+
+BUILDLINK_ABI_DEPENDS.taglib+= taglib>=1.6
+.include "../../audio/taglib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/taglib-extras/PLIST b/audio/taglib-extras/PLIST
new file mode 100644
index 00000000000..135bdf24f45
--- /dev/null
+++ b/audio/taglib-extras/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
+bin/taglib-extras-config
+include/taglib-extras/audiblefile.h
+include/taglib-extras/audiblefiletyperesolver.h
+include/taglib-extras/audibleproperties.h
+include/taglib-extras/audibletag.h
+include/taglib-extras/realmediafile.h
+include/taglib-extras/realmediafiletyperesolver.h
+include/taglib-extras/taglib-extras_export.h
+include/taglib-extras/tfile_helper.h
+lib/libtag-extras.so
+lib/libtag-extras.so.1
+lib/libtag-extras.so.1.0.1
+lib/pkgconfig/taglib-extras.pc
diff --git a/audio/taglib-extras/buildlink3.mk b/audio/taglib-extras/buildlink3.mk
new file mode 100644
index 00000000000..e3ee8ac7446
--- /dev/null
+++ b/audio/taglib-extras/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
+
+BUILDLINK_TREE+= taglib-extras
+
+.if !defined(TAGLIB_EXTRAS_BUILDLINK3_MK)
+TAGLIB_EXTRAS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.taglib-extras+= taglib-extras>=1.0.1
+BUILDLINK_PKGSRCDIR.taglib-extras?= ../../audio/taglib-extras
+
+.include "../../audio/taglib/buildlink3.mk"
+.endif # TAGLIB_EXTRAS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -taglib-extras
diff --git a/audio/taglib-extras/distinfo b/audio/taglib-extras/distinfo
new file mode 100644
index 00000000000..edf8533b325
--- /dev/null
+++ b/audio/taglib-extras/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
+
+SHA1 (taglib-extras-1.0.1.tar.gz) = 58af454ec230d494a75abd0aa78016a969f0c9ce
+RMD160 (taglib-extras-1.0.1.tar.gz) = d687119f4750a2f9eac415667c23552e50e12c72
+Size (taglib-extras-1.0.1.tar.gz) = 31363 bytes
+SHA1 (patch-aa) = 588fa139d9ab01f332a36c8a7e6e9c03b09f49c7
diff --git a/audio/taglib-extras/patches/patch-aa b/audio/taglib-extras/patches/patch-aa
new file mode 100644
index 00000000000..b1267fcefc6
--- /dev/null
+++ b/audio/taglib-extras/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
+
+--- CMakeLists.txt.orig 2009-09-17 19:31:50.000000000 +0000
++++ CMakeLists.txt
+@@ -29,7 +29,7 @@ endif (WIN32)
+
+ set(TAGLIB-EXTRAS_LIB_MAJOR_VERSION "1")
+ set(TAGLIB-EXTRAS_LIB_MINOR_VERSION "0")
+-set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "0")
++set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "1")
+
+ set(TAGLIB-EXTRAS_LIB_VERSION_STRING "${TAGLIB-EXTRAS_LIB_MAJOR_VERSION}.${TAGLIB-EXTRAS_LIB_MINOR_VERSION}.${TAGLIB-EXTRAS_LIB_PATCH_VERSION}")
+