|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
Version: 1.16.2
|
|
|
|
Version: 1.17.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://gstreamer.freedesktop.org/
|
|
|
|
URL: https://gstreamer.freedesktop.org/
|
|
|
|
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
|
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
@ -11,11 +11,11 @@ Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
|
|
|
BuildRequires: libid3tag-devel >= 0.15.0
|
|
|
|
BuildRequires: libid3tag-devel >= 0.15.0
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
|
|
|
BuildRequires: opencore-amr-devel
|
|
|
|
BuildRequires: orc-devel >= 0.4.5
|
|
|
|
BuildRequires: orc-devel >= 0.4.5
|
|
|
|
BuildRequires: x264-devel >= 0.0.0-0.28
|
|
|
|
BuildRequires: x264-devel >= 0.0.0-0.28
|
|
|
|
BuildRequires: opencore-amr-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Provides locale files
|
|
|
|
# Provides locale files
|
|
|
|
# relax dep to >= to make fedora/rpmfusion upgrades easier
|
|
|
|
# relax dep to >= to make fedora/rpmfusion upgrades easier
|
|
|
@ -39,31 +39,22 @@ gstreamer-plugins-good because:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
%meson \
|
|
|
|
--disable-silent-rules --disable-fatal-warnings \
|
|
|
|
-D package-name='gst-plugins-ugly 1.0 rpmfusion rpm' \
|
|
|
|
--with-package-name="gst-plugins-ugly 1.0 rpmfusion rpm" \
|
|
|
|
-D package-origin='http://rpmfusion.org/' \
|
|
|
|
--with-package-origin="http://rpmfusion.org/" \
|
|
|
|
-D doc=disabled \
|
|
|
|
--disable-static \
|
|
|
|
-D cdio=disabled \
|
|
|
|
--enable-debug \
|
|
|
|
-D dvdread=disabled \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
-D a52dec=disabled \
|
|
|
|
--disable-mpg123 \
|
|
|
|
-D sidplay=disabled \
|
|
|
|
--disable-cdio \
|
|
|
|
-D xingmux=disabled \
|
|
|
|
--disable-dvdread \
|
|
|
|
-D mpeg2dec=disabled \
|
|
|
|
--disable-a52dec \
|
|
|
|
-D nls=disabled
|
|
|
|
--disable-xingmux \
|
|
|
|
|
|
|
|
--disable-lame \
|
|
|
|
%meson_build
|
|
|
|
--disable-twolame \
|
|
|
|
|
|
|
|
--disable-mpeg2dec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install V=1
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
|
|
rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/locale/
|
|
|
|
|
|
|
|
rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS README REQUIREMENTS
|
|
|
|
%doc AUTHORS README REQUIREMENTS
|
|
|
@ -81,6 +72,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Leigh Scott <leigh123linux@gmail.com> - 1.17.1-1
|
|
|
|
|
|
|
|
- 1.17.1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 12 2020 Leigh Scott <leigh123linux@gmail.com> - 1.16.2-3
|
|
|
|
* Thu Mar 12 2020 Leigh Scott <leigh123linux@gmail.com> - 1.16.2-3
|
|
|
|
- Rebuilt for i686
|
|
|
|
- Rebuilt for i686
|
|
|
|
|
|
|
|
|
|
|
|