diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/openal | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/openal')
-rw-r--r-- | media-libs/openal/Manifest | 2 | ||||
-rw-r--r-- | media-libs/openal/metadata.xml | 8 | ||||
-rw-r--r-- | media-libs/openal/openal-1.15.1-r1.ebuild | 56 | ||||
-rw-r--r-- | media-libs/openal/openal-1.15.1-r2.ebuild | 51 | ||||
-rw-r--r-- | media-libs/openal/openal-1.15.1.ebuild | 43 | ||||
-rw-r--r-- | media-libs/openal/openal-1.16.0.ebuild | 60 |
6 files changed, 220 insertions, 0 deletions
diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest new file mode 100644 index 000000000000..e764cc72c78a --- /dev/null +++ b/media-libs/openal/Manifest @@ -0,0 +1,2 @@ +DIST openal-soft-1.15.1.tar.bz2 253006 SHA256 0e29a162f0841ccb4135ce76e92e8a704589b680a85eddf76f898de5236eb056 SHA512 ca6dafdd503d06892dff08763bc00b974ec6e7c4bf3dcebb4cb41a486b4ea777c278299a198db182fee888a19a5716bd57d91a2859b764a532138a79f2bd672f WHIRLPOOL a47fcf4cc5da9576cb4683371979175111a1ec746c87ea1140bfb1b71433a3fe5d3df338e8844ab62adc0e6decb4b481d6d8fedb6f635b5bac715d5789077902 +DIST openal-soft-1.16.0.tar.bz2 393280 SHA256 2f3dcd313fe26391284fbf8596863723f99c65d6c6846dccb48e79cadaf40d5f SHA512 b89e46902ce475afd47c4c153ae666646e8b277abf1be97f92b6a10dc585ed780c663591398a9fd7e4118595dd45d2d8d6df0101b4148686150bbb3fe2939ddc WHIRLPOOL c1143c0bc0b7299d088b2a2c440309461ba50efd4e8a924066b08411b0f66a02fb92afb6e5a9edc42552a7b59103ec204165b974bdc3297c963e8f9c0dfc55c0 diff --git a/media-libs/openal/metadata.xml b/media-libs/openal/metadata.xml new file mode 100644 index 000000000000..5f943cfbcf91 --- /dev/null +++ b/media-libs/openal/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sound</herd> + <use> + <flag name='alstream'>Build and install the FFmpeg based alstream example utility</flag> + </use> +</pkgmetadata> diff --git a/media-libs/openal/openal-1.15.1-r1.ebuild b/media-libs/openal/openal-1.15.1-r1.ebuild new file mode 100644 index 000000000000..523716240183 --- /dev/null +++ b/media-libs/openal/openal-1.15.1-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-multilib + +MY_P=${PN}-soft-${PV} + +DESCRIPTION="A software implementation of the OpenAL 3D audio API" +HOMEPAGE="http://kcat.strangesoft.net/openal.html" +SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="alsa alstream coreaudio debug neon oss portaudio pulseaudio cpu_flags_x86_sse" + +RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + alstream? ( virtual/ffmpeg ) + portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + abi_x86_32? ( + !<app-emulation/emul-linux-x86-sdl-20131008-r1 + !app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + oss? ( virtual/os-headers )" + +S=${WORKDIR}/${MY_P} + +DOCS="alsoftrc.sample env-vars.txt hrtf.txt README" + +src_configure() { + my_configure() { + local mycmakeargs=( + $(cmake-utils_use alsa) + $(cmake-utils_use coreaudio) + $(cmake-utils_use neon) + $(cmake-utils_use oss) + $(cmake-utils_use portaudio) + $(cmake-utils_use pulseaudio) + $(cmake-utils_use cpu_flags_x86_sse sse) + ) + + if multilib_is_native_abi; then + mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) ) + else + mycmakeargs+=( "-DEXAMPLES=OFF" ) + fi + + cmake-utils_src_configure + } + + multilib_parallel_foreach_abi my_configure +} diff --git a/media-libs/openal/openal-1.15.1-r2.ebuild b/media-libs/openal/openal-1.15.1-r2.ebuild new file mode 100644 index 000000000000..a2bae3748e55 --- /dev/null +++ b/media-libs/openal/openal-1.15.1-r2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-multilib + +MY_P=${PN}-soft-${PV} + +DESCRIPTION="A software implementation of the OpenAL 3D audio API" +HOMEPAGE="http://kcat.strangesoft.net/openal.html" +SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="alsa coreaudio debug neon oss portaudio pulseaudio cpu_flags_x86_sse" + +RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + abi_x86_32? ( + !<app-emulation/emul-linux-x86-sdl-20131008-r1 + !app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + oss? ( virtual/os-headers )" + +S=${WORKDIR}/${MY_P} + +DOCS="alsoftrc.sample env-vars.txt hrtf.txt README" + +src_configure() { + # -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670 + my_configure() { + local mycmakeargs=( + $(cmake-utils_use alsa) + $(cmake-utils_use coreaudio) + $(cmake-utils_use neon) + $(cmake-utils_use oss) + $(cmake-utils_use portaudio) + $(cmake-utils_use pulseaudio) + $(cmake-utils_use cpu_flags_x86_sse sse) + -DEXAMPLES=OFF + ) + + cmake-utils_src_configure + } + + multilib_parallel_foreach_abi my_configure +} diff --git a/media-libs/openal/openal-1.15.1.ebuild b/media-libs/openal/openal-1.15.1.ebuild new file mode 100644 index 000000000000..c533b70ac980 --- /dev/null +++ b/media-libs/openal/openal-1.15.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +MY_P=${PN}-soft-${PV} + +DESCRIPTION="A software implementation of the OpenAL 3D audio API" +HOMEPAGE="http://kcat.strangesoft.net/openal.html" +SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="alsa alstream coreaudio debug neon oss portaudio pulseaudio cpu_flags_x86_sse" + +RDEPEND="alsa? ( media-libs/alsa-lib ) + alstream? ( virtual/ffmpeg ) + portaudio? ( >=media-libs/portaudio-19_pre ) + pulseaudio? ( media-sound/pulseaudio )" +DEPEND="${RDEPEND} + oss? ( virtual/os-headers )" + +S=${WORKDIR}/${MY_P} + +DOCS="alsoftrc.sample env-vars.txt hrtf.txt README" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use alsa) + $(cmake-utils_use coreaudio) + $(cmake-utils_use alstream EXAMPLES) + $(cmake-utils_use neon) + $(cmake-utils_use oss) + $(cmake-utils_use portaudio) + $(cmake-utils_use pulseaudio) + $(cmake-utils_use cpu_flags_x86_sse sse) + ) + + cmake-utils_src_configure +} diff --git a/media-libs/openal/openal-1.16.0.ebuild b/media-libs/openal/openal-1.16.0.ebuild new file mode 100644 index 000000000000..089fb337fa69 --- /dev/null +++ b/media-libs/openal/openal-1.16.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-multilib + +MY_P=${PN}-soft-${PV} + +DESCRIPTION="A software implementation of the OpenAL 3D audio API" +HOMEPAGE="http://kcat.strangesoft.net/openal.html" +SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE=" + alsa coreaudio debug oss portaudio pulseaudio qt4 + cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 + neon +" + +RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) + abi_x86_32? ( + !<app-emulation/emul-linux-x86-sdl-20131008-r1 + !app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + oss? ( virtual/os-headers )" + +S=${WORKDIR}/${MY_P} + +DOCS="alsoftrc.sample env-vars.txt hrtf.txt README" + +src_configure() { + # -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670 + my_configure() { + local mycmakeargs=( + "-DALSOFT_BACKEND_ALSA=$(usex alsa ON OFF)" + "-DALSOFT_BACKEND_COREAUDIO=$(usex coreaudio ON OFF)" + "-DALSOFT_BACKEND_OSS=$(usex oss ON OFF)" + "-DALSOFT_BACKEND_PORTAUDIO=$(usex portaudio ON OFF)" + "-DALSOFT_BACKEND_PULSEAUDIO=$(usex pulseaudio ON OFF)" + "-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse ON OFF)" + "-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)" + "-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)" + "-DALSOFT_CPUEXT_NEON=$(usex neon ON OFF)" + "-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")" + "-DALSOFT_NO_CONFIG_UTIL=$(usex qt4 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)" + "-DALSOFT_EXAMPLES=OFF" + ) + + cmake-utils_src_configure + } + + multilib_parallel_foreach_abi my_configure +} |