Accepting request 709906 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/709906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=161
This commit is contained in:
commit
6a6c43ed36
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 13:28:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Rebase qpaeq-shebang.patch to python3 instead of python, as we
|
||||||
|
build pulseaudio with python3 support and not python2. Aka
|
||||||
|
pulseaudio requires /usr/bin/python3 and not /usr/bin/python.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 12:28:38 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||||
|
shortcut the build queues by allowing usage of systemd-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 26 10:56:57 UTC 2019 - mvetter@suse.com
|
Fri Apr 26 10:56:57 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -70,8 +70,8 @@ BuildRequires: libwebrtc_audio_processing-devel >= 0.3
|
|||||||
BuildRequires: lirc-devel
|
BuildRequires: lirc-devel
|
||||||
BuildRequires: orc >= 0.4.9
|
BuildRequires: orc >= 0.4.9
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
+++ src/utils/qpaeq 2018-05-15 14:12:49.002967454 +0200
|
+++ src/utils/qpaeq 2018-05-15 14:12:49.002967454 +0200
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env python
|
-#!/usr/bin/env python
|
||||||
+#!/usr/bin/python
|
+#!/usr/bin/python3
|
||||||
# qpaeq is a equalizer interface for pulseaudio's equalizer sinks
|
# qpaeq is a equalizer interface for pulseaudio's equalizer sinks
|
||||||
# Copyright (C) 2009 Jason Newton <nevion@gmail.com
|
# Copyright (C) 2009 Jason Newton <nevion@gmail.com
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user