#12 Restore libusb support
Merged 2 years ago by wtaymans. Opened 2 years ago by ngompa.
rpms/ ngompa/pipewire fix-libusb-enable  into  rawhide

file modified
+6 -12
@@ -9,7 +9,7 @@ 

  %global ms_version   0.4.1

  

  # For rpmdev-bumpspec and releng automation

- %global baserelease 1

+ %global baserelease 2

  

  #global snapdate   20210107

  #global gitcommit  b17db2cebc1a5ab2c01851d29c05f79cd2f262bb
@@ -54,13 +54,6 @@ 

  %bcond_without libcamera_plugin

  %endif

  

- # libusb is removed from f37

- %if (0%{?fedora} && 0%{?fedora} < 37)

- %bcond_without libusb

- %else

- %bcond_with libusb

- %endif

- 

  %bcond_without v4l2

  

  Name:           pipewire
@@ -126,9 +119,7 @@ 

  BuildRequires:  pulseaudio-libs-devel

  BuildRequires:  avahi-devel

  BuildRequires:  pkgconfig(webrtc-audio-processing) >= 0.2

- %if %{with libusb}

- BuildRequires:  libusb-devel

- %endif

+ BuildRequires:  libusb1-devel

  BuildRequires:  readline-devel

  BuildRequires:  lilv-devel

  BuildRequires:  openssl-devel
@@ -371,7 +362,7 @@ 

      %{?with_jack:-D jack-devel=true} 						\

      %{!?with_alsa:-D pipewire-alsa=disabled}					\

      %{?with_vulkan:-D vulkan=enabled}						\

-     %{!?with_libusb:-D libusb=disabled}

+     %{nil}

  %meson_build

  

  %install
@@ -625,6 +616,9 @@ 

  %endif

  

  %changelog

+ * Thu Nov 10 2022 Neal Gompa <ngompa@fedoraproject.org> - 0.3.60-2

+ - Restore libusb support

+ 

  * Thu Nov 10 2022 Wim Taymans <wtaymans@redhat.com> - 0.3.60-1

  - Update version to 0.3.60

  

no initial comment

Pull-Request has been merged by wtaymans

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata