automatic version update by autodist [release 1.4.3-1mamba;Fri Oct 31 2014]
This commit is contained in:
parent
d4d55b03bc
commit
59494ced47
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1).0
|
%define apiver %(echo %version | cut -d. -f 1).0
|
||||||
Name: gst-plugins-ugly
|
Name: gst-plugins-ugly
|
||||||
Version: 1.2.4
|
Version: 1.4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of plug-ins for gstreamer considered to have ugly quality code
|
Summary: A set of plug-ins for gstreamer considered to have ugly quality code
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -15,24 +15,22 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: liba52dec-devel
|
BuildRequires: liba52dec-devel
|
||||||
BuildRequires: libamrnb-devel
|
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
BuildRequires: libdvdread-devel
|
BuildRequires: libdvdread-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgst-plugins-base-devel
|
BuildRequires: libgst-plugins-base-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: libid3tag-devel
|
|
||||||
BuildRequires: liblame-devel
|
BuildRequires: liblame-devel
|
||||||
BuildRequires: libmad-devel
|
BuildRequires: libmad-devel
|
||||||
BuildRequires: liboil-devel
|
BuildRequires: libmpeg2-devel
|
||||||
|
BuildRequires: libopencore-amr-devel
|
||||||
|
BuildRequires: liborc-devel
|
||||||
BuildRequires: libsidplay-devel
|
BuildRequires: libsidplay-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libtwolame-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libx264-devel
|
||||||
BuildRequires: mpeg2dec-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libopencore-amr-devel
|
|
||||||
BuildRequires: libdvdnav-devel
|
BuildRequires: libdvdnav-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
#configure: *** Plug-ins without external dependencies that will be built:
|
#configure: *** Plug-ins without external dependencies that will be built:
|
||||||
@ -75,9 +73,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GStreamer Ugly Plug-ins is a set of plug-ins that we consider to have good quality code, correct functionality, our preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
GStreamer Ugly Plug-ins is a set of plug-ins that we consider to have good quality code, correct functionality, our preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%package apidocs
|
||||||
|
Group: Documentation
|
||||||
|
Summary: %{name} API documentation
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: gtk-doc
|
||||||
|
|
||||||
|
%description apidocs
|
||||||
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -92,25 +98,33 @@ This package contains static libraries and header files need for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}-%{majver}
|
%find_lang %{name}-%{apiver}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}-%{majver}.lang
|
%files -f %{name}-%{apiver}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/gstreamer-%{majver}/libgst*.so
|
%{_libdir}/gstreamer-%{apiver}/libgst*.so
|
||||||
%{_datadir}/gstreamer-%{majver}/presets/GstX264Enc.prs
|
%{_datadir}/gstreamer-%{apiver}/presets/GstX264Enc.prs
|
||||||
%{_datadir}/gstreamer-%{majver}/presets/GstAmrnbEnc.prs
|
%{_datadir}/gstreamer-%{apiver}/presets/GstAmrnbEnc.prs
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/gstreamer-%{majver}/libgst*.a
|
#%{_libdir}/gstreamer-%{apiver}/libgst*.a
|
||||||
%{_libdir}/gstreamer-%{majver}/libgst*.la
|
%{_libdir}/gstreamer-%{apiver}/libgst*.la
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
|
%files apidocs
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}
|
||||||
|
%{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 22 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
* Tue Apr 22 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user