* [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
@ 2017-04-22 15:55 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2017-04-22 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 754d8bed52e9e2b59285bc8fb84c40fb89a2e7ad
Author: tomboy64 <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Thu Apr 20 19:08:00 2017 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat Apr 22 15:55:17 2017 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=754d8bed
media-sound/oaml: new package
dependency of games-engines/wyrmgus
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-sound/oaml/metadata.xml | 16 ++++++++++++++++
media-sound/oaml/oaml-1.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/media-sound/oaml/metadata.xml b/media-sound/oaml/metadata.xml
new file mode 100644
index 0000000..943c69b
--- /dev/null
+++ b/media-sound/oaml/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>tomboy64</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-sound/oaml/oaml-1.1.ebuild b/media-sound/oaml/oaml-1.1.ebuild
new file mode 100644
index 0000000..c5bdf9a
--- /dev/null
+++ b/media-sound/oaml/oaml-1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Open Adaptive Music Library"
+HOMEPAGE="https://oamldev.github.io"
+SRC_URI="https://github.com/oamldev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ogg static-libs"
+
+DEPEND="
+ ogg? (
+ static-libs? (
+ media-libs/libogg[static-libs]
+ media-libs/libvorbis[static-libs]
+ )
+ !static-libs? (
+ media-libs/libogg
+ media-libs/libvorbis
+ )
+ )
+ media-libs/alsa-lib
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_STATIC=$(usex static-libs)
+ -DENABLE_OGG=$(usex ogg)
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
@ 2018-11-10 23:44 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
To: gentoo-commits
commit: be62558bace3fed6e43138d7128ee93cd8429b1f
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 21:49:44 2018 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=be62558b
media-sound/oaml: minor fixes to package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-sound/oaml/metadata.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/media-sound/oaml/metadata.xml b/media-sound/oaml/metadata.xml
index 943c69b..0bdcb89 100644
--- a/media-sound/oaml/metadata.xml
+++ b/media-sound/oaml/metadata.xml
@@ -3,14 +3,6 @@
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
- <name>tomboy64</name>
- </maintainer>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <name>tomboy64</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
@ 2019-08-08 21:46 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2019-08-08 21:46 UTC (permalink / raw
To: gentoo-commits
commit: b8d1962e8813a1d8a56c767cb03cad5dd7715a18
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 8 21:46:40 2019 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Aug 8 21:46:40 2019 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b8d1962e
media-sound/oaml: update to 1.3.4
Package-Manager: Portage-2.3.66, Repoman-2.3.16
media-sound/oaml/metadata.xml | 3 +++
.../oaml/{oaml-1.1.ebuild => oaml-1.3.4.ebuild} | 18 +++++++-----------
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/media-sound/oaml/metadata.xml b/media-sound/oaml/metadata.xml
index 0bdcb89..964f423 100644
--- a/media-sound/oaml/metadata.xml
+++ b/media-sound/oaml/metadata.xml
@@ -5,4 +5,7 @@
<email>tomboy64@sina.cn</email>
<name>tomboy64</name>
</maintainer>
+ <use>
+ <flag name='soxr'>Enable SOXR support</flag>
+ </use>
</pkgmetadata>
diff --git a/media-sound/oaml/oaml-1.1.ebuild b/media-sound/oaml/oaml-1.3.4.ebuild
similarity index 68%
rename from media-sound/oaml/oaml-1.1.ebuild
rename to media-sound/oaml/oaml-1.3.4.ebuild
index c5bdf9a..84da05b 100644
--- a/media-sound/oaml/oaml-1.1.ebuild
+++ b/media-sound/oaml/oaml-1.3.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-utils
@@ -12,19 +12,14 @@ SRC_URI="https://github.com/oamldev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ogg static-libs"
+IUSE="ogg soxr static-libs"
DEPEND="
ogg? (
- static-libs? (
- media-libs/libogg[static-libs]
- media-libs/libvorbis[static-libs]
+ media-libs/libogg[static-libs?]
+ media-libs/libvorbis[static-libs?]
)
- !static-libs? (
- media-libs/libogg
- media-libs/libvorbis
- )
- )
+ soxr? ( media-libs/soxr )
media-libs/alsa-lib
"
RDEPEND="${DEPEND}"
@@ -33,6 +28,7 @@ src_configure() {
local mycmakeargs=(
-DENABLE_STATIC=$(usex static-libs)
-DENABLE_OGG=$(usex ogg)
+ -DENABLE_SOXR=$(usex soxr)
)
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
@ 2021-07-12 20:47 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2021-07-12 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 18979b7bc021e1eafa012c8757437f0a44e6a650
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 20:43:51 2021 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 12 20:45:59 2021 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=18979b7b
media-sound/oaml: migrate to cmake.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
media-sound/oaml/oaml-1.3.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/oaml/oaml-1.3.4.ebuild b/media-sound/oaml/oaml-1.3.4.ebuild
index 84da05b..41b6905 100644
--- a/media-sound/oaml/oaml-1.3.4.ebuild
+++ b/media-sound/oaml/oaml-1.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Open Adaptive Music Library"
HOMEPAGE="https://oamldev.github.io"
@@ -30,5 +30,5 @@ src_configure() {
-DENABLE_OGG=$(usex ogg)
-DENABLE_SOXR=$(usex soxr)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-12 20:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-08 21:46 [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2021-07-12 20:47 Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2017-04-22 15:55 Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox