Hello community, here is the log from the commit of package apulse for openSUSE:Factory checked in at 2017-07-21 22:49:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apulse (Old) and /work/SRC/openSUSE:Factory/.apulse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apulse" Fri Jul 21 22:49:40 2017 rev:8 rq:511429 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/apulse/apulse.changes 2017-05-10 20:53:42.983763620 +0200 +++ /work/SRC/openSUSE:Factory/.apulse.new/apulse.changes 2017-07-21 22:49:43.629952915 +0200 @@ -0,0 +1,6 @@ +Wed Jul 19 11:59:16 UTC 2017 - [email protected] + +- Add files: + * apulse.conf + * apulse (using apulse.conf and autoload 32-bit or 64-bit library) + New: ---- apulse apulse.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apulse.spec ++++++ --- /var/tmp/diff_new_pack.NOGSUc/_old 2017-07-21 22:49:44.449837261 +0200 +++ /var/tmp/diff_new_pack.NOGSUc/_new 2017-07-21 22:49:44.453836696 +0200 @@ -24,8 +24,10 @@ License: MIT Group: System/Libraries Url: https://github.com/i-rinat/apulse -Source: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf +Source2: %{name}.conf +Source3: %{name} # PATCH-FIX-OPENSUSE apulse-link-math.patch [email protected] -- Link with -lm to fix building. Patch0: apulse-link-math.patch BuildRequires: cmake @@ -39,30 +41,30 @@ %endif %description -PulseAudio emulation intended to be used with Mozilla Firefox. +PulseAudio emulation intended to be used with Skype and Firefox %prep %setup -q %patch0 -p1 %build -%cmake \ - -DUSE_BUNDLED_PULSEAUDIO_HEADERS=OFF \ - -DAPULSEPATH=%{_libdir}/%{name}/ -make %{?_smp_mflags} V=1 +%cmake -DUSE_BUNDLED_PULSEAUDIO_HEADERS=OFF -DAPULSEPATH=%{_libdir}/%{name} +make %{?_smp_mflags} %install -%cmake_install -rm %{buildroot}%{_libdir}/%{name}/*.so - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +mkdir -p %{buildroot}%{_libdir}/%{name} +install -m644 build/libpulse*.so.* %{buildroot}%{_libdir}/%{name} +mkdir %{buildroot}%{_sysconfdir} +install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir} +mkdir %{buildroot}%{_bindir} +install %{SOURCE3} %{buildroot}%{_bindir} %files %defattr(-,root,root) -%doc LICENSE.MIT README.md %{_bindir}/%{name} -%{_libdir}/%{name}/ +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/libpulse*.so.* +%config(noreplace) %{_sysconfdir}/%{name}.conf +%doc LICENSE.MIT README.md %changelog ++++++ apulse ++++++ #!/bin/sh [ -f '/etc/apulse.conf' -a -r '/etc/apulse.conf' ] && . '/etc/apulse.conf'; [ -f $HOME'/.apulse.conf' -a -r $HOME'/.apulse.conf' ] && . $HOME'/.apulse.conf'; APULSE_CAPTURE_DEVICE=${APULSE_CAPTURE_DEVICE:='plughw:0,0'}; APULSE_PLAYBACK_DEVICE=${APULSE_PLAYBACK_DEVICE:='default'}; LD_LIBRARY_PATH='/usr/$LIB/apulse'${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} APULSE_CAPTURE_DEVICE="$APULSE_CAPTURE_DEVICE" APULSE_PLAYBACK_DEVICE="$APULSE_PLAYBACK_DEVICE" "$@"; ++++++ apulse.conf ++++++ APULSE_CAPTURE_DEVICE=${APULSE_CAPTURE_DEVICE:='plughw:0,0'}; APULSE_PLAYBACK_DEVICE=${APULSE_PLAYBACK_DEVICE:='default'}; ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.NOGSUc/_old 2017-07-21 22:49:44.529825978 +0200 +++ /var/tmp/diff_new_pack.NOGSUc/_new 2017-07-21 22:49:44.533825413 +0200 @@ -1,3 +1,2 @@ apulse - autoreqprov off - requires "alsa-<targettype>" + requires "apulse"
