diff options
author | 2011-11-06 16:41:06 +0100 | |
---|---|---|
committer | 2011-11-06 16:41:06 +0100 | |
commit | 34ab9cecabef914f8208a0cfdd149ab2f8cea9e4 (patch) | |
tree | a985926a44b5c86867e86d15223c83a4b5a14983 /media-sound | |
parent | in ::gnome (diff) | |
download | keruspe-34ab9cecabef914f8208a0cfdd149ab2f8cea9e4.tar.gz keruspe-34ab9cecabef914f8208a0cfdd149ab2f8cea9e4.tar.bz2 keruspe-34ab9cecabef914f8208a0cfdd149ab2f8cea9e4.zip |
udpate moar ebuilds
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseaudio/Manifest | 2 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-9999-r1.ebuild | 19 |
2 files changed, 6 insertions, 15 deletions
diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest index f4c202af..52642258 100644 --- a/media-sound/pulseaudio/Manifest +++ b/media-sound/pulseaudio/Manifest @@ -1,3 +1,3 @@ AUX pulseaudio.conf.d 275 RMD160 6317cb5be41a768428056c0057d8f5b1f189e804 SHA1 22ed7f1de0f2a18a608c5e9a91635ee66addac4d SHA256 c03661e8cc902d27ff6b52f291207f2b008957571b942abdd92a873a52aae0dd AUX pulseaudio.init.d-5 2352 RMD160 36a3732386617f5436a60d0d9248a69da9804c5d SHA1 4b2fa2f0437b78b0a7fd5a54e8a83b02c99af579 SHA256 60e4571a8af0437bd99cfd858fde1e6223544a60e591febf25e55e4a2918ff59 -EBUILD pulseaudio-9999-r1.ebuild 6588 RMD160 97d043903a1f0102d99ac9d407cb25896cd723ba SHA1 40457983fe12fca40768d4fb9d450f291f5bd177 SHA256 894414f87ede221173b66a43ae4c52af7f1d60cef162561a5c3bb0539083d273 +EBUILD pulseaudio-9999-r1.ebuild 6108 RMD160 b1437b7dd77b698af39a6c60c4da6fadc66459d7 SHA1 262a7c14eca675844dd300f8f1e496dcceacbfa2 SHA256 2ffa8e68b7a9a2b1a5632517f7a3f760015a59400b6f1f2510010006f88ee984 diff --git a/media-sound/pulseaudio/pulseaudio-9999-r1.ebuild b/media-sound/pulseaudio/pulseaudio-9999-r1.ebuild index c43509f4..128b3ff4 100644 --- a/media-sound/pulseaudio/pulseaudio-9999-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-9999-r1.ebuild @@ -19,7 +19,7 @@ bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc +gdbm tdb RDEPEND="app-admin/eselect-esd X? ( - || ( >=x11-libs/libX11-1.4.0 <x11-libs/libX11-1.4.0[xcb] ) + >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM @@ -57,7 +57,7 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) X? ( x11-proto/xproto - || ( >=x11-libs/libXtst-1.0.99.2 <x11-proto/xextproto-7.0.99 ) + >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops dev-util/pkgconfig @@ -117,8 +117,8 @@ src_configure() { $(use_enable udev) \ $(use_enable ipv6) \ $(use_with caps) \ + $(use_with equalizer fftw) \ --localstatedir="${EPREFIX}"/var \ - --disable-per-user-esound-socket \ --with-database=${database} \ --with-udev-rules-dir="${EPREFIX}/lib/udev/rules.d" @@ -195,22 +195,13 @@ pkg_postinst() { elog "gconf module on /etc/pulse/system.pa to be able to use PulseAudio" elog "with a system-wide instance." fi - elog - elog "To use the ESounD wrapper while using a system-wide daemon, you also" - elog "need to enable auth-anonymous for the esound-unix module, or to copy" - elog "/var/run/pulse/.esd_auth into each home directory." - elog fi if use bluetooth; then elog - elog "The BlueTooth proximity module is not enabled in the default" + elog "The Bluetooth proximity module is not enabled in the default" elog "configuration file. If you do enable it, you'll have to have" - elog "your BlueTooth controller enabled and inserted at bootup or" + elog "your Bluetooth controller enabled and inserted at bootup or" elog "PulseAudio will refuse to start." - elog - elog "Please note that the BlueTooth proximity module seems itself" - elog "still experimental, so please report to upstream if you have" - elog "problems with it." fi if use alsa; then local pkg="media-plugins/alsa-plugins" |