pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove dssi, imported



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Sat Oct 31 22:24:45 2020 +0100
Changeset:	973d7951916cefc0a5be740981ec0462621d7f0b

Removed Files:
	dssi/DESCR
	dssi/Makefile
	dssi/PLIST
	dssi/buildlink3.mk
	dssi/distinfo
	dssi/options.mk
	libdssialsacompat/DESCR
	libdssialsacompat/Makefile
	libdssialsacompat/PLIST
	libdssialsacompat/buildlink3.mk
	libdssialsacompat/distinfo

Log Message:
Remove dssi, imported

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=973d7951916cefc0a5be740981ec0462621d7f0b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dssi/DESCR                      | 15 ---------------
 dssi/Makefile                   | 35 -----------------------------------
 dssi/PLIST                      | 25 -------------------------
 dssi/buildlink3.mk              | 28 ----------------------------
 dssi/distinfo                   |  5 -----
 dssi/options.mk                 | 14 --------------
 libdssialsacompat/DESCR         |  3 ---
 libdssialsacompat/Makefile      | 21 ---------------------
 libdssialsacompat/PLIST         |  9 ---------
 libdssialsacompat/buildlink3.mk | 13 -------------
 libdssialsacompat/distinfo      |  6 ------
 11 files changed, 174 deletions(-)

