Skip to content
Snippets Groups Projects
Unverified Commit f3a0a728 authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Disable ffmpeg support


FFMPEG is patent encumbered, as such is not allowed yet in Apertis

Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
parent b3f55f89
No related branches found
No related tags found
1 merge request!2Disable FFMPEG support
......@@ -15,11 +15,6 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
gobject-introspection (>= 1.41.3),
gsettings-desktop-schemas <!nocheck>,
iso-codes <!nocheck>,
libavcodec-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavdevice-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavfilter-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavformat-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavutil-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libcairo2-dev (>= 1.14.0),
libcolord-dev (>= 0.1.9),
libcloudproviders-dev (>= 0.3.1),
......@@ -235,23 +230,6 @@ Description: GStreamer media backend for the GTK graphical user interface librar
.
This package contains the media module that uses GStreamer as backend.
Package: libgtk-4-media-ffmpeg
Build-Profiles: <pkg.gtk4.ffmpeg>
Section: x11
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Description: FFmpeg media backend for the GTK graphical user interface library
GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the media module that uses FFmpeg as backend.
This module is considered incomplete and experimental, and using the
libgtk-4-media-gstreamer module instead is recommended.
Package: gtk-4-examples
Build-Profiles: <!noinsttest>
Section: x11
......
......@@ -15,11 +15,6 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
gobject-introspection (>= 1.41.3),
gsettings-desktop-schemas <!nocheck>,
iso-codes <!nocheck>,
libavcodec-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavdevice-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavfilter-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavformat-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libavutil-dev (>= 7:4.1.0) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
libcairo2-dev (>= 1.14.0),
libcolord-dev (>= 0.1.9),
libcloudproviders-dev (>= 0.3.1),
......@@ -235,23 +230,6 @@ Description: GStreamer media backend for the GTK graphical user interface librar
.
This package contains the media module that uses GStreamer as backend.
Package: @MEDIA_FFMPEG_PKG@
Build-Profiles: <pkg.gtk4.ffmpeg>
Section: x11
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Description: FFmpeg media backend for the GTK graphical user interface library
GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the media module that uses FFmpeg as backend.
This module is considered incomplete and experimental, and using the
@MEDIA_GSTREAMER_PKG@ module instead is recommended.
Package: @EXAMPLES_PKG@
Build-Profiles: <!noinsttest>
Section: x11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment