diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-10 20:16:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-10 20:16:44 +0000 |
commit | ae7c1e9c6128088c76b48813bb63328eb746a2de (patch) | |
tree | 918a7899de557d8660949ce426ee3f52e7b66f97 /audio/bsl | |
parent | 4591c401650a7694a039ed86a853b17f060887a1 (diff) | |
download | pkgsrc-ae7c1e9c6128088c76b48813bb63328eb746a2de.tar.gz |
Initial import of buzztard-0.5.0 and its components.
Buzztard is a music composer similar to tracker applications. It
is roughly modeled after the windows only, closed source and now
discontinued application called Buzz.
Diffstat (limited to 'audio/bsl')
-rw-r--r-- | audio/bsl/DESCR | 3 | ||||
-rw-r--r-- | audio/bsl/Makefile | 28 | ||||
-rw-r--r-- | audio/bsl/PLIST | 5 | ||||
-rw-r--r-- | audio/bsl/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/audio/bsl/DESCR b/audio/bsl/DESCR new file mode 100644 index 00000000000..793473d3d52 --- /dev/null +++ b/audio/bsl/DESCR @@ -0,0 +1,3 @@ +The libbml is a library that loads buzz machines from the windows +music composer Buzz, so that Linux apps can use them. This lib is +either using the libavifile wrapper or the libfst one. diff --git a/audio/bsl/Makefile b/audio/bsl/Makefile new file mode 100644 index 00000000000..0c4fa885615 --- /dev/null +++ b/audio/bsl/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/10 20:16:44 wiz Exp $ +# + +DISTNAME= bsl-0.5.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buzztard/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://buzztard.sourceforge.net/ +COMMENT= Buzz song loader +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_LANGUAGES= c c++ + +USE_PKGLOCALEDIR= yes + +.include "../../databases/shared-mime-info/mimedb.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../nih/gst-buzztard/buildlink3.mk" +.include "../../nih/buzztard/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/bsl/PLIST b/audio/bsl/PLIST new file mode 100644 index 00000000000..0f06dc8b696 --- /dev/null +++ b/audio/bsl/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/10 20:16:44 wiz Exp $ +lib/buzztard-songio/libbtbsl.la +share/applications/buzztard-songio-buzz.desktop +share/locale/de/LC_MESSAGES/bsl-0.5.mo +share/mime/packages/buzztard-songio-buzz.xml diff --git a/audio/bsl/distinfo b/audio/bsl/distinfo new file mode 100644 index 00000000000..2ce958a0228 --- /dev/null +++ b/audio/bsl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/09/10 20:16:44 wiz Exp $ + +SHA1 (bsl-0.5.0.tar.gz) = 12e34f37003c1053f7eb8cee84779832bbe8d287 +RMD160 (bsl-0.5.0.tar.gz) = 24db59d15c9a9c16a3f15b90b961f42bfacb033c +Size (bsl-0.5.0.tar.gz) = 412016 bytes |