Build on all platforms

Closes: #953520
This commit is contained in:
Sebastian Ramacher 2020-03-25 21:38:41 +01:00
parent aabca08e03
commit 30ba13cb33

8
debian/control vendored
View file

@ -57,7 +57,7 @@ Vcs-Git: https://salsa.debian.org/multimedia-team/obs-studio.git
Rules-Requires-Root: no
Package: obs-studio
Architecture: any-amd64
Architecture: any
Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: recorder and streamer for live video content
OBS Studio is designed for efficiently recording and streaming live video
@ -73,7 +73,7 @@ Description: recorder and streamer for live video content
Note that OBS Studio requires an OpenGL 3.2 compatible video card.
Package: obs-plugins
Architecture: any-amd64
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Recommends: vlc
Description: recorder and streamer for live video content (plugins)
@ -85,7 +85,7 @@ Description: recorder and streamer for live video content (plugins)
Package: libobs0
Multi-Arch: same
Section: libs
Architecture: any-amd64
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: recorder and streamer for live video content (shared library)
OBS Studio is designed for efficiently recording and streaming live video
@ -95,7 +95,7 @@ Description: recorder and streamer for live video content (shared library)
Package: libobs-dev
Section: libdevel
Architecture: any-amd64
Architecture: any
Depends:
libobs0 (= ${binary:Version}),
${misc:Depends}