media-sound/pnmixer: add scm version

I'm upstream and we test the master branch fairly well.

Change-Id: Id707f05afb2fc146dca3e725ac0189f066ac5a32
Reviewed-on: https://galileo.mailstation.de/gerrit/5526
Retest: Bo Ørsted Andresen <zlin@exherbo.org>
Reviewed-by: Jenkins <wk@mailstation.de>
Reviewed-by: Kylie McClain <somasis@exherbo.org>
This commit is contained in:
Julian Ospald 2017-03-01 22:09:52 +01:00
parent a13ee17386
commit 3037f20c61
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 49 additions and 0 deletions

View File

@ -8,6 +8,7 @@
games-strategy/freesynd[~scm]
media/livestreamer[~scm]
media-gfx/pinta[~scm]
media-sound/pnmixer[~scm]
net-im/gajim-omemo[~scm]
net-im/lurch[~scm]
net-im/pidgin-opensteamworks[~scm]

View File

@ -0,0 +1,48 @@
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
require github [ user='nicklan' ]
SUMMARY="Simple ALSA mixer application designed to run in system tray"
SLOT="0"
LICENCES="GPL-3"
MYOPTIONS="
libnotify
( providers: gtk2 gtk3 ) [[ number-selected = exactly-one ]]
"
PLATFORMS="~amd64"
DEPENDENCIES="
build:
dev-util/intltool
sys-devel/gettext
build+run:
dev-libs/glib:2
sys-sound/alsa-lib
x11-libs/libX11
libnotify? ( x11-libs/libnotify )
providers:gtk2? ( x11-libs/gtk+:2[>=2.16.0] )
providers:gtk3? ( x11-libs/gtk+:3[>=3.6.0] )
suggestion:
(
media-sound/pavucontrol
xfce-extra/xfce4-mixer
) [[
*description = [ ${PN} can use a full mixer if available ]
]]
"
DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
libnotify
'providers:gtk3 gtk3'
)
src_prepare() {
edo intltoolize --force --copy
autotools_src_prepare
}