pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul  1 12:30:21 UTC 2019

Modified Files:
        pkgsrc/audio: Makefile
Removed Files:
        pkgsrc/audio/openal: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/audio/openal/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-common_include_AL_alc.h
            patch-src_arch_i386_x86__floatmul.c
            patch-src_backends_alc__backend__darwin.c

Log Message:
Remove original OpenAL implementation (audio/openal).

As far as I can tell, no package is using this. They are all using
audio/openal-soft instead.

Brief history of OpenAL: This is the original reference implementation,
developed by Loki Software and Creative Labs. This was eventually made
proprietary, the open source version packaged here was discontinued, and
OpenAL-Soft was developed as a replacement. This package has pointed
to gentoo distfiles for about 10 years since the original distfiles
disappeared.

We've apparently been planning this since 2016 but nobody got around to it:

https://mail-index.netbsd.org/pkgsrc-users/2016/07/16/msg023531.html


To generate a diff of this commit:
cvs rdiff -u -r1.557 -r1.558 pkgsrc/audio/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/audio/openal/DESCR
cvs rdiff -u -r1.33 -r0 pkgsrc/audio/openal/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/audio/openal/PLIST
cvs rdiff -u -r1.8 -r0 pkgsrc/audio/openal/buildlink3.mk
cvs rdiff -u -r1.18 -r0 pkgsrc/audio/openal/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/audio/openal/patches/patch-aa \
    pkgsrc/audio/openal/patches/patch-ab
cvs rdiff -u -r1.3 -r0 pkgsrc/audio/openal/patches/patch-ac
cvs rdiff -u -r1.4 -r0 pkgsrc/audio/openal/patches/patch-ad \
    pkgsrc/audio/openal/patches/patch-src_arch_i386_x86__floatmul.c
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/openal/patches/patch-ae \
    pkgsrc/audio/openal/patches/patch-common_include_AL_alc.h \
    pkgsrc/audio/openal/patches/patch-src_backends_alc__backend__darwin.c

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

Modified files:

Index: pkgsrc/audio/Makefile
diff -u pkgsrc/audio/Makefile:1.557 pkgsrc/audio/Makefile:1.558
--- pkgsrc/audio/Makefile:1.557 Sun Jun  9 15:46:52 2019
+++ pkgsrc/audio/Makefile       Mon Jul  1 12:30:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.557 2019/06/09 15:46:52 wiz Exp $
+# $NetBSD: Makefile,v 1.558 2019/07/01 12:30:20 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -351,7 +351,6 @@ SUBDIR+=    nosefart
 SUBDIR+=       nspmod
 SUBDIR+=       ocp
 SUBDIR+=       oggasm
-SUBDIR+=       openal
 SUBDIR+=       openal-soft
 SUBDIR+=       opencore-amr
 SUBDIR+=       opus-tools



Home | Main Index | Thread Index | Old Index