diffs:
diff --git a/dssi/DESCR b/dssi/DESCR
deleted file mode 100644
index 85983a1e51..0000000000
--- a/dssi/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-DSSI (pronounced "dizzy") is an API for audio processing plugins,
-particularly useful for software synthesis plugins with user
-interfaces.
-
-DSSI is an open and well-documented specification developed for use
-in Linux audio applications, although portable to other platforms.
-It may be thought of as LADSPA-for-instruments, or something
-comparable to VSTi.
-
-DSSI consists of a C language API for use by plugins and hosts,
-based on the LADSPA API, and an OSC (Open Sound Control) API for
-use in user interface to host communications.  The DSSI specification
-consists of an RFC which describes the background for the proposal
-and defines the OSC part of the specification, and a documented
-header file which defines the C API.
diff --git a/dssi/Makefile b/dssi/Makefile
deleted file mode 100644
index d62d7630ea..0000000000
--- a/dssi/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2013/12/19 06:03:37 othyro Exp $
-#
-
-DISTNAME=	dssi-1.1.1
-CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=dssi/}
-
-MAINTAINER=	jfranz%bsdprojects.net@localhost
-HOMEPAGE=	http://dssi.sourceforge.net/
-COMMENT=	API for audio processing plugins
-LICENSE=	gnu-lgpl-v2.1
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake gsed pkg-config
-USE_LANGUAGES=	c c++ fortran
-
-PKGCONFIG_OVERRIDE+=	dssi.pc.in
-
-.include "options.mk"
-
-.if ${OPSYS} != "Linux"
-BUILDLINK_TRANSFORM=	rm:-ldl
-.endif
-
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/jack/buildlink3.mk"
-.include "../../audio/ladspa/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libdssialsacompat=	full
-.include "../../wip/libdssialsacompat/buildlink3.mk"
-.include "../../audio/liblo/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dssi/PLIST b/dssi/PLIST
deleted file mode 100644
index 192e56adef..0000000000
--- a/dssi/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2012/11/05 13:54:43 othyro Exp $
-bin/dssi_analyse_plugin
-bin/dssi_list_plugins
-bin/dssi_osc_send
-bin/dssi_osc_update
-bin/jack-dssi-host
-bin/karplong
-bin/less_trivial_synth
-bin/trivial_sampler
-bin/trivial_synth
-include/dssi.h
-lib/dssi/karplong.la
-lib/dssi/less_trivial_synth.la
-${PLIST.qt}lib/dssi/less_trivial_synth/LTS_qt
-lib/dssi/trivial_sampler.la
-${PLIST.qt}lib/dssi/trivial_sampler/trivial_sampler_qt
-lib/dssi/trivial_synth.la
-lib/pkgconfig/dssi.pc
-man/man1/dssi_analyse_plugin.1
-man/man1/dssi_list_plugins.1
-man/man1/dssi_osc_send.1
-man/man1/dssi_osc_update.1
-man/man1/jack-dssi-host.1
-@exec ${MKDIR} %D/lib/dssi/trivial_sampler
-@exec ${MKDIR} %D/lib/dssi/less_trivial_synth
diff --git a/dssi/buildlink3.mk b/dssi/buildlink3.mk
deleted file mode 100644
index 78fd0bf8e4..0000000000
--- a/dssi/buildlink3.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2012/11/11 13:44:13 othyro Exp $
-
-BUILDLINK_TREE+=	dssi
-
-.if !defined(DSSI_BUILDLINK3_MK)
-DSSI_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.dssi+=	dssi>=1.1.1
-BUILDLINK_PKGSRCDIR.dssi?=	../../wip/dssi
-BUILDLINK_DEPMETHOD.dssi?=	build
-
-pkgbase := dssi
-.include "../../mk/pkg-build-options.mk"
-
-.if !empty(PKG_BUILD_OPTIONS.dssi:Mqt)
-.include "../../x11/qt4-libs/buildlink3.mk"
-.endif
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/jack/buildlink3.mk"
-.include "../../audio/ladspa/buildlink3.mk"
-.include "../../wip/libdssialsacompat/buildlink3.mk"
-.include "../../audio/liblo/buildlink3.mk"
-.endif # DSSI_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-dssi
diff --git a/dssi/distinfo b/dssi/distinfo
deleted file mode 100644
index c2b02b0ab0..0000000000
--- a/dssi/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/11/05 13:59:58 othyro Exp $
-
-SHA1 (dssi-1.1.1.tar.gz) = fd08bc8579871d94a6fd43fb241fb2dd1b0f5dc6
-RMD160 (dssi-1.1.1.tar.gz) = 758bace54128d856d724d388494b5926488100b9
-Size (dssi-1.1.1.tar.gz) = 712038 bytes
diff --git a/dssi/options.mk b/dssi/options.mk
deleted file mode 100644
index 76a2b5fd70..0000000000
--- a/dssi/options.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2012/11/05 13:51:34 othyro Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.dssi
-PKG_SUPPORTED_OPTIONS=	qt
-PKG_SUGGESTED_OPTIONS+=	# blank
-PLIST_VARS+=		qt
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mqt)
-.include "../../x11/qt4-libs/buildlink3.mk"
-CONFIGURE_ENV+=         QTDIR=${QTDIR}
-PLIST.qt=		yes
-.endif
diff --git a/libdssialsacompat/DESCR b/libdssialsacompat/DESCR
deleted file mode 100644
index a699be035f..0000000000
--- a/libdssialsacompat/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-libdssialsacompat is simply an extraction from and repackaging of
-the code from alsa-lib 1.0.8, necessary to support DSSI on non-ALSA
-systems.
diff --git a/libdssialsacompat/Makefile b/libdssialsacompat/Makefile
deleted file mode 100644
index 7de2498fc5..0000000000
--- a/libdssialsacompat/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/11/05 13:00:12 othyro Exp $
-#
-
-DISTNAME=	libdssialsacompat-1.0.8a
-CATEGORIES=	audio
-MASTER_SITES=	http://smbolton.com/linux/
-
-MAINTAINER=	jfranz%bsdprojects.net@localhost
-HOMEPAGE=	http://smbolton.com/linux.html
-COMMENT=	Alsa compatibility library to build DSSI
-LICENSE=	gnu-lgpl-v2.1
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES+=	c
-
-INSTALLATION_DIRS=	include/dssi/alsa/sound
-PKGCONFIG_OVERRIDE+=	libdssialsacompat.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libdssialsacompat/PLIST b/libdssialsacompat/PLIST
deleted file mode 100644
index 306aafd027..0000000000
--- a/libdssialsacompat/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:52 thomasklausner Exp $
-include/dssi/alsa/asoundef.h
-include/dssi/alsa/asoundlib.h
-include/dssi/alsa/seq.h
-include/dssi/alsa/seq_event.h
-include/dssi/alsa/seq_midi_event.h
-include/dssi/alsa/sound/asequencer.h
-lib/libdssialsacompat.la
-lib/pkgconfig/libdssialsacompat.pc
diff --git a/libdssialsacompat/buildlink3.mk b/libdssialsacompat/buildlink3.mk
deleted file mode 100644
index faa9b60ae1..0000000000
--- a/libdssialsacompat/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:43:44 jsonn Exp $
-
-BUILDLINK_TREE+=	libdssialsacompat
-
-.if !defined(LIBDSSIALSACOMPAT_BUILDLINK3_MK)
-LIBDSSIALSACOMPAT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libdssialsacompat+=	libdssialsacompat>=1.0.8a
-BUILDLINK_PKGSRCDIR.libdssialsacompat?=		../../wip/libdssialsacompat
-BUILDLINK_DEPMETHOD.libdssialsacompat?=		build
-.endif # LIBDSSIALSACOMPAT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libdssialsacompat
diff --git a/libdssialsacompat/distinfo b/libdssialsacompat/distinfo
deleted file mode 100644
index 5aaed5bddf..0000000000
--- a/libdssialsacompat/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/16 17:54:53 netcap Exp $
-
-SHA1 (libdssialsacompat-1.0.8a.tar.gz) = 75da1c82c8c7273da9135ea8be7b52c9865d7d82
-RMD160 (libdssialsacompat-1.0.8a.tar.gz) = f3ec6d3131dff0999bd3f1ed24a902f41aececbf
-SHA512 (libdssialsacompat-1.0.8a.tar.gz) = c059a7e97acdb3808dee9818115c8786e9d8c7a8bba828e5425ecd8cff688d6dfb7a13db9393d632e0e4edfe6c0dd2a84fda114a3e154cb21af85f261e3058d4
-Size (libdssialsacompat-1.0.8a.tar.gz) = 293394 bytes


Home | Main Index | Thread Index | Old Index