pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
First commit of libechonest
Module Name: pkgsrc-wip
Committed By: weabot <weabot%protonmail.com@localhost>
Pushed By: weabot
Date: Fri Jan 6 19:43:15 2017 +0000
Changeset: dd68e1be5311d68bab06108ec03911b6bea7028a
Added Files:
libechonest/DESCR
libechonest/Makefile
libechonest/PLIST
libechonest/buildlink3.mk
libechonest/distinfo
Log Message:
First commit of libechonest
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd68e1be5311d68bab06108ec03911b6bea7028a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libechonest/DESCR | 2 ++
libechonest/Makefile | 27 +++++++++++++++++++++++++++
libechonest/PLIST | 22 ++++++++++++++++++++++
libechonest/buildlink3.mk | 11 +++++++++++
libechonest/distinfo | 6 ++++++
5 files changed, 68 insertions(+)
diffs:
diff --git a/libechonest/DESCR b/libechonest/DESCR
new file mode 100644
index 0000000..76a55ab
--- /dev/null
+++ b/libechonest/DESCR
@@ -0,0 +1,2 @@
+libechonest is a collection of C++/Qt classes designed to make a developer's
+life easy when trying to use the APIs provided by The Echo Nest.
diff --git a/libechonest/Makefile b/libechonest/Makefile
new file mode 100644
index 0000000..0542238
--- /dev/null
+++ b/libechonest/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= libechonest-2.3.1
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lfranchi/}
+
+
+MAINTAINER= weabot%protonmail.com@localhost
+HOMEPAGE= https://github.com/lfranchi/libechonest
+COMMENT= Libechonest is a collection of C++/Qt classes for The Echo Nest APIs
+LICENSE= gnu-gpl-v2
+
+CMAKE_FLAGS+= DBUILD_WITH_QT4=ON
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake \
+ pkgconf>=0.9.10:../../devel/pkgconf
+
+.include "../../devel/qjson/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libechonest/PLIST b/libechonest/PLIST
new file mode 100644
index 0000000..c8cfd09
--- /dev/null
+++ b/libechonest/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+include/echonest/Artist.h
+include/echonest/ArtistTypes.h
+include/echonest/AudioSummary.h
+include/echonest/Catalog.h
+include/echonest/CatalogArtist.h
+include/echonest/CatalogItem.h
+include/echonest/CatalogSong.h
+include/echonest/CatalogUpdateEntry.h
+include/echonest/CommonTypes.h
+include/echonest/Config.h
+include/echonest/Genre.h
+include/echonest/Playlist.h
+include/echonest/Song.h
+include/echonest/Track.h
+include/echonest/TypeInformation.h
+include/echonest/Util.h
+include/echonest/echonest_export.h
+lib/libechonest.so
+lib/libechonest.so.2.3
+lib/libechonest.so.${PKGVERSION}
+lib/pkgconfig/libechonest.pc
diff --git a/libechonest/buildlink3.mk b/libechonest/buildlink3.mk
new file mode 100644
index 0000000..c027b82
--- /dev/null
+++ b/libechonest/buildlink3.mk
@@ -0,0 +1,11 @@
+# $NetBSD$
+BUILDLINK_TREE+= libechonest
+
+.if !defined(LIBECHONEST_BUILDLINK3_MK)
+LIBECHONEST_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libechonest+= libechonest>=2.3.1
+BUILDLINK_PKGSRCDIR.libechonest?= ../../local/libechonest
+.endif # LIBECHONEST_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libechonest
diff --git a/libechonest/distinfo b/libechonest/distinfo
new file mode 100644
index 0000000..51116f1
--- /dev/null
+++ b/libechonest/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libechonest-2.3.1.tar.gz) = 01798db1bff8fcfaa3545dcb6c90c0a78c6f14ef
+RMD160 (libechonest-2.3.1.tar.gz) = b33794631e4e5014db2d4d1570d245c4ae16bfd5
+SHA512 (libechonest-2.3.1.tar.gz) = 3a8a9fdde104ef96710eafd7891c67123a4a604adbc6e3ef32f409db7b957fbc58c1c146931f06109d614c37267a19ce4ee6c7c520d3fae4e951569a96ad20d4
+Size (libechonest-2.3.1.tar.gz) = 12084908 bytes
Home |
Main Index |
Thread Index |
Old Index