summaryrefslogtreecommitdiff
path: root/audio/glyr
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-02 23:35:03 +0000
committerrodent <rodent@pkgsrc.org>2014-02-02 23:35:03 +0000
commitfd15b622997a8e3f26d50ca7427108d06480aea6 (patch)
tree906eedcf11a443c9bff25ffba6bbf52adadfac84 /audio/glyr
parent84d281ab8c02203dd61f1e5b59d6d9aedaa4594a (diff)
downloadpkgsrc-fd15b622997a8e3f26d50ca7427108d06480aea6.tar.gz
Import glyr-1.0.3 as audio/glyr.
Glyr comes both in a commandline interface tool and as a C library, both with an easy to use interface. The sort of metadata glyr is searching (and downloading) is usually the data you see in your music player. And indeed, originally it was written to serve as internally library for a music player, but has been extended to work as a standalone program.
Diffstat (limited to 'audio/glyr')
-rw-r--r--audio/glyr/DESCR5
-rw-r--r--audio/glyr/Makefile27
-rw-r--r--audio/glyr/PLIST12
-rw-r--r--audio/glyr/distinfo5
4 files changed, 49 insertions, 0 deletions
diff --git a/audio/glyr/DESCR b/audio/glyr/DESCR
new file mode 100644
index 00000000000..6fe5fb144f3
--- /dev/null
+++ b/audio/glyr/DESCR
@@ -0,0 +1,5 @@
+Glyr comes both in a commandline interface tool and as a C library, both with an
+easy to use interface. The sort of metadata glyr is searching (and downloading)
+is usually the data you see in your music player. And indeed, originally it was
+written to serve as internally library for a music player, but has been extended
+to work as a standalone program.
diff --git a/audio/glyr/Makefile b/audio/glyr/Makefile
new file mode 100644
index 00000000000..3c5d231dd6a
--- /dev/null
+++ b/audio/glyr/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2014/02/02 23:35:03 rodent Exp $
+#
+
+DISTNAME= 1.0.3
+PKGNAME= glyr-${DISTNAME}
+CATEGORIES= audio
+MASTER_SITES= https://github.com/sahib/glyr/archive/
+DIST_SUBDIR= ${PKGBASE}
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= https://github.com/sahib/glyr/
+COMMENT= Music related metadata search engine with CLI and C API
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_TOOLS+= pkg-config
+USE_CMAKE= yes
+
+PKGCONFIG_OVERRIDE+= glyr/libglyr.pc.in
+
+.include "../../devel/libgetopt/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/glyr/PLIST b/audio/glyr/PLIST
new file mode 100644
index 00000000000..e759031d454
--- /dev/null
+++ b/audio/glyr/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/02 23:35:03 rodent Exp $
+bin/glyrc
+include/glyr/cache.h
+include/glyr/config.h
+include/glyr/glyr.h
+include/glyr/misc.h
+include/glyr/testing.h
+include/glyr/types.h
+lib/libglyr.so
+lib/libglyr.so.1
+lib/libglyr.so.1.1.0
+lib/pkgconfig/libglyr.pc
diff --git a/audio/glyr/distinfo b/audio/glyr/distinfo
new file mode 100644
index 00000000000..7a2df85d792
--- /dev/null
+++ b/audio/glyr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/02 23:35:03 rodent Exp $
+
+SHA1 (glyr/1.0.3.tar.gz) = f0492337640bfbae13eeecd2cd2f8d0f01856390
+RMD160 (glyr/1.0.3.tar.gz) = 9beba59161bbe888e970fef52ecbcda56f03179e
+Size (glyr/1.0.3.tar.gz) = 426276 bytes