From b2be182d49eea46686b5cf2680d457df61e89dc4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jun 2018 08:49:38 +0100 Subject: gentoo resync : 30.06.2018 --- x11-misc/mixer_app/Manifest | 3 +- .../mixer_app/files/mixer_app-1.8.0-build.patch | 4 +-- x11-misc/mixer_app/mixer_app-1.8.0-r1.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 x11-misc/mixer_app/mixer_app-1.8.0-r1.ebuild (limited to 'x11-misc/mixer_app') diff --git a/x11-misc/mixer_app/Manifest b/x11-misc/mixer_app/Manifest index e7b15828bb85..7ea0f0b30e7f 100644 --- a/x11-misc/mixer_app/Manifest +++ b/x11-misc/mixer_app/Manifest @@ -1,4 +1,5 @@ -AUX mixer_app-1.8.0-build.patch 1018 BLAKE2B 612ba11eea272c120dfb499a9324c427612463c057ef4593010aa9bdd9799dab05d9052c6a4add45b780b423f0123b62c4c76bbd4721d495425b08b6652e6c8a SHA512 3d0146efd88070b803b14434c93baaa635f54f10324155cdfcf08555cac11f655d40b257bde6e25f83f04d96a63da66895d8460d4bc6b9211c1cb9956b199602 +AUX mixer_app-1.8.0-build.patch 1022 BLAKE2B bab0aace19b3952fae352ead05748166dd792edf05114d815049db2e4bd1b2f5e8d3b336292f81737762d279690841e09b1757a69f84370ae486e46463b667c1 SHA512 46c6e10f1e8dabede4dab55dc5293e24061ac45ea4c1d4dc114913d4cb2b8d2ca2a4ffe7b555de4001416ed56a67e74925da2a9f33d89a2e8a0037a58a59cad5 DIST Mixer.app-1.8.0.tar.gz 37884 BLAKE2B 53c44947e59fa2b4f975a70a33cae76c1f721f3408021ffdbaa37750f26b67e2dc71457b5b08e7b29ea60dbafe34ed3a6ba0c22d7414c8f3bd0c5186207f62f0 SHA512 2b965cefda7ae93d8588b717becf25430f3dc5d1d6c3e38d24eac711999ced9c671cfdc76a0601022cf1fc7298d179b5780ce7a3bcf33291ac4d8ea215cd53f1 +EBUILD mixer_app-1.8.0-r1.ebuild 692 BLAKE2B ac9c342be8b3db5ca9570f42e8d8d7aebbbb51717dc192a808eeaa59b7caec8ad6cbbfd857346d03834e97eb1cc2277394406aa7962cb6e7b9abbebaad873f8b SHA512 4f1cc12b461be5361190350d41332f10df68b52b5255c6a83ac06ee53f3ff8d89f61bd73765095603135b4de3795df265483e6307c644bddfece54df23abaaa1 EBUILD mixer_app-1.8.0.ebuild 706 BLAKE2B 84630771fd74ad20e4ff028ba8c59c2fee8f8e33bb09ea2051ff1d424a17a3daf88e0f27f8bb0a35202648ec35875e5aeae71b21dad6adc298a49a0d27a9d70f SHA512 34521e19c17ceb74270e767ddd56d87653e061383ff87e181de7605f22bfed5269f8c50b2b82f21a767655dc9a7caef00d7f1725347024e16f893bd1e720a34c MISC metadata.xml 252 BLAKE2B f7125c07f7cb9fe1a8d301f198091320ba83ef3547e579b9825298715066ba3506be216900b5317106da011f95df9411b99b100f14f741832ab500fda6acb788 SHA512 6a56c24e3731dd9512fa264d3dce1fe36ace891a17394c483586e0be1fffd153e901228d3ee9c471a226b04cec27d3f78ed2de491e46238de4b06538dab7e724 diff --git a/x11-misc/mixer_app/files/mixer_app-1.8.0-build.patch b/x11-misc/mixer_app/files/mixer_app-1.8.0-build.patch index f36ea6e78ec6..232a4cc4e9a3 100644 --- a/x11-misc/mixer_app/files/mixer_app-1.8.0-build.patch +++ b/x11-misc/mixer_app/files/mixer_app-1.8.0-build.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -2,32 +2,24 @@ # Mixer.app Makefile # diff --git a/x11-misc/mixer_app/mixer_app-1.8.0-r1.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0-r1.ebuild new file mode 100644 index 000000000000..45d98e6279df --- /dev/null +++ b/x11-misc/mixer_app/mixer_app-1.8.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +MY_P=Mixer.app-${PV} + +DESCRIPTION="mixer_app has volume controllers that can be configured to handle sound sources" +HOMEPAGE="http://www.fukt.bsnet.se/~per/mixer/" +SRC_URI="http://www.fukt.bsnet.se/~per/mixer/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + virtual/os-headers + x11-base/xorg-proto" + +S=${WORKDIR}/${MY_P} + +DOCS=( ChangeLog README ) + +PATCHES=( "${FILESDIR}"/${P}-build.patch ) + +src_compile() { + tc-export CXX + emake +} -- cgit v1.2.3