pulseaudio-vl.spec 34 KB

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