diff options
author | nia <nia@pkgsrc.org> | 2020-10-08 10:42:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-08 10:42:48 +0000 |
commit | 46970a5f7558875e9a3919c9cf4605d418655688 (patch) | |
tree | 6a36e563b54a5c010c7c587d8f28ee94e7ec7243 /emulators | |
parent | cd74670e1ffbd682328e86ea759a14761e2643c8 (diff) | |
download | pkgsrc-46970a5f7558875e9a3919c9cf4605d418655688.tar.gz |
Add OpenAL to the SUSE 13.1 Linux emulation subsystem
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse131_32_openal/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse131_linux/Makefile.common | 3 | ||||
-rw-r--r-- | emulators/suse131_linux/emulator.mk | 3 | ||||
-rw-r--r-- | emulators/suse131_openal/DESCR | 6 | ||||
-rw-r--r-- | emulators/suse131_openal/Makefile | 12 | ||||
-rw-r--r-- | emulators/suse131_openal/distinfo | 18 |
7 files changed, 48 insertions, 3 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index f3cee8e941d..72fc17cb2fc 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.334 2020/10/03 08:40:56 nia Exp $ +# $NetBSD: Makefile,v 1.335 2020/10/08 10:42:48 nia Exp $ # COMMENT= Emulators for other operating systems @@ -323,6 +323,7 @@ SUBDIR+= suse131_32_lsb SUBDIR+= suse131_32_motif SUBDIR+= suse131_32_mozilla-nspr SUBDIR+= suse131_32_mozilla-nss +SUBDIR+= suse131_32_openal SUBDIR+= suse131_32_openldap SUBDIR+= suse131_32_openssl SUBDIR+= suse131_32_pulseaudio @@ -372,6 +373,7 @@ SUBDIR+= suse131_lsb SUBDIR+= suse131_motif SUBDIR+= suse131_mozilla-nspr SUBDIR+= suse131_mozilla-nss +SUBDIR+= suse131_openal SUBDIR+= suse131_openldap SUBDIR+= suse131_openssl SUBDIR+= suse131_pulseaudio diff --git a/emulators/suse131_32_openal/Makefile b/emulators/suse131_32_openal/Makefile new file mode 100644 index 00000000000..577d723eea1 --- /dev/null +++ b/emulators/suse131_32_openal/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2020/10/08 10:42:49 nia Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse131_openal/Makefile" diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index 0995956d986..628e60fe880 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2018/04/11 06:59:07 maya Exp $ +# $NetBSD: Makefile.common,v 1.22 2020/10/08 10:42:49 nia Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -40,6 +40,7 @@ # used by emulators/suse131_motif/Makefile # used by emulators/suse131_mozilla-nspr/Makefile # used by emulators/suse131_mozilla-nss/Makefile +# used by emulators/suse131_openal/Makefile # used by emulators/suse131_openldap/Makefile # used by emulators/suse131_openssl/Makefile # used by emulators/suse131_pulseaudio/Makefile diff --git a/emulators/suse131_linux/emulator.mk b/emulators/suse131_linux/emulator.mk index 2aec47b92b8..9c3db353529 100644 --- a/emulators/suse131_linux/emulator.mk +++ b/emulators/suse131_linux/emulator.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator.mk,v 1.10 2019/03/17 01:10:58 tsutsui Exp $ +# $NetBSD: emulator.mk,v 1.11 2020/10/08 10:42:49 nia Exp $ # # This file is included by linux-suse.mk in the emulator framework. # @@ -57,6 +57,7 @@ DEPENDS_suse-13.1.lsb?= suse_lsb${_SUSE_VERSION_REQD}:../../emulators/suse131_l DEPENDS_suse-13.1.motif?= suse_motif${_SUSE_VERSION_REQD}:../../emulators/suse131_motif DEPENDS_suse-13.1.nss?= suse_mozilla-nss${_SUSE_VERSION_REQD}:../../emulators/suse131_mozilla-nss DEPENDS_suse-13.1.nspr?= suse_mozilla-nspr${_SUSE_VERSION_REQD}:../../emulators/suse131_mozilla-nspr +DEPENDS_suse-13.1.openal?= suse_openal${_SUSE_VERSION_REQD}:../../emulators/suse131_openal DEPENDS_suse-13.1.openldap?= suse_openldap${_SUSE_VERSION_REQD}:../../emulators/suse131_openldap DEPENDS_suse-13.1.openssl?= suse_openssl${_SUSE_VERSION_REQD}:../../emulators/suse131_openssl DEPENDS_suse-13.1.png?= suse_libpng${_SUSE_VERSION_REQD}:../../emulators/suse131_libpng diff --git a/emulators/suse131_openal/DESCR b/emulators/suse131_openal/DESCR new file mode 100644 index 00000000000..80475d1085d --- /dev/null +++ b/emulators/suse131_openal/DESCR @@ -0,0 +1,6 @@ +Linux compatibility package based on the openSUSE Linux distribution. +Please visit http://www.opensuse.org/ for more information about openSUSE +Linux. + +This package supports running ELF binaries linked with glibc2 that +require OpenAL shared libraries. diff --git a/emulators/suse131_openal/Makefile b/emulators/suse131_openal/Makefile new file mode 100644 index 00000000000..21c0ba81b9e --- /dev/null +++ b/emulators/suse131_openal/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2020/10/08 10:42:49 nia Exp $ + +PKGNAME= suse_openal-${SUSE_VERSION} +CATEGORIES= emulators +RPMPKGS+= libopenal1-1.15.1-2.1.2.${SUSE_ARCH} +RPMPKGS+= openal-soft-1.15.1-2.1.2.${SUSE_ARCH} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Linux compatibility package for OpenAL + +.include "../../emulators/suse131_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse131_openal/distinfo b/emulators/suse131_openal/distinfo new file mode 100644 index 00000000000..8e8fe08a694 --- /dev/null +++ b/emulators/suse131_openal/distinfo @@ -0,0 +1,18 @@ +$NetBSD: distinfo,v 1.1 2020/10/08 10:42:49 nia Exp $ + +SHA1 (suse131/libopenal1-1.15.1-2.1.2.i586.rpm) = bf81242f8f8a270b8fa74949c6668d186f2e2feb +RMD160 (suse131/libopenal1-1.15.1-2.1.2.i586.rpm) = 6143c68593e0dfcc9e0317d1be61bcdd28e821b3 +SHA512 (suse131/libopenal1-1.15.1-2.1.2.i586.rpm) = 912cfcec28053601db7f5a7dfa2e1752533bb1426b9383e26d7bd61e2b345aef73cabf92633357bffa3bdc24d7b6a38edc19be24c3e893143f5de27d75397e26 +Size (suse131/libopenal1-1.15.1-2.1.2.i586.rpm) = 162952 bytes +SHA1 (suse131/libopenal1-1.15.1-2.1.2.x86_64.rpm) = 8ae291e48a11dae6d45359bb64173b51af645622 +RMD160 (suse131/libopenal1-1.15.1-2.1.2.x86_64.rpm) = 03109fb998bf9734c78ec4cac1e439b0d0493086 +SHA512 (suse131/libopenal1-1.15.1-2.1.2.x86_64.rpm) = 3ca9544aaac786f5677eeab4a8b0ec42f026d43428469443ade4257efb97ad1a12b273564a6da19d5935c23cf7f7d6ae4ef39dd1a64ab346e8034d3935f1f308 +Size (suse131/libopenal1-1.15.1-2.1.2.x86_64.rpm) = 166203 bytes +SHA1 (suse131/openal-soft-1.15.1-2.1.2.i586.rpm) = acf08c01af633af66dcfcf38b7d762fd7a16abfd +RMD160 (suse131/openal-soft-1.15.1-2.1.2.i586.rpm) = a88095ca5115c56280000fa746afa95de5ea5c5e +SHA512 (suse131/openal-soft-1.15.1-2.1.2.i586.rpm) = edf96a80e596ee24afdc818b72bd2c2e06bdefdb4f52b6e499eda972c34111267d41673067db7853b5daee330275c6fe12dfe2da58fb95d3bca8ca9e14695cd9 +Size (suse131/openal-soft-1.15.1-2.1.2.i586.rpm) = 33550 bytes +SHA1 (suse131/openal-soft-1.15.1-2.1.2.x86_64.rpm) = f7cddb9fc6d145e5706de1d9a05c9a5d5787eb4d +RMD160 (suse131/openal-soft-1.15.1-2.1.2.x86_64.rpm) = 8aff9ada783289e91eab0a7270a432e479aa58f9 +SHA512 (suse131/openal-soft-1.15.1-2.1.2.x86_64.rpm) = 69c08bb3e18aa650c184fadc459f3abaae29a0a30c614f8192e5d8b0ef016b457520bef088b72c444e593ea540857d941a995e4e69784c3c8560230e2ebcfc7d +Size (suse131/openal-soft-1.15.1-2.1.2.x86_64.rpm) = 33612 bytes |