[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2023-05-27 Thread Sam James
commit: 3f9a8ac6c76959801e20afd44070dadf5821affc
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 13:05:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 13:05:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9a8ac6

media-sound/paprefs: add freedesktop-gitlab upstream metadata

Signed-off-by: Sam James  gentoo.org>

 media-sound/paprefs/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-sound/paprefs/metadata.xml b/media-sound/paprefs/metadata.xml
index b69a849fd57e..6ccd47b263d4 100644
--- a/media-sound/paprefs/metadata.xml
+++ b/media-sound/paprefs/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   so...@gentoo.org
-   Gentoo Sound project
-
+   
+   so...@gentoo.org
+   Gentoo Sound project
+   
+   
+   pulseaudio/paprefs
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2022-12-09 Thread Sam James
commit: 0793a59057c0c090245ee7a374fcb1c062fb85e6
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  9 22:13:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  9 22:13:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0793a590

media-sound/paprefs: support pipewire

New PipeWire adds gsettings support which lets paprefs work.

Signed-off-by: Sam James  gentoo.org>

 media-sound/paprefs/{paprefs-1.2-r2.ebuild => paprefs-1.2-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/paprefs/paprefs-1.2-r2.ebuild 
b/media-sound/paprefs/paprefs-1.2-r3.ebuild
similarity index 90%
rename from media-sound/paprefs/paprefs-1.2-r2.ebuild
rename to media-sound/paprefs/paprefs-1.2-r3.ebuild
index 10b075e5e054..b6b63e2495f1 100644
--- a/media-sound/paprefs/paprefs-1.2-r2.ebuild
+++ b/media-sound/paprefs/paprefs-1.2-r3.ebuild
@@ -17,7 +17,7 @@ RDEPEND="dev-cpp/atkmm:0
dev-cpp/gtkmm:3.0
dev-libs/glib:2
dev-libs/libsigc++:2
-   || ( media-sound/pulseaudio-daemon[glib] 
media-sound/pulseaudio[daemon(+),glib] )
+   || ( media-sound/pulseaudio-daemon[glib] 
media-video/pipewire[gsettings(-)] )
x11-libs/gtk+:3
|| (
x11-themes/tango-icon-theme



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2022-07-08 Thread Sam James
commit: 1737905792081fbb1847f86962b2b668ebb776af
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  9 03:06:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  9 03:06:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17379057

media-sound/paprefs: fix typo in src_configure

Signed-off-by: Sam James  gentoo.org>

 media-sound/paprefs/{paprefs-1.2-r1.ebuild => paprefs-1.2-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/paprefs/paprefs-1.2-r1.ebuild 
b/media-sound/paprefs/paprefs-1.2-r2.ebuild
similarity index 97%
rename from media-sound/paprefs/paprefs-1.2-r1.ebuild
rename to media-sound/paprefs/paprefs-1.2-r2.ebuild
index 299081971142..10b075e5e054 100644
--- a/media-sound/paprefs/paprefs-1.2-r1.ebuild
+++ b/media-sound/paprefs/paprefs-1.2-r2.ebuild
@@ -31,7 +31,8 @@ BDEPEND="
 
 src_configure() {
append-cxxflags -std=c++11 #568590
-   local mymesonargs=(
+
+   local emesonargs=(
-Dlynx=false
)
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/, media-sound/pulseaudio-ctl/, net-misc/pulseaudio-dlna/, ...

2022-02-20 Thread Sam James
commit: 0fbec3a0d5d059d244cc6e383e28daadeb226092
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Fri Feb 18 19:21:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 21 00:42:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbec3a0

media-libs/pulseaudio: Allow pulseaudio-daemon if required

Some packages would require actual pulseaudio daemon,
allow these to depend on media-sound/pulseaudio-daemon

Signed-off-by: Igor V. Kovalenko  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../cadence/{cadence-0.9.1.ebuild => cadence-0.9.1-r1.ebuild}| 4 ++--
 media-sound/paprefs/{paprefs-1.2.ebuild => paprefs-1.2-r1.ebuild}| 2 +-
 .../{pulseaudio-ctl-1.70.ebuild => pulseaudio-ctl-1.70-r1.ebuild}| 4 ++--
 ...-modules-bt-1.4-r2.ebuild => pulseaudio-modules-bt-1.4-r3.ebuild} | 5 -
 net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-sound/cadence/cadence-0.9.1.ebuild 
b/media-sound/cadence/cadence-0.9.1-r1.ebuild
similarity index 94%
rename from media-sound/cadence/cadence-0.9.1.ebuild
rename to media-sound/cadence/cadence-0.9.1-r1.ebuild
index b58caa5bcf98..a7de1a49fe15 100644
--- a/media-sound/cadence/cadence-0.9.1.ebuild
+++ b/media-sound/cadence/cadence-0.9.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -34,7 +34,7 @@ CDEPEND="
media-sound/jack_capture
virtual/jack
a2jmidid? ( media-sound/a2jmidid[dbus] )
-   pulseaudio? ( media-sound/pulseaudio[jack] )
+   pulseaudio? ( || ( media-sound/pulseaudio-daemon[jack] 
media-sound/pulseaudio[daemon(+),jack] ) )
 "
 RDEPEND="${CDEPEND}"
 DEPEND="${CDEPEND}"

diff --git a/media-sound/paprefs/paprefs-1.2.ebuild 
b/media-sound/paprefs/paprefs-1.2-r1.ebuild
similarity index 90%
rename from media-sound/paprefs/paprefs-1.2.ebuild
rename to media-sound/paprefs/paprefs-1.2-r1.ebuild
index 0e6bd7270503..299081971142 100644
--- a/media-sound/paprefs/paprefs-1.2.ebuild
+++ b/media-sound/paprefs/paprefs-1.2-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="dev-cpp/atkmm:0
dev-cpp/gtkmm:3.0
dev-libs/glib:2
dev-libs/libsigc++:2
-   media-sound/pulseaudio[glib]
+   || ( media-sound/pulseaudio-daemon[glib] 
media-sound/pulseaudio[daemon(+),glib] )
x11-libs/gtk+:3
|| (
x11-themes/tango-icon-theme

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
similarity index 82%
rename from media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild
rename to media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
index fc2d4914d693..757d436aadd5 100644
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild
+++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ IUSE=""
 
 # Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
 # in both cases they should be already present if DE supports them
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="|| ( media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] 
)"
 
 src_install() {
emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"

diff --git 
a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r2.ebuild 
b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r3.ebuild
similarity index 94%
rename from 
media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r2.ebuild
rename to media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r3.ebuild
index 5ce55a2c7a12..f40fc7b8e73d 100644
--- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r2.ebuild
+++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.4-r3.ebuild
@@ -26,7 +26,10 @@ DEPEND="
>=net-wireless/bluez-5
>=sys-apps/dbus-1.0.0
ofono-headset? ( >=net-misc/ofono-1.13 )
-   >=media-sound/pulseaudio-${PULSE_VER}[-bluetooth,daemon(+)]
+   || (
+   >=media-sound/pulseaudio-daemon-${PULSE_VER}[-bluetooth]
+   >=media-sound/pulseaudio-${PULSE_VER}[-bluetooth,daemon(+)]
+   )
!media-sound/pulseaudio[bluetooth]
 "
 # Ordinarily media-libs/libldac should be in DEPEND too, but for now upstream 
repo is using a ldac submodule instead.

diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild 
b/net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild
index d314e16809df..6fc29c68a643 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # 

[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2022-01-29 Thread Miroslav Šulc
commit: c99c8a400892fc91b06d782bb85fb61999dc8a81
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jan 29 08:34:52 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jan 29 08:34:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c8a40

media-sound/paprefs: removed obsolete 1.1-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/paprefs/Manifest  |  1 -
 media-sound/paprefs/paprefs-1.1-r1.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index 1ce649818795..8f541ccabdac 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1,2 +1 @@
-DIST paprefs-1.1.tar.xz 69144 BLAKE2B 
9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805
 SHA512 
4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76
 DIST paprefs-1.2.tar.xz 74820 BLAKE2B 
5b4e3b2e4e0e940a7685dbff287cf42951931da1aad6f011a72115a8393bae11f6e80dc09a3e5724afaaac0e6580dcc7a37a9b9b4ab6fc6a53f29647d9980a4d
 SHA512 
2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c

diff --git a/media-sound/paprefs/paprefs-1.1-r1.ebuild 
b/media-sound/paprefs/paprefs-1.1-r1.ebuild
deleted file mode 100644
index fcf064732a0d..
--- a/media-sound/paprefs/paprefs-1.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic meson xdg-utils
-
-DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
-HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
-SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-RDEPEND="dev-cpp/atkmm:0
-   dev-cpp/glibmm:2
-   dev-cpp/gtkmm:3.0
-   dev-libs/glib:2
-   >=dev-libs/libsigc++-2.2:2
-   >=media-sound/pulseaudio-12.0-r1[glib]
-   x11-libs/gtk+:3
-   || (
-   x11-themes/tango-icon-theme
-   x11-themes/adwaita-icon-theme
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   append-cxxflags -std=c++11 #568590
-   local mymesonargs=(
-   -Dlynx=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2022-01-28 Thread Sam James
commit: 6a06d0eeab3c7ca6cc94900248d9692b66ce822e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 28 21:50:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 21:50:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a06d0ee

media-sound/paprefs: Stabilize 1.2 x86, #832191

Signed-off-by: Sam James  gentoo.org>

 media-sound/paprefs/paprefs-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/paprefs/paprefs-1.2.ebuild 
b/media-sound/paprefs/paprefs-1.2.ebuild
index 1e92307bdb60..0e6bd7270503 100644
--- a/media-sound/paprefs/paprefs-1.2.ebuild
+++ b/media-sound/paprefs/paprefs-1.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 RDEPEND="dev-cpp/atkmm:0
dev-cpp/glibmm:2



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2022-01-28 Thread Jakov Smolić
commit: aab860b75a8d0348c918fa0465558a376bf2e663
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jan 28 10:10:54 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jan 28 10:10:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab860b7

media-sound/paprefs: Stabilize 1.2 amd64, #832191

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/paprefs/paprefs-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/paprefs/paprefs-1.2.ebuild 
b/media-sound/paprefs/paprefs-1.2.ebuild
index ee0a35651ddf..1e92307bdb60 100644
--- a/media-sound/paprefs/paprefs-1.2.ebuild
+++ b/media-sound/paprefs/paprefs-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="dev-cpp/atkmm:0
dev-cpp/glibmm:2



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2021-12-28 Thread Miroslav Šulc
commit: eef6437a7b61cda1cc9836a7f2bc9559a81dc606
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Dec 28 08:25:58 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec 28 08:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef6437a

media-sound/paprefs: bump to 1.2

eapi8 + cleanup

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/paprefs/Manifest   |  1 +
 media-sound/paprefs/paprefs-1.2.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index eccaf6aae1dc..1ce649818795 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1 +1,2 @@
 DIST paprefs-1.1.tar.xz 69144 BLAKE2B 
9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805
 SHA512 
4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76
+DIST paprefs-1.2.tar.xz 74820 BLAKE2B 
5b4e3b2e4e0e940a7685dbff287cf42951931da1aad6f011a72115a8393bae11f6e80dc09a3e5724afaaac0e6580dcc7a37a9b9b4ab6fc6a53f29647d9980a4d
 SHA512 
2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c

diff --git a/media-sound/paprefs/paprefs-1.2.ebuild 
b/media-sound/paprefs/paprefs-1.2.ebuild
new file mode 100644
index ..ee0a35651ddf
--- /dev/null
+++ b/media-sound/paprefs/paprefs-1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit flag-o-matic meson xdg
+
+DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
+HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
+SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="dev-cpp/atkmm:0
+   dev-cpp/glibmm:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/glib:2
+   dev-libs/libsigc++:2
+   media-sound/pulseaudio[glib]
+   x11-libs/gtk+:3
+   || (
+   x11-themes/tango-icon-theme
+   x11-themes/adwaita-icon-theme
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   append-cxxflags -std=c++11 #568590
+   local mymesonargs=(
+   -Dlynx=false
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2021-02-15 Thread Matt Turner
commit: fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86
Author: David Michael  gmail  com>
AuthorDate: Sat Feb  6 22:26:31 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb 16 01:25:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0e1c10

media-sound/paprefs: Specify the atkmm slot

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 media-sound/paprefs/{paprefs-1.1.ebuild => paprefs-1.1-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-sound/paprefs/paprefs-1.1.ebuild 
b/media-sound/paprefs/paprefs-1.1-r1.ebuild
similarity index 92%
rename from media-sound/paprefs/paprefs-1.1.ebuild
rename to media-sound/paprefs/paprefs-1.1-r1.ebuild
index 7c72a37b093..fcf064732a0 100644
--- a/media-sound/paprefs/paprefs-1.1.ebuild
+++ b/media-sound/paprefs/paprefs-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,9 +11,8 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
 
-RDEPEND="dev-cpp/atkmm
+RDEPEND="dev-cpp/atkmm:0
dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0
dev-libs/glib:2



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2019-06-05 Thread David Seifert
commit: 867c5c705973ed9b96ee77b9d1d71244313d2fb2
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun  5 08:58:53 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jun  5 08:58:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867c5c70

media-sound/paprefs: Remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-sound/paprefs/Manifest   |  1 -
 .../paprefs/paprefs-0.9.11_pre20180621.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index b171a431fad..eccaf6aae1d 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1,2 +1 @@
-DIST paprefs-0.9.11_pre20180621.tar.xz 221100 BLAKE2B 
d8f79865a0ce6d4491ea252fdef65e700d1ad4cfc253d8b0415a6cd454fe60685a3d647c8720cb50f85033a7bb0d411c404b4d50c43b320bd728390a8056c1de
 SHA512 
650e365b77d9d9beee4dc62b7ba5d367b55a9f0e95f39ca1e75d210dab05820b4d3485a34366e6e341fafe55b5c6ee458088666937e0220c3d91bd68aa327c53
 DIST paprefs-1.1.tar.xz 69144 BLAKE2B 
9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805
 SHA512 
4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76

diff --git a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild 
b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
deleted file mode 100644
index bfcbdffdf1f..000
--- a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic xdg
-
-DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
-HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
-#SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
-SRC_URI="https://dev.gentoo.org/~polynomial-c/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="dev-cpp/glibmm:2
-   dev-cpp/gtkmm:3.0
-   dev-libs/dbus-glib
-   >=dev-libs/libsigc++-2.2:2
-   >=media-sound/pulseaudio-12.0-r1[glib]
-   || (
-   x11-themes/tango-icon-theme
-   x11-themes/adwaita-icon-theme
-   )"
-DEPEND="${RDEPEND}
-   nls? (
-   sys-devel/gettext
-   dev-util/intltool
-   )
-   virtual/pkgconfig"
-
-src_configure() {
-   append-cxxflags -std=c++11 #568590
-   local myeconfargs=(
-   --disable-lynx
-   $(use_enable nls)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   docinto html
-   dodoc -r doc
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2019-04-08 Thread Aaron Bauman
commit: 076e5c93de0c5a22c9596c475514f132a0aae2d9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 17:18:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 17:18:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076e5c93

media-sound/paprefs: amd64 stable wrt bug #681446

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/paprefs/paprefs-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/paprefs/paprefs-1.1.ebuild 
b/media-sound/paprefs/paprefs-1.1.ebuild
index 5918d87e637..1c96b3c2a12 100644
--- a/media-sound/paprefs/paprefs-1.1.ebuild
+++ b/media-sound/paprefs/paprefs-1.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-cpp/atkmm



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2019-01-28 Thread Lars Wendler
commit: 614fbf602a3f0bca80b71c70d6676b4b3c38425e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 28 09:16:52 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 28 09:26:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614fbf60

media-sound/paprefs: Bump to version 1.1

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/paprefs/Manifest   |  1 +
 media-sound/paprefs/paprefs-1.1.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index 09c30341a13..b171a431fad 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1 +1,2 @@
 DIST paprefs-0.9.11_pre20180621.tar.xz 221100 BLAKE2B 
d8f79865a0ce6d4491ea252fdef65e700d1ad4cfc253d8b0415a6cd454fe60685a3d647c8720cb50f85033a7bb0d411c404b4d50c43b320bd728390a8056c1de
 SHA512 
650e365b77d9d9beee4dc62b7ba5d367b55a9f0e95f39ca1e75d210dab05820b4d3485a34366e6e341fafe55b5c6ee458088666937e0220c3d91bd68aa327c53
+DIST paprefs-1.1.tar.xz 69144 BLAKE2B 
9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805
 SHA512 
4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76

diff --git a/media-sound/paprefs/paprefs-1.1.ebuild 
b/media-sound/paprefs/paprefs-1.1.ebuild
new file mode 100644
index 000..5918d87e637
--- /dev/null
+++ b/media-sound/paprefs/paprefs-1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic meson xdg-utils
+
+DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
+HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
+SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-cpp/atkmm
+   dev-cpp/glibmm:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/glib:2
+   >=dev-libs/libsigc++-2.2:2
+   >=media-sound/pulseaudio-12.0-r1[glib]
+   x11-libs/gtk+:3
+   || (
+   x11-themes/tango-icon-theme
+   x11-themes/adwaita-icon-theme
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   append-cxxflags -std=c++11 #568590
+   local mymesonargs=(
+   -Dlynx=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2018-12-27 Thread Mart Raudsepp
commit: db7d44622a25a1d4f9de50e6eda594f5f286f625
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Dec 28 07:43:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Dec 28 07:48:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7d4462

media-sound/paprefs: remove old

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 media-sound/paprefs/Manifest  |  1 -
 media-sound/paprefs/paprefs-0.9.10.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index 0f2b48ffa4d..09c30341a13 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1,2 +1 @@
-DIST paprefs-0.9.10.tar.xz 163444 BLAKE2B 
c3e8d2ab6fef51313c188282f41e1a7dc556e792e78687da7300ff29133768cfaee8c53bb72da3822cdf0cd7e845dd6fae6c4a3651523f8a4a60e1d51c0a1e53
 SHA512 
51823fc28b82559f948361c62e3c9a0b6ca9f4c3b483d4a63258d9e061d0b4fb01d7282f6cb5bfe2679a676d63737c0282fe183cf4de9a0d5afd2c9a901e20cc
 DIST paprefs-0.9.11_pre20180621.tar.xz 221100 BLAKE2B 
d8f79865a0ce6d4491ea252fdef65e700d1ad4cfc253d8b0415a6cd454fe60685a3d647c8720cb50f85033a7bb0d411c404b4d50c43b320bd728390a8056c1de
 SHA512 
650e365b77d9d9beee4dc62b7ba5d367b55a9f0e95f39ca1e75d210dab05820b4d3485a34366e6e341fafe55b5c6ee458088666937e0220c3d91bd68aa327c53

diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild 
b/media-sound/paprefs/paprefs-0.9.10.ebuild
deleted file mode 100644
index fb32deaf509..000
--- a/media-sound/paprefs/paprefs-0.9.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic
-
-DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
-HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
-SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="dev-cpp/gtkmm:2.4
-   dev-cpp/libglademm:2.4
-   >=dev-cpp/gconfmm-2.6
-   >=dev-libs/libsigc++-2.2:2
-   media-sound/pulseaudio[glib,gnome]
-   || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext
-   dev-util/intltool )
-   virtual/pkgconfig"
-
-src_configure() {
-   append-cxxflags -std=c++11 #568590
-   econf \
-   --disable-dependency-tracking \
-   --disable-lynx \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-   dohtml -r doc
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2018-12-02 Thread Mikle Kolyada
commit: cbe4dbe166754be6db1e7712696cba2ac28f6e1d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 14:12:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 14:29:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe4dbe1

media-sound/paprefs: x86 stable wrt bug #670024

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild 
b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
index 071f00291c2..bfcbdffdf1f 100644
--- a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="nls"
 
 RDEPEND="dev-cpp/glibmm:2



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2018-12-02 Thread Mikle Kolyada
commit: 1a4f4c16272494157e6facfa5cb8b0f677aa51d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 10:02:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 10:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4f4c16

media-sound/paprefs: amd64 stable wrt bug #670024

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild 
b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
index 7c4909ecdd7..071f00291c2 100644
--- a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="nls"
 
 RDEPEND="dev-cpp/glibmm:2



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2018-06-21 Thread Lars Wendler
commit: 791bd317392cb62b2ab453d6487f27c19e5be4dd
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 21 15:07:07 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 21 15:07:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791bd317

media-sound/paprefs: Bump to 0.9.11 snapshot

until upstream does a new release.
Required for PA gconf -> gsettings migration.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/paprefs/Manifest   |  1 +
 .../paprefs/paprefs-0.9.11_pre20180621.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index 4296d03df96..0f2b48ffa4d 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1 +1,2 @@
 DIST paprefs-0.9.10.tar.xz 163444 BLAKE2B 
c3e8d2ab6fef51313c188282f41e1a7dc556e792e78687da7300ff29133768cfaee8c53bb72da3822cdf0cd7e845dd6fae6c4a3651523f8a4a60e1d51c0a1e53
 SHA512 
51823fc28b82559f948361c62e3c9a0b6ca9f4c3b483d4a63258d9e061d0b4fb01d7282f6cb5bfe2679a676d63737c0282fe183cf4de9a0d5afd2c9a901e20cc
+DIST paprefs-0.9.11_pre20180621.tar.xz 221100 BLAKE2B 
d8f79865a0ce6d4491ea252fdef65e700d1ad4cfc253d8b0415a6cd454fe60685a3d647c8720cb50f85033a7bb0d411c404b4d50c43b320bd728390a8056c1de
 SHA512 
650e365b77d9d9beee4dc62b7ba5d367b55a9f0e95f39ca1e75d210dab05820b4d3485a34366e6e341fafe55b5c6ee458088666937e0220c3d91bd68aa327c53

diff --git a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild 
b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
new file mode 100644
index 000..7c4909ecdd7
--- /dev/null
+++ b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic xdg
+
+DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
+HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs;
+#SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz;
+SRC_URI="https://dev.gentoo.org/~polynomial-c/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="dev-cpp/glibmm:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/dbus-glib
+   >=dev-libs/libsigc++-2.2:2
+   >=media-sound/pulseaudio-12.0-r1[glib]
+   || (
+   x11-themes/tango-icon-theme
+   x11-themes/adwaita-icon-theme
+   )"
+DEPEND="${RDEPEND}
+   nls? (
+   sys-devel/gettext
+   dev-util/intltool
+   )
+   virtual/pkgconfig"
+
+src_configure() {
+   append-cxxflags -std=c++11 #568590
+   local myeconfargs=(
+   --disable-lynx
+   $(use_enable nls)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   docinto html
+   dodoc -r doc
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2016-11-27 Thread Pacho Ramos
commit: 8f537e20be7b07ccc8b4677b623809ed1d10b3ba
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Nov 27 10:11:21 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Nov 27 11:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f537e20

media-sound/paprefs: adwaita-icon-theme can be used instead of dead 
gnome-icon-theme

Package-Manager: portage-2.3.2

 media-sound/paprefs/paprefs-0.9.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild 
b/media-sound/paprefs/paprefs-0.9.10.ebuild
index 25adc3d..9225a42 100644
--- a/media-sound/paprefs/paprefs-0.9.10.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
>=dev-cpp/gconfmm-2.6
>=dev-libs/libsigc++-2.2:2
media-sound/pulseaudio[glib,gnome]
-   || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
+   || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme )"
 DEPEND="${RDEPEND}
nls? ( sys-devel/gettext
dev-util/intltool )



[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/

2015-12-19 Thread Pacho Ramos
commit: 2142321ce20725855e98f4707297fff7bbb5d9f6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 19 11:06:40 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 19 11:09:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2142321c

media-sound/paprefs: Fix building with latest glibmm/libsigc++ (#568590)

Package-Manager: portage-2.2.26

 media-sound/paprefs/paprefs-0.9.10.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild 
b/media-sound/paprefs/paprefs-0.9.10.ebuild
index ebd0699..2335e3e 100644
--- a/media-sound/paprefs/paprefs-0.9.10.ebuild
+++ b/media-sound/paprefs/paprefs-0.9.10.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
+inherit flag-o-matic
 
 DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
 HOMEPAGE="http://freedesktop.org/software/pulseaudio/paprefs;
@@ -25,6 +26,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
+   append-cxxflags -std=c++11 #568590
econf \
--disable-dependency-tracking \
--disable-lynx \
@@ -32,7 +34,6 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
+   default
dohtml -r doc
-   dodoc README
 }