pulseaudio-vl.spec 29 KB

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