From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20712138334 for ; Wed, 12 Dec 2018 23:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A29E09DE; Wed, 12 Dec 2018 23:49:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8327DE09DE for ; Wed, 12 Dec 2018 23:49:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1374335D15 for ; Wed, 12 Dec 2018 23:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167B14CB for ; Wed, 12 Dec 2018 23:48:58 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1544658529.c0fe1489af29c9159ec8709779e7a56cbd657047.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/adplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/adplay/Manifest media-sound/adplay/adplay-1.8.ebuild media-sound/adplay/metadata.xml X-VCS-Directories: media-sound/adplay/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c0fe1489af29c9159ec8709779e7a56cbd657047 X-VCS-Branch: master Date: Wed, 12 Dec 2018 23:48:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecbf0766-02d1-4b09-9346-00b1c8fef591 X-Archives-Hash: 21c95154f28c5e90e4481c56362c2c9a commit: c0fe1489af29c9159ec8709779e7a56cbd657047 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 12 23:48:43 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 12 23:48:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fe1489 media-sound/adplay: bump up to 1.8, bug #638580 New release fixes build failure against modern glibc. Reported-by: Steffen 'j0inty' Stollfuß Closes: https://bugs.gentoo.org/638580 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> media-sound/adplay/Manifest | 1 + media-sound/adplay/adplay-1.8.ebuild | 30 ++++++++++++++++++++++++++++++ media-sound/adplay/metadata.xml | 1 + 3 files changed, 32 insertions(+) diff --git a/media-sound/adplay/Manifest b/media-sound/adplay/Manifest index 0bb775e5a85..95a5684f778 100644 --- a/media-sound/adplay/Manifest +++ b/media-sound/adplay/Manifest @@ -1 +1,2 @@ DIST adplay-1.7.tar.bz2 264340 BLAKE2B ea9231c66a8233ee1d026bccd073440cbbc0e8868469aee33ec0e18c7d893fa24dd20bb4fe960f908db0666e7ee5c6a4afd14051b851b011418796cc0cc2c939 SHA512 854a9bee1057d3a42308d9149e74a8abae0b6bdfda5e1466086df9d6aeed4bbc92a045bca02917fc699b43195572b39c6316ddf56ee3441add1a01d6cbbdfcbe +DIST adplay-1.8.tar.bz2 333582 BLAKE2B e5d0e3baf3f37adb1a2f42eee368fbbcb3947b0c651415b60d5f1d648d004789eae0ef75b7e6ac8ad9f90ac9941332e713e36555167648a40a871659083d1b59 SHA512 6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7 diff --git a/media-sound/adplay/adplay-1.8.ebuild b/media-sound/adplay/adplay-1.8.ebuild new file mode 100644 index 00000000000..76afd8fa9a6 --- /dev/null +++ b/media-sound/adplay/adplay-1.8.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A console player for AdLib music" +HOMEPAGE="https://adplug.github.io/" +SRC_URI="https://github.com/adplug/adplay-unix/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="alsa ao oss sdl" + +RDEPEND=">=media-libs/adplug-2.2.1 + dev-cpp/libbinio + alsa? ( media-libs/alsa-lib ) + ao? ( media-libs/libao ) + sdl? ( media-libs/libsdl )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf \ + --disable-output-esound \ + $(use_enable alsa output-alsa) \ + $(use_enable ao output-ao) \ + $(use_enable oss output-oss) \ + $(use_enable sdl output-sdl) +} diff --git a/media-sound/adplay/metadata.xml b/media-sound/adplay/metadata.xml index 3be2784242d..dc329baaf1b 100644 --- a/media-sound/adplay/metadata.xml +++ b/media-sound/adplay/metadata.xml @@ -7,5 +7,6 @@ adplug + adplug/adplay-unix