[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2019-10-10 Thread Michał Górny
commit: 58f481a78d5fa7085381d7a62ba49f6ef4865b23
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 10 17:31:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 10 17:39:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f481a7

games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp

Closes: https://bugs.gentoo.org/697440
Signed-off-by: Michał Górny  gentoo.org>

 .../mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild
index 5b2611dce5b..0060f4baaaf 100644
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild
@@ -15,10 +15,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="libsamplerate oss speex"
 
-RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0=
+RDEPEND=">=games-emulation/mupen64plus-core-${PV}:=
media-libs/libsdl2:0=[sound]
-   libsamplerate? ( media-libs/libsamplerate:0= )
-   speex? ( media-libs/speex:0= )"
+   libsamplerate? ( media-libs/libsamplerate:= )
+   speex? (
+   media-libs/speex:=
+   media-libs/speexdsp:=
+   )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2019-09-27 Thread Michał Górny
commit: 5e911a189676f7d04d48c1ab047e60db17ce6370
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:33:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e911a18

games-emulation/mupen64plus-audio-sdl: Drop old (2.5)

Signed-off-by: Michał Górny  gentoo.org>

 games-emulation/mupen64plus-audio-sdl/Manifest |  1 -
 .../mupen64plus-audio-sdl-2.5.ebuild   | 84 --
 2 files changed, 85 deletions(-)

diff --git a/games-emulation/mupen64plus-audio-sdl/Manifest 
b/games-emulation/mupen64plus-audio-sdl/Manifest
index aa7a496f84b..2ff374efa5f 100644
--- a/games-emulation/mupen64plus-audio-sdl/Manifest
+++ b/games-emulation/mupen64plus-audio-sdl/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-audio-sdl-src-2.5.9.tar.gz 28884 BLAKE2B 
a32aeff100e86f610e3b514718c6a4a786c6f88911f8782dcbc9b8a2d238c31984e5d119e31533363d8f848bf840ff7350ba41dea70e716d50cce14f2398c836
 SHA512 
624f7061b4909a5de071fbb8cf6432fd4b6ad390ea3f7dc7ae7a874dc922afee55352e53d48fba43d45a3282e9382e6b5774814c2a7d9724e134a01188596ea9
-DIST mupen64plus-audio-sdl-src-2.5.tar.gz 26147 BLAKE2B 
bcd0c76d1e4fffb55940889c329574760101177c7cc48bb6ea9a361be01515ec15261bf1254a8c605db2ebf8166d323b43620e8f7c978cc79603be3ad537a191
 SHA512 
0c63e16449c40f15abdeed968383a218ed9876a92b2c15cbeb6554b20008d6d12996c0fd3bc1c502084791596b8535340596e95a11fe5d27576342740e76db6a

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
deleted file mode 100644
index 09119f1b519..000
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libsamplerate oss speex"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=
-   media-libs/libsdl2:0=[sound]
-   libsamplerate? ( media-libs/libsamplerate:0= )
-   speex? ( media-libs/speex:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
-
-   NO_SPEEX=$(usex speex 0 1)
-   NO_SRC=$(usex libsamplerate 0 1)
-   NO_OSS=$(usex oss 0 1)
-   # not packaged (https://github.com/nemomobile/libaudioresource)
-   USE_AUDIORESOURCE=0
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2019-09-15 Thread Michał Górny
commit: 7c813772f741fe6030b61bcaa72cc5c317ee9ab2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 15 08:46:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 15 09:51:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c813772

games-emulation/mupen64plus-audio-sdl: Bump to 2.5.9

Signed-off-by: Michał Górny  gentoo.org>

 games-emulation/mupen64plus-audio-sdl/Manifest |  1 +
 .../mupen64plus-audio-sdl-2.5.9.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/games-emulation/mupen64plus-audio-sdl/Manifest 
b/games-emulation/mupen64plus-audio-sdl/Manifest
index 079761aa8e6..aa7a496f84b 100644
--- a/games-emulation/mupen64plus-audio-sdl/Manifest
+++ b/games-emulation/mupen64plus-audio-sdl/Manifest
@@ -1 +1,2 @@
+DIST mupen64plus-audio-sdl-src-2.5.9.tar.gz 28884 BLAKE2B 
a32aeff100e86f610e3b514718c6a4a786c6f88911f8782dcbc9b8a2d238c31984e5d119e31533363d8f848bf840ff7350ba41dea70e716d50cce14f2398c836
 SHA512 
624f7061b4909a5de071fbb8cf6432fd4b6ad390ea3f7dc7ae7a874dc922afee55352e53d48fba43d45a3282e9382e6b5774814c2a7d9724e134a01188596ea9
 DIST mupen64plus-audio-sdl-src-2.5.tar.gz 26147 BLAKE2B 
bcd0c76d1e4fffb55940889c329574760101177c7cc48bb6ea9a361be01515ec15261bf1254a8c605db2ebf8166d323b43620e8f7c978cc79603be3ad537a191
 SHA512 
0c63e16449c40f15abdeed968383a218ed9876a92b2c15cbeb6554b20008d6d12996c0fd3bc1c502084791596b8535340596e95a11fe5d27576342740e76db6a

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild
new file mode 100644
index 000..5b2611dce5b
--- /dev/null
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}-src-${PV}
+inherit toolchain-funcs
+
+DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
+HOMEPAGE="https://www.mupen64plus.org/;
+SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libsamplerate oss speex"
+
+RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0=
+   media-libs/libsdl2:0=[sound]
+   libsamplerate? ( media-libs/libsamplerate:0= )
+   speex? ( media-libs/speex:0= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # avoid implicitly appending CPU flags
+   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
+}
+
+src_compile() {
+   MAKEARGS=(
+   # Note: please keep this in sync in all of mupen64plus-* 
packages
+
+   -C projects/unix
+
+   # this basically means: GNU userspace
+   UNAME=Linux
+
+   # verbose output
+   V=1
+
+   CROSS_COMPILE="${CHOST}-"
+   CC="$(tc-getCC)"
+   CXX="$(tc-getCXX)"
+   PKG_CONFIG="$(tc-getPKG_CONFIG)"
+   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
+   # so we can leave OPTFLAGS empty
+   OPTFLAGS=
+
+   # paths, some of them are used at compile time
+   PREFIX=/usr
+   LIBDIR=/usr/$(get_libdir)
+
+   # disable unwanted magic
+   LDCONFIG=:
+   INSTALL_STRIP_FLAG=
+
+   # Package-specific stuff
+
+   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
+   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
+   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
+
+   NO_SPEEX=$(usex speex 0 1)
+   NO_SRC=$(usex libsamplerate 0 1)
+   NO_OSS=$(usex oss 0 1)
+   # not packaged (https://github.com/nemomobile/libaudioresource)
+   USE_AUDIORESOURCE=0
+   )
+
+   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
+   use x86 && MAKEARGS+=( HOST_CPU=i386 )
+
+   emake "${MAKEARGS[@]}" all
+}
+
+src_install() {
+   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
+   dodoc RELEASE
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2019-09-15 Thread Michał Górny
commit: 14d0892e510996f3ebae7d73c740500c619024a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 15 08:03:54 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 15 09:51:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d0892e

games-emulation/mupen64plus-audio-sdl: Switch HOMEPAGE to https

Signed-off-by: Michał Górny  gentoo.org>

 games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
index 9ddb524fc2d..09119f1b519 100644
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
@@ -7,7 +7,7 @@ MY_P=${PN}-src-${PV}
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="http://www.mupen64plus.org/;
+HOMEPAGE="https://www.mupen64plus.org/;
 
SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2016-06-11 Thread Pacho Ramos
commit: e801a8917d9317b2570a9dbe280998d367dc0fa7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 20:33:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 20:38:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e801a891

games-emulation/mupen64plus-audio-sdl: Cleanup due to #261692

Package-Manager: portage-2.3.0_rc1

 games-emulation/mupen64plus-audio-sdl/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/games-emulation/mupen64plus-audio-sdl/metadata.xml 
b/games-emulation/mupen64plus-audio-sdl/metadata.xml
index 68b6cff..98ab28b 100644
--- a/games-emulation/mupen64plus-audio-sdl/metadata.xml
+++ b/games-emulation/mupen64plus-audio-sdl/metadata.xml
@@ -5,10 +5,6 @@
mgo...@gentoo.org
Michał Górny

-   
-   jo...@gentoo.org
-   Christian Birchinger
-   

mupen64plus/mupen64plus-audio-sdl




[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2015-09-01 Thread Tobias Klausmann
commit: 93ed81892042348ab99bf3aebc81382e233c31e5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  1 19:33:55 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  1 19:33:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ed8189

games-emulation/mupen64plus-audio-sdl: Fixing HOMEPAGE move due to 
code.google.com shutdown

Package-Manager: portage-2.2.20.1

 .../mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0-r1.ebuild   | 2 +-
 games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0-r1.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0-r1.ebuild
index 135b9b0..05e53f1 100644
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0-r1.ebuild
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0-r1.ebuild
@@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV}
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="https://code.google.com/p/mupen64plus/;
+HOMEPAGE="http://www.mupen64plus.org/;
 
SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild
index 0982a64..5380f9d 100644
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild
+++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild
@@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV}
 inherit eutils toolchain-funcs games
 
 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="https://code.google.com/p/mupen64plus/;
+HOMEPAGE="http://www.mupen64plus.org/;
 
SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"