From 7aaa3d9bc1c1c549ef8bd99e9758959b5f0e1177 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:06:47 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.5-3mamba;Sun Aug 18 2013] --- README.md | 3 +++ ogmtools.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 ogmtools.spec diff --git a/README.md b/README.md index e2406dd..2b62a66 100644 --- a/README.md +++ b/README.md @@ -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". + diff --git a/ogmtools.spec b/ogmtools.spec new file mode 100644 index 0000000..bb627b9 --- /dev/null +++ b/ogmtools.spec @@ -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 +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 1.5-3mamba +- automatic rebuild by autodist + +* Tue May 27 2008 Silvan Calarco 1.5-2mamba +- rebuilt against libdvdread 4.1.2 +- updated maintainer + +* Wed Nov 07 2007 Aleph0 1.5-1mamba +- update to 1.5 + +* Fri Oct 22 2004 Alessandro Ramazzina 1.4.1-1 +- rebuilt and moved from devel-contrib to devel branch + +* Wed Sep 22 2004 Matteo Bernasconi 1.4.1-1 +- First Build