pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove openal-soft - imported to pkgsrc as audio/openal-soft
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Mon Feb 8 18:23:31 2016 +1300
Changeset: 038c87d28b2c93158d3cc48af99cc52ccfb67b3d
Modified Files:
Makefile
Removed Files:
openal-soft/DESCR
openal-soft/Makefile
openal-soft/PLIST
openal-soft/buildlink3.mk
openal-soft/distinfo
openal-soft/patches/patch-alc_alcconfig.c
openal-soft/patches/patch-common_threads.c
Log Message:
remove openal-soft - imported to pkgsrc as audio/openal-soft
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=038c87d28b2c93158d3cc48af99cc52ccfb67b3d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
openal-soft/DESCR | 1 -
openal-soft/Makefile | 59 ------------------------------
openal-soft/PLIST | 18 ---------
openal-soft/buildlink3.mk | 12 ------
openal-soft/distinfo | 8 ----
openal-soft/patches/patch-alc_alcconfig.c | 15 --------
openal-soft/patches/patch-common_threads.c | 19 ----------
8 files changed, 133 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 70d9168..e78c1dc 100644
--- a/Makefile
+++ b/Makefile
@@ -2070,7 +2070,6 @@ SUBDIR+= oorexx
SUBDIR+= opax
SUBDIR+= opd
SUBDIR+= open21xx
-SUBDIR+= openal-soft
SUBDIR+= openaxiom
SUBDIR+= openbgpd
SUBDIR+= openbgpd-as4byte
diff --git a/openal-soft/DESCR b/openal-soft/DESCR
deleted file mode 100644
index 528c631..0000000
--- a/openal-soft/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Alternative OpenAL audio library.
diff --git a/openal-soft/Makefile b/openal-soft/Makefile
deleted file mode 100644
index 52d85d4..0000000
--- a/openal-soft/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 21:32:46 asau Exp $
-#
-
-DISTNAME= openal-soft-1.17.2
-CATEGORIES= audio
-MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://kcat.strangesoft.net/
-COMMENT= Alternative OpenAL implementation
-LICENSE= gnu-lgpl-v2
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-
-PKG_SYSCONFSUBDIR=openal
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "Linux"
-CMAKE_ARGS+= -DALSOFT_BACKEND_ALSA:BOOL=OFF
-.else
-.include "../../audio/alsa-lib/buildlink3.mk"
-.endif
-
-CMAKE_ARGS+= -DALSOFT_REQUIRE_OSS:BOOL=ON
-CMAKE_ARGS+= -DALSOFT_REQUIRE_SOLARIS:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_REQUIRE_SNDIO:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_REQUIRE_QSA:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_BACKEND_WAVE:BOOL=ON
-CMAKE_ARGS+= -DALSOFT_UTILS:BOOL=ON
-CMAKE_ARGS+= -DALSOFT_EXAMPLES:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_BACKEND_JACK:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_BACKEND_PORTAUDIO:BOOL=OFF
-CMAKE_ARGS+= -DALSOFT_BACKEND_PULSEAUDIO:BOOL=OFF
-
-.include "../../mk/oss.buildlink3.mk"
-
-.if !empty(BUILTIN_LIB_FOUND.ossaudio:M[Yy][Ee][Ss])
-CMAKE_ARGS+= -DEXTRA_LIBS=${LIBOSSAUDIO:Q}
-.endif
-
-CFLAGS+= -DSYS_CONF_DIR="\"${PKG_SYSCONFDIR}\""
-CFLAGS.NetBSD+= -D_NETBSD_SOURCE
-
-CONF_FILES+= ${PREFIX}/share/openal/alsoftrc.sample ${PKG_SYSCONFDIR}/alsoft.conf
-
-SUBST_CLASSES+= fix-oss
-SUBST_STAGE.fix-oss= pre-configure
-SUBST_MESSAGE.fix-oss= Fixing default OSS device references.
-SUBST_FILES.fix-oss= Alc/backends/oss.c
-SUBST_SED.fix-oss= -e 's,/dev/dsp,${DEVOSSSOUND},'
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/openal-soft/PLIST b/openal-soft/PLIST
deleted file mode 100644
index bafc20f..0000000
--- a/openal-soft/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@comment $NetBSD$
-bin/altonegen
-bin/bsincgen
-bin/makehrtf
-bin/openal-info
-include/AL/al.h
-include/AL/alc.h
-include/AL/alext.h
-include/AL/efx-creative.h
-include/AL/efx-presets.h
-include/AL/efx.h
-lib/libopenal.so
-lib/libopenal.so.1
-lib/libopenal.so.${PKGVERSION}
-lib/pkgconfig/openal.pc
-share/openal/alsoftrc.sample
-share/openal/hrtf/default-44100.mhr
-share/openal/hrtf/default-48000.mhr
diff --git a/openal-soft/buildlink3.mk b/openal-soft/buildlink3.mk
deleted file mode 100644
index 8ef74fb..0000000
--- a/openal-soft/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/09/01 12:33:10 thomasklausner Exp $
-
-BUILDLINK_TREE+= openal-soft
-
-.if !defined(OPENAL_SOFT_BUILDLINK3_MK)
-OPENAL_SOFT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.openal-soft+= openal-soft>=1.5.304
-BUILDLINK_PKGSRCDIR.openal-soft?= ../../wip/openal-soft
-.endif # OPENAL_SOFT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -openal-soft
diff --git a/openal-soft/distinfo b/openal-soft/distinfo
deleted file mode 100644
index 25f43cf..0000000
--- a/openal-soft/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.2 2008/08/02 20:20:20 asau Exp $
-
-SHA1 (openal-soft-1.17.2.tar.bz2) = 5d6151b544caaf53a15b798a495308e421044b0d
-RMD160 (openal-soft-1.17.2.tar.bz2) = 9b384c3bff9e65ec96f4ae7af2754b52871dabfc
-SHA512 (openal-soft-1.17.2.tar.bz2) = 50c20cd3ddada55d91643a79c2894d5a14315d5fc1ed8e870e3d8d3f410e8b7d8da29b838226e7fce37fbeca719ff919b51806f72e4cd529a18fbe8bd68860e3
-Size (openal-soft-1.17.2.tar.bz2) = 486934 bytes
-SHA1 (patch-alc_alcconfig.c) = a137776f204bb75bfa199b0802d985ebe030c10e
-SHA1 (patch-common_threads.c) = 87593018c95c146bc4f51e2e8caa0cf6f769d74b
diff --git a/openal-soft/patches/patch-alc_alcconfig.c b/openal-soft/patches/patch-alc_alcconfig.c
deleted file mode 100644
index 796833a..0000000
--- a/openal-soft/patches/patch-alc_alcconfig.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Allow the Makefile to specify the default config file path.
-
---- Alc/alcConfig.c.orig 2016-01-29 11:04:27.000000000 +0100
-+++ Alc/alcConfig.c 2016-01-29 11:04:41.000000000 +0100
-@@ -353,7 +353,7 @@
- const char *str;
- FILE *f;
-
-- str = "/etc/openal/alsoft.conf";
-+ str = SYS_CONF_DIR "/alsoft.conf";
-
- TRACE("Loading config %s...\n", str);
- f = al_fopen(str, "r");
diff --git a/openal-soft/patches/patch-common_threads.c b/openal-soft/patches/patch-common_threads.c
deleted file mode 100644
index 01e929b..0000000
--- a/openal-soft/patches/patch-common_threads.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-Adjust usage of pthread_setname_np(3).
-
---- common/threads.c.orig 2016-01-25 04:12:39.000000000 +0100
-+++ common/threads.c 2016-01-29 18:13:41.000000000 +0100
-@@ -501,8 +501,12 @@
- if(althrd_equal(thr, althrd_current()))
- pthread_setname_np(name);
- #else
-+#if defined(__NetBSD__)
-+ pthread_setname_np(thr, "%s", name);
-+#else
- pthread_setname_np(thr, name);
- #endif
-+#endif
- #elif defined(HAVE_PTHREAD_SET_NAME_NP)
- pthread_set_name_np(thr, name);
- #else
Home |
Main Index |
Thread Index |
Old Index