public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
Date: Thu,  8 Aug 2019 21:46:56 +0000 (UTC)	[thread overview]
Message-ID: <1565300800.b8d1962e8813a1d8a56c767cb03cad5dd7715a18.winterheart@gentoo> (raw)

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
 }


             reply	other threads:[~2019-08-08 21:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 21:46 Azamat H. Hackimov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-12 20:47 [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/ Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2017-04-22 15:55 Vadim A. Misbakh-Soloviov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565300800.b8d1962e8813a1d8a56c767cb03cad5dd7715a18.winterheart@gentoo \
    --to=winterheart@gentoo.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox