Projects
Multimedia
oggvideotools
oggvideotools.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File oggvideotools.spec of Package oggvideotools
# # spec file for package oggvideotools # # Copyright (c) 2017 Packman Team <packman@links2linux.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.links2linux.org/ # Name: oggvideotools Version: 0.9.1 Release: 0 Summary: Toolbox for manipulating Ogg Video Files License: GPL-2.0 Group: Productivity/Multimedia/Video/Editors and Convertors Url: http://dev.streamnik.de/oggvideotools.html Source: http://prdownloads.sourceforge.net/oggvideotools/oggvideotools-%{version}.tar.bz2 Patch0: oggvideotools.patch Patch2: oggvideotools-paths.patch Patch3: oggvideotools-gcc6.patch BuildRequires: SDL-devel BuildRequires: libboost_headers-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gd-devel BuildRequires: glibc-devel BuildRequires: libogg-devel BuildRequires: libstdc++-devel BuildRequires: libtheora-devel BuildRequires: libtool BuildRequires: libvorbis-devel BuildRequires: make BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The "Ogg Video Tools" is a toolbox for manipulating Ogg video files, which usually consist of a video stream (Theora) and an audio stream (Vorbis). It includes a number of handy command line tools for manipulating these video files, such as for splitting the different streams. %prep %setup -q %patch -P 0 -p1 %patch -P 2 -p1 %patch -P 3 -p1 %build pushd build cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ .. make %{?_smp_mflags} popd %install pushd build make DESTDIR=%{buildroot} install popd chmod +x %{buildroot}%{_bindir}/mkSlideshow %{buildroot}%{_bindir}/mkThumbs %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README %{_bindir}/mkSlideshow %{_bindir}/mkThumbs %{_bindir}/oggCat %{_bindir}/oggCut %{_bindir}/oggDump %{_bindir}/oggJoin %{_bindir}/oggLength %{_bindir}/oggSilence %{_bindir}/oggSlideshow %{_bindir}/oggSplit %{_bindir}/oggThumb %{_bindir}/oggTranscode %{_mandir}/man1/mkThumbs.1%{ext_man} %{_mandir}/man1/ogg*.1%{ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.