pulseaudio-vl.spec 31 KB

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