| 1 | %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0} |
|---|
| 2 | %define drvver 2.0 |
|---|
| 3 | |
|---|
| 4 | Name: pulseaudio |
|---|
| 5 | Summary: PulseAudio sound server |
|---|
| 6 | Summary(ja): PulseAudio サウンドサーバ |
|---|
| 7 | Version: 2.0 |
|---|
| 8 | Release: 1%{?_dist_release} |
|---|
| 9 | License: GPLv2+ |
|---|
| 10 | URL: http://pulseaudio.org |
|---|
| 11 | Group: System Environment/Daemons |
|---|
| 12 | |
|---|
| 13 | Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.xz |
|---|
| 14 | Source1: default.pa-for-gdm |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 17 | BuildRequires: tcp_wrappers, libsamplerate-devel, libsndfile-devel |
|---|
| 18 | BuildRequires: liboil-devel, m4, libcap-devel, |
|---|
| 19 | BuildRequires: libtool-ltdl-devel >= 2.2.6 |
|---|
| 20 | BuildRequires: pkgconfig |
|---|
| 21 | BuildRequires: alsa-lib-devel, glib2-devel, avahi-devel, GConf2-devel |
|---|
| 22 | BuildRequires: lirc, doxygen, jack-audio-connection-kit-devel |
|---|
| 23 | BuildRequires: hal-devel, libatomic_ops-devel, PolicyKit-devel bluez-libs-devel |
|---|
| 24 | BuildRequires: libXt-devel, libXtst-devel, xorg-x11-proto-devel |
|---|
| 25 | BuildRequires: speex-devel |
|---|
| 26 | BuildRequires: xmltoman |
|---|
| 27 | BuildRequires: openssl-devel |
|---|
| 28 | BuildRequires: gdbm-devel |
|---|
| 29 | BuildRequires: gtk2-devel |
|---|
| 30 | BuildRequires: json-c-devel |
|---|
| 31 | BuildRequires: libudev-devel |
|---|
| 32 | BuildRequires: xcb-util-devel |
|---|
| 33 | BuildRequires: libtdb-devel |
|---|
| 34 | BuildRequires: libasyncns-devel |
|---|
| 35 | BuildRequires: orc-devel |
|---|
| 36 | BuildRequires: libtool |
|---|
| 37 | Requires: %{name}-core-libs = %{version}-%{release} |
|---|
| 38 | |
|---|
| 39 | Vendor: Project Vine |
|---|
| 40 | Distribution: Vine Linux |
|---|
| 41 | Packager: daisuke |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %description |
|---|
| 45 | PulseAudio is a sound server for Linux and other Unix like operating |
|---|
| 46 | systems. It is intended to be an improved drop-in replacement for the |
|---|
| 47 | Enlightened Sound Daemon (ESOUND). |
|---|
| 48 | |
|---|
| 49 | %package esound-compat |
|---|
| 50 | Summary: PulseAudio EsounD daemon compatibility script |
|---|
| 51 | Summary(ja): PulseAudio EsounD デーモン互換スクリプト |
|---|
| 52 | Group: System Environment/Daemons |
|---|
| 53 | Requires: %{name} = %{version}-%{release} |
|---|
| 54 | Provides: esound |
|---|
| 55 | Obsoletes: esound |
|---|
| 56 | |
|---|
| 57 | %description esound-compat |
|---|
| 58 | A compatibility script that allows applications to call /usr/bin/esd |
|---|
| 59 | and start PulseAudio with EsounD protocol modules. |
|---|
| 60 | |
|---|
| 61 | %package module-lirc |
|---|
| 62 | Summary: LIRC support for the PulseAudio sound server |
|---|
| 63 | Summary(ja): PulseAudio サウンドサーバ用 LIRC サポート |
|---|
| 64 | Group: System Environment/Daemons |
|---|
| 65 | Requires: %{name} = %{version}-%{release} |
|---|
| 66 | |
|---|
| 67 | %description module-lirc |
|---|
| 68 | LIRC volume control module for the PulseAudio sound server. |
|---|
| 69 | |
|---|
| 70 | %package module-x11 |
|---|
| 71 | Summary: X11 support for the PulseAudio sound server |
|---|
| 72 | Summary(ja): PulseAudio サウンドサーバ用 X11 サポート |
|---|
| 73 | Group: System Environment/Daemons |
|---|
| 74 | Requires: %{name} = %{version}-%{release} |
|---|
| 75 | Requires: %{name}-utils = %{version}-%{release} |
|---|
| 76 | |
|---|
| 77 | %description module-x11 |
|---|
| 78 | X11 bell and security modules for the PulseAudio sound server. |
|---|
| 79 | |
|---|
| 80 | %package module-zeroconf |
|---|
| 81 | Summary: Zeroconf support for the PulseAudio sound server |
|---|
| 82 | Summary(ja): PulseAudio サウンドサーバ用 Zeroconf サポート |
|---|
| 83 | Group: System Environment/Daemons |
|---|
| 84 | Requires: %{name} = %{version}-%{release} |
|---|
| 85 | Requires: %{name}-utils |
|---|
| 86 | |
|---|
| 87 | %description module-zeroconf |
|---|
| 88 | Zeroconf publishing module for the PulseAudio sound server. |
|---|
| 89 | |
|---|
| 90 | %package module-bluetooth |
|---|
| 91 | Summary: Bluetooth proximity support for the PulseAudio sound server |
|---|
| 92 | Summary(ja): PulseAudio サウンドサーバ用 Bluetooth 近接検知サポート |
|---|
| 93 | Group: System Environment/Daemons |
|---|
| 94 | Requires: %{name} = %{version}-%{release} |
|---|
| 95 | |
|---|
| 96 | %description module-bluetooth |
|---|
| 97 | Contains a module that can be used to automatically turn down the volume if |
|---|
| 98 | a bluetooth mobile phone leaves the proximity or turn it up again if it enters the |
|---|
| 99 | proximity again |
|---|
| 100 | |
|---|
| 101 | %package module-jack |
|---|
| 102 | Summary: JACK support for the PulseAudio sound server |
|---|
| 103 | Summary(ja): PulseAudio サウンドサーバ用 JACK サポート |
|---|
| 104 | Group: System Environment/Daemons |
|---|
| 105 | Requires: %{name} = %{version}-%{release} |
|---|
| 106 | |
|---|
| 107 | %description module-jack |
|---|
| 108 | JACK sink and source modules for the PulseAudio sound server. |
|---|
| 109 | |
|---|
| 110 | %package module-gconf |
|---|
| 111 | Summary: GConf support for the PulseAudio sound server |
|---|
| 112 | Summary(ja): PulseAudio サウンドサーバ用 GConf サポート |
|---|
| 113 | Group: System Environment/Daemons |
|---|
| 114 | Requires: %{name} = %{version}-%{release} |
|---|
| 115 | |
|---|
| 116 | %description module-gconf |
|---|
| 117 | GConf configuration backend for the PulseAudio sound server. |
|---|
| 118 | |
|---|
| 119 | %package libs |
|---|
| 120 | Summary: Libraries for PulseAudio clients |
|---|
| 121 | Summary(ja): PulseAudio クライアントライブラリ |
|---|
| 122 | License: LGPLv2+ |
|---|
| 123 | Group: System Environment/Libraries |
|---|
| 124 | Provides: pulseaudio-lib |
|---|
| 125 | Obsoletes: pulseaudio-lib |
|---|
| 126 | Provides: %{name}-libs-zeroconf = %{version} |
|---|
| 127 | Obsoletes: %{name}-libs-zeroconf < 1.0 |
|---|
| 128 | |
|---|
| 129 | %description libs |
|---|
| 130 | This package contains the runtime libraries for any application that wishes |
|---|
| 131 | to interface with a PulseAudio sound server. |
|---|
| 132 | |
|---|
| 133 | %package core-libs |
|---|
| 134 | Summary: Core libraries for the PulseAudio sound server. |
|---|
| 135 | Summary(ja): PulseAudio サウンドサーバコアライブラリ |
|---|
| 136 | License: LGPLv2+ |
|---|
| 137 | Group: System Environment/Libraries |
|---|
| 138 | |
|---|
| 139 | %description core-libs |
|---|
| 140 | This package contains runtime libraries that are used internally in the |
|---|
| 141 | PulseAudio sound server. |
|---|
| 142 | |
|---|
| 143 | %package libs-glib2 |
|---|
| 144 | Summary: GLIB 2.x bindings for PulseAudio clients |
|---|
| 145 | Summary(ja): PulseAudio クライアント用 GLIB 2.x バインディング |
|---|
| 146 | License: LGPLv2+ |
|---|
| 147 | Group: System Environment/Libraries |
|---|
| 148 | Provides: pulseaudio-lib-glib2 |
|---|
| 149 | Obsoletes: pulseaudio-lib-glib2 |
|---|
| 150 | |
|---|
| 151 | %description libs-glib2 |
|---|
| 152 | This package contains bindings to integrate the PulseAudio client library with |
|---|
| 153 | a GLIB 2.x based application. |
|---|
| 154 | |
|---|
| 155 | %package libs-devel |
|---|
| 156 | Summary: Headers and libraries for PulseAudio client development |
|---|
| 157 | Summary(ja): PulseAudio クライアント開発用ヘッダおよびライブラリ |
|---|
| 158 | License: LGPLv2+ |
|---|
| 159 | Group: Development/Libraries |
|---|
| 160 | Requires: %{name}-libs = %{version}-%{release} |
|---|
| 161 | Requires: %{name}-libs-glib2 = %{version}-%{release} |
|---|
| 162 | Requires: pkgconfig glib2-devel |
|---|
| 163 | Provides: pulseaudio-lib-devel |
|---|
| 164 | Obsoletes: pulseaudio-lib-devel |
|---|
| 165 | |
|---|
| 166 | %description libs-devel |
|---|
| 167 | Headers and libraries for developing applications that can communicate with |
|---|
| 168 | a PulseAudio sound server. |
|---|
| 169 | |
|---|
| 170 | %package utils |
|---|
| 171 | Summary: PulseAudio sound server utilities |
|---|
| 172 | Summary(ja): PulseAudio サウンドサーバユーティリティ |
|---|
| 173 | License: LGPLv2+ |
|---|
| 174 | Group: Applications/Multimedia |
|---|
| 175 | Requires: %{name}-libs = %{version}-%{release} |
|---|
| 176 | |
|---|
| 177 | %description utils |
|---|
| 178 | This package contains command line utilities for the PulseAudio sound server. |
|---|
| 179 | |
|---|
| 180 | %package gdm-hooks |
|---|
| 181 | Summary: PulseAudio GDM integration |
|---|
| 182 | Summary(ja): PulseAudio GDM 統合 |
|---|
| 183 | License: LGPLv2+ |
|---|
| 184 | Group: Applications/Multimedia |
|---|
| 185 | Requires: gdm >= 2.22.0 |
|---|
| 186 | # for the gdm user |
|---|
| 187 | Requires(pre): gdm |
|---|
| 188 | |
|---|
| 189 | %description gdm-hooks |
|---|
| 190 | This package contains GDM integration hooks for the PulseAudio sound server. |
|---|
| 191 | |
|---|
| 192 | |
|---|
| 193 | # compat32 |
|---|
| 194 | %package -n compat32-%{name}-libs |
|---|
| 195 | Summary: Libraries for PulseAudio clients |
|---|
| 196 | Summary(ja): PulseAudio クライアントライブラリ |
|---|
| 197 | License: LGPLv2+ |
|---|
| 198 | Group: System Environment/Libraries |
|---|
| 199 | Provides: compat32-%{name}-libs-zeroconf = %{version} |
|---|
| 200 | Obsoletes: compat32-%{name}-libs-zeroconf < 1.0 |
|---|
| 201 | |
|---|
| 202 | %description -n compat32-%{name}-libs |
|---|
| 203 | This package contains the runtime libraries for any application that wishes |
|---|
| 204 | to interface with a PulseAudio sound server. |
|---|
| 205 | |
|---|
| 206 | %package -n compat32-%{name}-core-libs |
|---|
| 207 | Summary: Core libraries for the PulseAudio sound server. |
|---|
| 208 | Summary(ja): PulseAudio サウンドサーバコアライブラリ |
|---|
| 209 | License: LGPLv2+ |
|---|
| 210 | Group: System Environment/Libraries |
|---|
| 211 | |
|---|
| 212 | %description -n compat32-%{name}-core-libs |
|---|
| 213 | This package contains runtime libraries that are used internally in the |
|---|
| 214 | PulseAudio sound server. |
|---|
| 215 | |
|---|
| 216 | %package -n compat32-%{name}-libs-glib2 |
|---|
| 217 | Summary: GLIB 2.x bindings for PulseAudio clients |
|---|
| 218 | Summary(ja): PulseAudio クライアント用 GLIB 2.x バインディング |
|---|
| 219 | License: LGPLv2+ |
|---|
| 220 | Group: System Environment/Libraries |
|---|
| 221 | |
|---|
| 222 | %description -n compat32-%{name}-libs-glib2 |
|---|
| 223 | This package contains bindings to integrate the PulseAudio client library with |
|---|
| 224 | a GLIB 2.x based application. |
|---|
| 225 | |
|---|
| 226 | %package -n compat32-%{name}-libs-devel |
|---|
| 227 | Summary: Headers and libraries for PulseAudio client development |
|---|
| 228 | Summary(ja): PulseAudio クライアント開発用ヘッダおよびライブラリ |
|---|
| 229 | License: LGPLv2+ |
|---|
| 230 | Group: Development/Libraries |
|---|
| 231 | Requires: compat32-%{name}-libs = %{version}-%{release} |
|---|
| 232 | Requires: compat32-%{name}-libs-glib2 = %{version}-%{release} |
|---|
| 233 | Requires: %{name}-libs-devel = %{version}-%{release} |
|---|
| 234 | Requires: compat32-glib2-devel |
|---|
| 235 | |
|---|
| 236 | %description -n compat32-%{name}-libs-devel |
|---|
| 237 | Headers and libraries for developing applications that can communicate with |
|---|
| 238 | a PulseAudio sound server. |
|---|
| 239 | |
|---|
| 240 | %prep |
|---|
| 241 | %setup -q -T -b0 |
|---|
| 242 | |
|---|
| 243 | |
|---|
| 244 | %build |
|---|
| 245 | %configure \ |
|---|
| 246 | --disable-static --disable-rpath \ |
|---|
| 247 | --with-system-user=pulse --with-system-group=pulse \ |
|---|
| 248 | --with-access-group=pulse-access \ |
|---|
| 249 | --disable-hal |
|---|
| 250 | make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} |
|---|
| 251 | make doxygen |
|---|
| 252 | |
|---|
| 253 | %install |
|---|
| 254 | rm -rf $RPM_BUILD_ROOT |
|---|
| 255 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 256 | |
|---|
| 257 | find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; |
|---|
| 258 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 259 | |
|---|
| 260 | chmod 755 $RPM_BUILD_ROOT%{_bindir}/pulseaudio |
|---|
| 261 | ln -s esdcompat $RPM_BUILD_ROOT%{_bindir}/esd |
|---|
| 262 | # preserve time stamps, for multilib's sake |
|---|
| 263 | touch -r src/daemon/daemon.conf.in $RPM_BUILD_ROOT%{_sysconfdir}/pulse/daemon.conf |
|---|
| 264 | touch -r src/daemon/default.pa.in $RPM_BUILD_ROOT%{_sysconfdir}/pulse/default.pa |
|---|
| 265 | touch -r man/pulseaudio.1.xml.in $RPM_BUILD_ROOT%{_mandir}/man1/pulseaudio.1 |
|---|
| 266 | touch -r man/default.pa.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/default.pa.5 |
|---|
| 267 | touch -r man/pulse-client.conf.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/pulse-client.conf.5 |
|---|
| 268 | touch -r man/pulse-daemon.conf.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/pulse-daemon.conf.5 |
|---|
| 269 | mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/pulse |
|---|
| 270 | mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse |
|---|
| 271 | cp $RPM_SOURCE_DIR/default.pa-for-gdm $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/default.pa |
|---|
| 272 | |
|---|
| 273 | %clean |
|---|
| 274 | rm -rf $RPM_BUILD_ROOT |
|---|
| 275 | |
|---|
| 276 | %pre |
|---|
| 277 | groupadd -r pulse &>/dev/null || : |
|---|
| 278 | useradd -r -c 'PulseAudio daemon' \ |
|---|
| 279 | -s /sbin/nologin -d /var/run/pulse -g pulse pulse &>/dev/null || : |
|---|
| 280 | groupadd -r pulse-rt &>/dev/null || : |
|---|
| 281 | groupadd -r pulse-access &>/dev/null || : |
|---|
| 282 | |
|---|
| 283 | %post -p /sbin/ldconfig |
|---|
| 284 | |
|---|
| 285 | %postun |
|---|
| 286 | /sbin/ldconfig |
|---|
| 287 | if [ $1 -eq 0 ]; then |
|---|
| 288 | userdel pulse &>/dev/null || : |
|---|
| 289 | groupdel pulse &>/dev/null || : |
|---|
| 290 | groupdel pulse-rt &>/dev/null || : |
|---|
| 291 | groupdel pulse-access &>/dev/null || : |
|---|
| 292 | fi |
|---|
| 293 | |
|---|
| 294 | %post libs -p /sbin/ldconfig |
|---|
| 295 | %postun libs -p /sbin/ldconfig |
|---|
| 296 | |
|---|
| 297 | %post core-libs -p /sbin/ldconfig |
|---|
| 298 | %postun core-libs -p /sbin/ldconfig |
|---|
| 299 | |
|---|
| 300 | %post libs-glib2 -p /sbin/ldconfig |
|---|
| 301 | %postun libs-glib2 -p /sbin/ldconfig |
|---|
| 302 | |
|---|
| 303 | %post -n compat32-%{name}-libs -p /sbin/ldconfig |
|---|
| 304 | %postun -n compat32-%{name}-libs -p /sbin/ldconfig |
|---|
| 305 | |
|---|
| 306 | %post -n compat32-%{name}-core-libs -p /sbin/ldconfig |
|---|
| 307 | %postun -n compat32-%{name}-core-libs -p /sbin/ldconfig |
|---|
| 308 | |
|---|
| 309 | %post -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig |
|---|
| 310 | %postun -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig |
|---|
| 311 | |
|---|
| 312 | %files |
|---|
| 313 | %defattr(-,root,root) |
|---|
| 314 | %doc README LICENSE GPL LGPL |
|---|
| 315 | %dir %{_sysconfdir}/pulse/ |
|---|
| 316 | %config(noreplace) %{_sysconfdir}/pulse/daemon.conf |
|---|
| 317 | %config(noreplace) %{_sysconfdir}/pulse/default.pa |
|---|
| 318 | %config(noreplace) %{_sysconfdir}/pulse/system.pa |
|---|
| 319 | %config(noreplace) %{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf |
|---|
| 320 | %attr(4755,root,root) %{_bindir}/pulseaudio |
|---|
| 321 | %dir %{_libdir}/pulse-%{drvver}/ |
|---|
| 322 | %dir %{_libdir}/pulse-%{drvver}/modules/ |
|---|
| 323 | %{_libdir}/pulse-%{drvver}/modules/libalsa-util.so |
|---|
| 324 | %{_libdir}/pulse-%{drvver}/modules/libcli.so |
|---|
| 325 | %{_libdir}/pulse-%{drvver}/modules/liboss-util.so |
|---|
| 326 | %{_libdir}/pulse-%{drvver}/modules/libprotocol-cli.so |
|---|
| 327 | %{_libdir}/pulse-%{drvver}/modules/libprotocol-esound.so |
|---|
| 328 | %{_libdir}/pulse-%{drvver}/modules/libprotocol-http.so |
|---|
| 329 | %{_libdir}/pulse-%{drvver}/modules/libprotocol-native.so |
|---|
| 330 | %{_libdir}/pulse-%{drvver}/modules/libprotocol-simple.so |
|---|
| 331 | %{_libdir}/pulse-%{drvver}/modules/librtp.so |
|---|
| 332 | %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so |
|---|
| 333 | %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so |
|---|
| 334 | %{_libdir}/pulse-%{drvver}/modules/module-alsa-card.so |
|---|
| 335 | %{_libdir}/pulse-%{drvver}/modules/module-always-sink.so |
|---|
| 336 | %{_libdir}/pulse-%{drvver}/modules/module-augment-properties.so |
|---|
| 337 | %{_libdir}/pulse-%{drvver}/modules/module-card-restore.so |
|---|
| 338 | %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-tcp.so |
|---|
| 339 | %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-unix.so |
|---|
| 340 | %{_libdir}/pulse-%{drvver}/modules/module-cli.so |
|---|
| 341 | %{_libdir}/pulse-%{drvver}/modules/module-combine.so |
|---|
| 342 | %{_libdir}/pulse-%{drvver}/modules/module-combine-sink.so |
|---|
| 343 | %{_libdir}/pulse-%{drvver}/modules/module-console-kit.so |
|---|
| 344 | %{_libdir}/pulse-%{drvver}/modules/module-dbus-protocol.so |
|---|
| 345 | %{_libdir}/pulse-%{drvver}/modules/module-default-device-restore.so |
|---|
| 346 | %{_libdir}/pulse-%{drvver}/modules/module-device-manager.so |
|---|
| 347 | %{_libdir}/pulse-%{drvver}/modules/module-device-restore.so |
|---|
| 348 | %{_libdir}/pulse-%{drvver}/modules/module-filter-apply.so |
|---|
| 349 | %{_libdir}/pulse-%{drvver}/modules/module-filter-heuristics.so |
|---|
| 350 | %{_libdir}/pulse-%{drvver}/modules/module-loopback.so |
|---|
| 351 | %{_libdir}/pulse-%{drvver}/modules/module-detect.so |
|---|
| 352 | %{_libdir}/pulse-%{drvver}/modules/module-echo-cancel.so |
|---|
| 353 | %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnfd.so |
|---|
| 354 | %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnpid.so |
|---|
| 355 | %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so |
|---|
| 356 | %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so |
|---|
| 357 | %{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so |
|---|
| 358 | %{_libdir}/pulse-%{drvver}/modules/module-udev-detect.so |
|---|
| 359 | %{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so |
|---|
| 360 | %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-tcp.so |
|---|
| 361 | %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-unix.so |
|---|
| 362 | %{_libdir}/pulse-%{drvver}/modules/module-intended-roles.so |
|---|
| 363 | %{_libdir}/pulse-%{drvver}/modules/module-ladspa-sink.so |
|---|
| 364 | %{_libdir}/pulse-%{drvver}/modules/module-match.so |
|---|
| 365 | %{_libdir}/pulse-%{drvver}/modules/module-mmkbd-evdev.so |
|---|
| 366 | %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-fd.so |
|---|
| 367 | %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-tcp.so |
|---|
| 368 | %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-unix.so |
|---|
| 369 | %{_libdir}/pulse-%{drvver}/modules/module-null-sink.so |
|---|
| 370 | %{_libdir}/pulse-%{drvver}/modules/module-null-source.so |
|---|
| 371 | %{_libdir}/pulse-%{drvver}/modules/module-oss.so |
|---|
| 372 | %{_libdir}/pulse-%{drvver}/modules/module-pipe-sink.so |
|---|
| 373 | %{_libdir}/pulse-%{drvver}/modules/module-pipe-source.so |
|---|
| 374 | %{_libdir}/pulse-%{drvver}/modules/module-position-event-sounds.so |
|---|
| 375 | %{_libdir}/pulse-%{drvver}/modules/module-remap-sink.so |
|---|
| 376 | %{_libdir}/pulse-%{drvver}/modules/module-rescue-streams.so |
|---|
| 377 | %{_libdir}/pulse-%{drvver}/modules/module-role-cork.so |
|---|
| 378 | %{_libdir}/pulse-%{drvver}/modules/module-rtp-recv.so |
|---|
| 379 | %{_libdir}/pulse-%{drvver}/modules/module-rtp-send.so |
|---|
| 380 | %{_libdir}/pulse-%{drvver}/modules/module-rygel-media-server.so |
|---|
| 381 | %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-tcp.so |
|---|
| 382 | %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-unix.so |
|---|
| 383 | %{_libdir}/pulse-%{drvver}/modules/module-sine.so |
|---|
| 384 | %{_libdir}/pulse-%{drvver}/modules/module-sine-source.so |
|---|
| 385 | %{_libdir}/pulse-%{drvver}/modules/module-stream-restore.so |
|---|
| 386 | %{_libdir}/pulse-%{drvver}/modules/module-suspend-on-idle.so |
|---|
| 387 | %{_libdir}/pulse-%{drvver}/modules/module-switch-on-connect.so |
|---|
| 388 | %{_libdir}/pulse-%{drvver}/modules/module-switch-on-port-available.so |
|---|
| 389 | %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so |
|---|
| 390 | %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so |
|---|
| 391 | %{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so |
|---|
| 392 | %{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so |
|---|
| 393 | %{_libdir}/pulse-%{drvver}/modules/module-virtual-surround-sink.so |
|---|
| 394 | %{_libdir}/pulse-%{drvver}/modules/module-volume-restore.so |
|---|
| 395 | %{_datadir}/pulseaudio/alsa-mixer/paths/* |
|---|
| 396 | %{_datadir}/pulseaudio/alsa-mixer/profile-sets/* |
|---|
| 397 | %{_mandir}/man1/pulseaudio.1.gz |
|---|
| 398 | %{_mandir}/man5/default.pa.5.gz |
|---|
| 399 | %{_mandir}/man5/pulse-cli-syntax.5.gz |
|---|
| 400 | %{_mandir}/man5/pulse-client.conf.5.gz |
|---|
| 401 | %{_mandir}/man5/pulse-daemon.conf.5.gz |
|---|
| 402 | %{_mandir}/man1/start-pulseaudio-kde.1.gz |
|---|
| 403 | %{_mandir}/man1/start-pulseaudio-x11.1.gz |
|---|
| 404 | /lib/udev/rules.d/90-pulseaudio.rules |
|---|
| 405 | %dir %{_libexecdir}/pulse |
|---|
| 406 | %attr(0700, pulse, pulse) %dir %{_localstatedir}/lib/pulse |
|---|
| 407 | |
|---|
| 408 | %files esound-compat |
|---|
| 409 | %defattr(-,root,root) |
|---|
| 410 | %{_bindir}/esdcompat |
|---|
| 411 | %{_bindir}/esd |
|---|
| 412 | %{_mandir}/man1/esdcompat.1.gz |
|---|
| 413 | |
|---|
| 414 | %files module-lirc |
|---|
| 415 | %defattr(-,root,root) |
|---|
| 416 | %{_libdir}/pulse-%{drvver}/modules/module-lirc.so |
|---|
| 417 | |
|---|
| 418 | %files module-x11 |
|---|
| 419 | %defattr(-,root,root) |
|---|
| 420 | %config %{_sysconfdir}/xdg/autostart/pulseaudio.desktop |
|---|
| 421 | %config %{_sysconfdir}/xdg/autostart/pulseaudio-kde.desktop |
|---|
| 422 | %{_bindir}/start-pulseaudio-x11 |
|---|
| 423 | %{_bindir}/start-pulseaudio-kde |
|---|
| 424 | %{_libdir}/pulse-%{drvver}/modules/module-x11-bell.so |
|---|
| 425 | %{_libdir}/pulse-%{drvver}/modules/module-x11-publish.so |
|---|
| 426 | %{_libdir}/pulse-%{drvver}/modules/module-x11-xsmp.so |
|---|
| 427 | %{_libdir}/pulse-%{drvver}/modules/module-x11-cork-request.so |
|---|
| 428 | |
|---|
| 429 | %files module-zeroconf |
|---|
| 430 | %defattr(-,root,root) |
|---|
| 431 | %{_libdir}/pulse-%{drvver}/modules/libavahi-wrap.so |
|---|
| 432 | %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-publish.so |
|---|
| 433 | %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-discover.so |
|---|
| 434 | %{_libdir}/pulse-%{drvver}/modules/libraop.so |
|---|
| 435 | %{_libdir}/pulse-%{drvver}/modules/module-raop-discover.so |
|---|
| 436 | %{_libdir}/pulse-%{drvver}/modules/module-raop-sink.so |
|---|
| 437 | |
|---|
| 438 | %files module-jack |
|---|
| 439 | %defattr(-,root,root) |
|---|
| 440 | %{_libdir}/pulse-%{drvver}/modules/module-jack-sink.so |
|---|
| 441 | %{_libdir}/pulse-%{drvver}/modules/module-jack-source.so |
|---|
| 442 | %{_libdir}/pulse-%{drvver}/modules/module-jackdbus-detect.so |
|---|
| 443 | |
|---|
| 444 | %files module-bluetooth |
|---|
| 445 | %defattr(-,root,root) |
|---|
| 446 | %{_libdir}/pulse-%{drvver}/modules/libbluetooth-ipc.so |
|---|
| 447 | %{_libdir}/pulse-%{drvver}/modules/libbluetooth-sbc.so |
|---|
| 448 | %{_libdir}/pulse-%{drvver}/modules/libbluetooth-util.so |
|---|
| 449 | %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-device.so |
|---|
| 450 | %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so |
|---|
| 451 | %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-proximity.so |
|---|
| 452 | %{_libexecdir}/pulse/proximity-helper |
|---|
| 453 | |
|---|
| 454 | %files module-gconf |
|---|
| 455 | %defattr(-,root,root) |
|---|
| 456 | %{_libdir}/pulse-%{drvver}/modules/module-gconf.so |
|---|
| 457 | %{_libexecdir}/pulse/gconf-helper |
|---|
| 458 | |
|---|
| 459 | %files libs |
|---|
| 460 | %defattr(-,root,root) |
|---|
| 461 | %doc README LICENSE GPL LGPL |
|---|
| 462 | %dir %{_sysconfdir}/pulse/ |
|---|
| 463 | %config(noreplace) %{_sysconfdir}/pulse/client.conf |
|---|
| 464 | %{_libdir}/libpulse.so.* |
|---|
| 465 | %{_libdir}/libpulse-simple.so.* |
|---|
| 466 | %{_datadir}/locale/* |
|---|
| 467 | |
|---|
| 468 | %files core-libs |
|---|
| 469 | %defattr(-,root,root) |
|---|
| 470 | %{_libdir}/libpulsecore-%{drvver}.so |
|---|
| 471 | %{_libdir}/%{name}/libpulsecommon-%{drvver}.so |
|---|
| 472 | |
|---|
| 473 | %files libs-glib2 |
|---|
| 474 | %defattr(-,root,root) |
|---|
| 475 | %{_libdir}/libpulse-mainloop-glib.so.* |
|---|
| 476 | |
|---|
| 477 | %files libs-devel |
|---|
| 478 | %defattr(-,root,root) |
|---|
| 479 | %doc doxygen/html |
|---|
| 480 | %{_includedir}/pulse/ |
|---|
| 481 | %{_libdir}/cmake/PulseAudio/PulseAudioConfig.cmake |
|---|
| 482 | %{_libdir}/cmake/PulseAudio/PulseAudioConfigVersion.cmake |
|---|
| 483 | %{_libdir}/libpulse.so |
|---|
| 484 | %{_libdir}/libpulse-mainloop-glib.so |
|---|
| 485 | %{_libdir}/libpulse-simple.so |
|---|
| 486 | %{_libdir}/pkgconfig/libpulse*.pc |
|---|
| 487 | %{_datadir}/vala/vapi/libpulse-mainloop-glib.deps |
|---|
| 488 | %{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi |
|---|
| 489 | %{_datadir}/vala/vapi/libpulse.deps |
|---|
| 490 | %{_datadir}/vala/vapi/libpulse.vapi |
|---|
| 491 | |
|---|
| 492 | %files utils |
|---|
| 493 | %defattr(-,root,root) |
|---|
| 494 | %{_bindir}/pacat |
|---|
| 495 | %{_bindir}/pacmd |
|---|
| 496 | %{_bindir}/pactl |
|---|
| 497 | %{_bindir}/pamon |
|---|
| 498 | %{_bindir}/paplay |
|---|
| 499 | %{_bindir}/parec |
|---|
| 500 | %{_bindir}/parecord |
|---|
| 501 | %{_bindir}/pax11publish |
|---|
| 502 | %{_bindir}/padsp |
|---|
| 503 | %{_bindir}/pasuspender |
|---|
| 504 | %{_libdir}/%{name}/libpulsedsp.so |
|---|
| 505 | %{_mandir}/man1/pacat.1.gz |
|---|
| 506 | %{_mandir}/man1/pacmd.1.gz |
|---|
| 507 | %{_mandir}/man1/pactl.1.gz |
|---|
| 508 | %{_mandir}/man1/paplay.1.gz |
|---|
| 509 | %{_mandir}/man1/pasuspender.1.gz |
|---|
| 510 | %{_mandir}/man1/padsp.1.gz |
|---|
| 511 | %{_mandir}/man1/pax11publish.1.gz |
|---|
| 512 | |
|---|
| 513 | %files gdm-hooks |
|---|
| 514 | %defattr(-,root,root) |
|---|
| 515 | %attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse |
|---|
| 516 | %attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa |
|---|
| 517 | |
|---|
| 518 | |
|---|
| 519 | # compat32 |
|---|
| 520 | %if %{build_compat32} |
|---|
| 521 | %files -n compat32-%{name}-libs |
|---|
| 522 | %defattr(-,root,root) |
|---|
| 523 | %{_libdir}/libpulse.so.* |
|---|
| 524 | %{_libdir}/libpulse-simple.so.* |
|---|
| 525 | |
|---|
| 526 | %files -n compat32-%{name}-core-libs |
|---|
| 527 | %defattr(-,root,root) |
|---|
| 528 | %{_libdir}/libpulsecore-%{drvver}.so |
|---|
| 529 | %{_libdir}/%{name}/libpulsecommon-%{drvver}.so |
|---|
| 530 | |
|---|
| 531 | %files -n compat32-%{name}-libs-glib2 |
|---|
| 532 | %defattr(-,root,root) |
|---|
| 533 | %{_libdir}/libpulse-mainloop-glib.so.* |
|---|
| 534 | |
|---|
| 535 | %files -n compat32-%{name}-libs-devel |
|---|
| 536 | %defattr(-,root,root) |
|---|
| 537 | %{_libdir}/libpulse.so |
|---|
| 538 | %{_libdir}/libpulse-mainloop-glib.so |
|---|
| 539 | %{_libdir}/libpulse-simple.so |
|---|
| 540 | %{_libdir}/pkgconfig/libpulse*.pc |
|---|
| 541 | %endif |
|---|
| 542 | |
|---|
| 543 | %changelog |
|---|
| 544 | * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-1 |
|---|
| 545 | - new upstream release |
|---|
| 546 | |
|---|
| 547 | * Tue May 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.99.2-1 |
|---|
| 548 | - new upstream release |
|---|
| 549 | |
|---|
| 550 | * Fri Oct 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1-1 |
|---|
| 551 | - new upstream release |
|---|
| 552 | |
|---|
| 553 | * Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-1 |
|---|
| 554 | - new upstream release |
|---|
| 555 | - add BuildRequires: json-c-devel, orc-devel |
|---|
| 556 | - remove %%{name}-libs-zeroconf sub package |
|---|
| 557 | |
|---|
| 558 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.23-1 |
|---|
| 559 | - new upstream release |
|---|
| 560 | |
|---|
| 561 | * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.22-3 |
|---|
| 562 | - rebuild with openssl-1.0.0c |
|---|
| 563 | |
|---|
| 564 | * Wed Dec 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.22-2 |
|---|
| 565 | - add BuildRequires: gtk2-devel, libudev-devel, xcb-util-devel, |
|---|
| 566 | libtdb-devel, libasyncns-devel |
|---|
| 567 | |
|---|
| 568 | * Wed Dec 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.22-1 |
|---|
| 569 | - new upstream release |
|---|
| 570 | - drop upstreamed patches |
|---|
| 571 | - add gdm-hooks subpackage |
|---|
| 572 | |
|---|
| 573 | * Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.21-2 |
|---|
| 574 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 575 | |
|---|
| 576 | * Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.21-1 |
|---|
| 577 | - new upstream release |
|---|
| 578 | - add patch0-31 from fedora and upstream |
|---|
| 579 | |
|---|
| 580 | * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.18-1 |
|---|
| 581 | - new upstream release |
|---|
| 582 | |
|---|
| 583 | * Sun Sep 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.17-1 |
|---|
| 584 | - new upstream release |
|---|
| 585 | |
|---|
| 586 | * Sat May 09 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.15-2 |
|---|
| 587 | - added compat32 package for x86_64 arch support |
|---|
| 588 | - added BR: libXtst-devel |
|---|
| 589 | |
|---|
| 590 | * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.15-1 |
|---|
| 591 | - new upstream release |
|---|
| 592 | - add BR: libtool-ltdl-devel >= 2.2.6 |
|---|
| 593 | |
|---|
| 594 | * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-3 |
|---|
| 595 | - rebuild with alsa 1.0.19 |
|---|
| 596 | - set /var/run/pulse for pulse's home directory |
|---|
| 597 | |
|---|
| 598 | * Tue Feb 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-2 |
|---|
| 599 | - fix dependency (<BTS:657>) |
|---|
| 600 | - move start-pulseaudio-x11 to module-x11 subpacakge |
|---|
| 601 | - add Requires: pulseaudio-utils to module-x11 subpackage |
|---|
| 602 | |
|---|
| 603 | * Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-1 |
|---|
| 604 | - new upstream release |
|---|
| 605 | |
|---|
| 606 | * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9.13-2 |
|---|
| 607 | - rebuild with bluez-libs-devel-4.15 |
|---|
| 608 | |
|---|
| 609 | * Tue Oct 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.13-1 |
|---|
| 610 | - new upstream release |
|---|
| 611 | |
|---|
| 612 | * Mon Sep 15 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.12-2 |
|---|
| 613 | - added BuildRequires: speex-devel |
|---|
| 614 | |
|---|
| 615 | * Mon Sep 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.12-1 |
|---|
| 616 | - new upstream release |
|---|
| 617 | |
|---|
| 618 | * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.11-2 |
|---|
| 619 | - add Patch1 to change default.ca/daemon.conf |
|---|
| 620 | - enable module-esound-protocol-tcp in default.ca |
|---|
| 621 | - set default values for better performance in daemon.cond |
|---|
| 622 | |
|---|
| 623 | * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.11-1 |
|---|
| 624 | - new upstream release |
|---|
| 625 | |
|---|
| 626 | * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.10-1 |
|---|
| 627 | - initial build for Vine Linux |
|---|
| 628 | - use released version instead of git snapshot |
|---|
| 629 | |
|---|
| 630 | * Thu Jun 26 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.6.git20080626 |
|---|
| 631 | - New GIT snapshot |
|---|
| 632 | |
|---|
| 633 | * Sun Jun 22 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.5.svn20080622 |
|---|
| 634 | - New GIT snapshot |
|---|
| 635 | |
|---|
| 636 | * Wed Jun 18 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.4.svn20080618 |
|---|
| 637 | - New SVN snapshot |
|---|
| 638 | |
|---|
| 639 | * Thu May 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.3.svn20080529 |
|---|
| 640 | - Fix snapshot versioning |
|---|
| 641 | |
|---|
| 642 | * Thu May 29 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.0.svn20080529 |
|---|
| 643 | - New SVN snapshot |
|---|
| 644 | |
|---|
| 645 | * Tue May 20 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.2.svn20080516 |
|---|
| 646 | - Actually apply the patch |
|---|
| 647 | |
|---|
| 648 | * Sat May 17 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.1.svn20080516 |
|---|
| 649 | - Fix a wrong assertion in module-default-device-restore |
|---|
| 650 | |
|---|
| 651 | * Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.0.svn20080516 |
|---|
| 652 | - Update to an svn snapshot of the 'glitch-free' rewrite of pulseaudio |
|---|
| 653 | |
|---|
| 654 | * Sun Mar 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.10-1 |
|---|
| 655 | - Update to PulseAudio 0.9.10 |
|---|
| 656 | - drop all patches, since they have been integrated upstream |
|---|
| 657 | |
|---|
| 658 | * Thu Mar 27 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-13 |
|---|
| 659 | - Abort on CPU time comsumption, so we can get core |
|---|
| 660 | |
|---|
| 661 | * Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-12 |
|---|
| 662 | - Own /usr/libexec/pulse (#437228) |
|---|
| 663 | |
|---|
| 664 | * Wed Mar 12 2008 Adam Jackson <ajax@redhat.com> 0.9.8-11 |
|---|
| 665 | - pulseaudio-0.9.8-disable-realtime.patch: Don't ask PolicyKit for increased |
|---|
| 666 | scheduling mojo for now. It's not clear that it's a win; and if it is, |
|---|
| 667 | the policy should just be fixed to always allow it. |
|---|
| 668 | |
|---|
| 669 | * Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-10 |
|---|
| 670 | - Build the manual pages with xmltoman |
|---|
| 671 | |
|---|
| 672 | * Fri Feb 29 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-9 |
|---|
| 673 | - Fix the fix. |
|---|
| 674 | |
|---|
| 675 | * Fri Feb 29 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-8 |
|---|
| 676 | - Fix multilib issue (#228383) |
|---|
| 677 | - Prevent dumping core if exiting sooner that ltdl initializaion (#427962) |
|---|
| 678 | |
|---|
| 679 | * Thu Feb 21 2008 Adam Tkac <atkac redhat com> 0.9.8-7 |
|---|
| 680 | - really rebuild against new libcap |
|---|
| 681 | |
|---|
| 682 | * Sun Feb 17 2008 Adam Tkac <atkac redhat com> 0.9.8-6 |
|---|
| 683 | - rebuild against new libcap |
|---|
| 684 | |
|---|
| 685 | * Wed Jan 23 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-5 |
|---|
| 686 | - Fix CVE-2008-0008 security issue (#425481) |
|---|
| 687 | |
|---|
| 688 | * Sun Jan 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-4.1 |
|---|
| 689 | - Actually add content to pulseaudio-0.9.8-create-dot-pulse.patch |
|---|
| 690 | - Make the Source0 tag point to URL instead of a local file |
|---|
| 691 | - Drop the nochown patch; it's not applied at all and no longer needed |
|---|
| 692 | |
|---|
| 693 | * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-4 |
|---|
| 694 | - add missing dependency on pulseaudio-utils for pulseaudio-module-x11 |
|---|
| 695 | |
|---|
| 696 | * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-3 |
|---|
| 697 | - Create ~/.pulse/ if not existant |
|---|
| 698 | |
|---|
| 699 | * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-2 |
|---|
| 700 | - Add missing dependency on jack-audio-connection-kit-devel |
|---|
| 701 | |
|---|
| 702 | * Wed Nov 28 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-1 |
|---|
| 703 | - Upgrade to current upstream |
|---|
| 704 | |
|---|
| 705 | * Wed Oct 17 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.16.svn20071017 |
|---|
| 706 | - Another SVN snapshot, fixing another round of bugs (#330541) |
|---|
| 707 | - Split libpulscore into a seperate package to work around multilib limitation (#335011) |
|---|
| 708 | |
|---|
| 709 | * Mon Oct 1 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.15.svn20071001 |
|---|
| 710 | - Another SVN snapshot, fixing another round of bugs |
|---|
| 711 | |
|---|
| 712 | * Sat Sep 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.14.svn20070929 |
|---|
| 713 | - Another SVN snapshot, fixing a couple of subtle bugs |
|---|
| 714 | |
|---|
| 715 | * Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.13.svn20070925 |
|---|
| 716 | - Remove libpulsecore.so symlink from pulseaudio-libs-devel to avoid multilib issues |
|---|
| 717 | |
|---|
| 718 | * Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.12.svn20070925 |
|---|
| 719 | - New SVN snapshot |
|---|
| 720 | - Split off libflashsupport again |
|---|
| 721 | - Rename "-lib" packages to "-libs", like all other packages do it. |
|---|
| 722 | - Provide esound |
|---|
| 723 | |
|---|
| 724 | * Fri Sep 7 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.11.svn20070907 |
|---|
| 725 | - Update SVN snapshot, don't link libpulsecore.so statically anymore |
|---|
| 726 | |
|---|
| 727 | * Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.10.svn20070905 |
|---|
| 728 | - Update SVN snapshot |
|---|
| 729 | |
|---|
| 730 | * Tue Sep 4 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.9.svn20070904 |
|---|
| 731 | - Update SVN snapshot |
|---|
| 732 | - ship libflashsupport in our package |
|---|
| 733 | - drop pulseaudio-devel since libpulsecore is not linked statically |
|---|
| 734 | |
|---|
| 735 | * Thu Aug 23 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.8.svn20070823 |
|---|
| 736 | - Update SVN snapshot |
|---|
| 737 | |
|---|
| 738 | * Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.7.svn20070816 |
|---|
| 739 | - Update SVN snapshot |
|---|
| 740 | |
|---|
| 741 | * Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.6.svn20070816 |
|---|
| 742 | - Update SVN snapshot |
|---|
| 743 | |
|---|
| 744 | * Tue Aug 14 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.5.svn20070814 |
|---|
| 745 | - Forgot to upload tarball |
|---|
| 746 | |
|---|
| 747 | * Tue Aug 14 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.4.svn20070814 |
|---|
| 748 | - Update snapshot. Install file into /etc/xdg/autostart/ to load module-x11-smp |
|---|
| 749 | only after login |
|---|
| 750 | |
|---|
| 751 | * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.3.svn20070812 |
|---|
| 752 | - Depend on tcp_wrappers-devel instead of tcp_wrappers, to make sure we |
|---|
| 753 | actually get the headers installed. |
|---|
| 754 | |
|---|
| 755 | * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.2.svn20070812 |
|---|
| 756 | - Update snapshot, contains 64 bit build fixes, and disables module-x11-xsmp by |
|---|
| 757 | default to avoid deadlock when PA is started from gnome-session |
|---|
| 758 | |
|---|
| 759 | * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.1.svn20070812 |
|---|
| 760 | - Take snapshot from SVN |
|---|
| 761 | |
|---|
| 762 | * Tue May 29 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.6-2 |
|---|
| 763 | - Add libatomic_ops-devel as a build requirement. |
|---|
| 764 | |
|---|
| 765 | * Tue May 29 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.6-1 |
|---|
| 766 | - Upgrade to 0.9.6. |
|---|
| 767 | |
|---|
| 768 | * Sat Mar 2 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-5 |
|---|
| 769 | - Fix merge problems with patch. |
|---|
| 770 | |
|---|
| 771 | * Fri Mar 2 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-4 |
|---|
| 772 | - Add patch to handle ALSA changing the frame size (bug 230211). |
|---|
| 773 | - Add patch for suspended ALSA devices (bug 228205). |
|---|
| 774 | |
|---|
| 775 | * Mon Feb 5 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-3 |
|---|
| 776 | - Add esound-compat subpackage that allows PulseAudio to be a drop-in |
|---|
| 777 | replacement for esd (based on patch by Matthias Clasen). |
|---|
| 778 | - Backport patch allows startup to continue even when the users' |
|---|
| 779 | config cannot be read. |
|---|
| 780 | |
|---|
| 781 | * Wed Oct 23 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-2 |
|---|
| 782 | - Create user and groups for daemon. |
|---|
| 783 | |
|---|
| 784 | * Mon Aug 28 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-1 |
|---|
| 785 | - Upgrade to 0.9.5. |
|---|
| 786 | |
|---|
| 787 | * Wed Aug 23 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-3 |
|---|
| 788 | - Make sure JACK modules are built and packaged. |
|---|
| 789 | |
|---|
| 790 | * Tue Aug 22 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-2 |
|---|
| 791 | - Merge the ALSA modules into the main package as ALSA is the |
|---|
| 792 | standard API. |
|---|
| 793 | |
|---|
| 794 | * Sun Aug 20 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-1 |
|---|
| 795 | - Update to 0.9.4. |
|---|
| 796 | - Remove fix for rpath as it is merged upstream. |
|---|
| 797 | |
|---|
| 798 | * Fri Jul 21 2006 Toshio Kuratomi <toshio@tiki-lounge.com> 0.9.3-2 |
|---|
| 799 | - Remove static libraries. |
|---|
| 800 | - Fix for rpath issues. |
|---|
| 801 | |
|---|
| 802 | * Fri Jul 21 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-1 |
|---|
| 803 | - Update to 0.9.3 |
|---|
| 804 | - GLib 1.2 bindings dropped. |
|---|
| 805 | - Howl compat dropped as Avahi is supported natively. |
|---|
| 806 | - Added fix for pc files on x86_64. |
|---|
| 807 | |
|---|
| 808 | * Sat Jul 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.2-1 |
|---|
| 809 | - Update to 0.9.2. |
|---|
| 810 | - Added Avahi HOWL compat dependencies. |
|---|
| 811 | |
|---|
| 812 | * Thu Jun 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.1-1 |
|---|
| 813 | - Update to 0.9.1. |
|---|
| 814 | |
|---|
| 815 | * Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-2 |
|---|
| 816 | - Build and package doxygen docs |
|---|
| 817 | - Call ldconfig for relevant subpackages. |
|---|
| 818 | |
|---|
| 819 | * Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-1 |
|---|
| 820 | - Update to 0.9.0 |
|---|
| 821 | |
|---|
| 822 | * Tue May 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.8.1-1 |
|---|
| 823 | - Update to 0.8.1 |
|---|
| 824 | - Split into more packages |
|---|
| 825 | - Remove the modules' static libs as those shouldn't be used (they shouldn't |
|---|
| 826 | even be installed) |
|---|
| 827 | |
|---|
| 828 | * Fri Feb 24 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.7-2 |
|---|
| 829 | - dance around with perms so we don't strip the binary |
|---|
| 830 | - add missing BR |
|---|
| 831 | |
|---|
| 832 | * Mon Nov 28 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.7-1 |
|---|
| 833 | - Initial package for Fedora Extras |
|---|