automatic rebuild by autodist [release 1.5-3mamba;Sun Aug 18 2013]

This commit is contained in:
Automatic Build System 2024-01-06 08:06:47 +01:00
parent 752917c785
commit 7aaa3d9bc1
2 changed files with 75 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# ogmtools
These tools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Note that OGM is used for "OGG media streams".

72
ogmtools.spec Normal file
View File

@ -0,0 +1,72 @@
Name: ogmtools
Version: 1.5
Release: 3mamba
Summary: Tools for Ogg media streams
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.bunkus.org/videotools/ogmtools/
Source: http://www.bunkus.org/videotools/ogmtools/ogmtools-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdvdread-devel
BuildRequires: libgcc
BuildRequires: libogg-devel
BuildRequires: libstdc++6-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
These tools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Note that OGM is used for "OGG media streams".
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/dvdxchap
%{_bindir}/ogmcat
%{_bindir}/ogmdemux
%{_bindir}/ogminfo
%{_bindir}/ogmmerge
%{_bindir}/ogmsplit
%{_mandir}/man1/dvdxchap.*
%{_mandir}/man1/ogmcat.*
%{_mandir}/man1/ogmdemux.*
%{_mandir}/man1/ogminfo.*
%{_mandir}/man1/ogmmerge.*
%{_mandir}/man1/ogmsplit.*
%doc README ChangeLog TODO COPYING
%changelog
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.5-3mamba
- automatic rebuild by autodist
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
- rebuilt against libdvdread 4.1.2
- updated maintainer
* Wed Nov 07 2007 Aleph0 <aleph0@openmamba.org> 1.5-1mamba
- update to 1.5
* Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 1.4.1-1
- rebuilt and moved from devel-contrib to devel branch
* Wed Sep 22 2004 Matteo Bernasconi <voyagernm@virgilio.it> 1.4.1-1
- First Build