Projects
Essentials
xvid
xvidcore.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xvidcore.spec of Package xvid
# # spec file for package xvidcore # # Copyright (c) 2020 Packman Team <packman@links2linux.de> # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 https://bugs.links2linux.org/ # %define soname 4 Name: xvidcore Version: 1.3.7 Release: 0 Summary: Xvid is a high quality MPEG-4 ASP video codec License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors URL: https://www.xvid.com/ Source0: https://downloads.xvid.com/downloads/xvidcore-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: nasm BuildRequires: pkgconfig %description Xvid is a high quality MPEG-4 ASP video codec. Xvid encoded MPEG-4 videos can be played back by other MPEG-4 implementations decoders such as DivX, FFmpeg MPEG-4 or standalone DVD players capable of MPEG-4 playback. %description -l de Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec. Xvid encodete MPEG-4 Videos können von anderen MPEG-4 Decodern wie DivX, FFmpeg MPEG-4 oder separaten DVD-Playern mit MPEG-4 Implementierungen wieder gegeben werden. %package -n lib%{name}-devel Summary: Development files of XviD video codec Summary(de): Entwicklerdateien des XviD Video-Codecs Group: Development/Libraries/C and C++ Requires: lib%{name}%{soname} = %{version} %description -n lib%{name}-devel Xvid is a high quality MPEG-4 ASP video codec. Development files of XviD video codec. %description -n lib%{name}-devel -l de Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec. Entwicklerdateien des XviD Video-Codecs. %package -n lib%{name}%{soname} Summary: Shared library libxvidcore Summary(de): Bibliothek libxvidcore Group: Productivity/Multimedia/Video/Editors and Convertors %description -n lib%{name}%{soname} Xvid is a high quality MPEG-4 ASP video codec. Shared library of XviD video codec. %description -n lib%{name}%{soname} -l de Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec. Bibliothek des XviD Video Codecs. %prep %setup -q -n "%{name}" dos2unix ChangeLog %build cd build/generic %configure %make_build %install install -d "%{buildroot}%{_libdir}" install -d "%{buildroot}%{_includedir}" pushd 'build/generic/=build' install *.so* "%{buildroot}%{_libdir}/" popd #'build/generic/=build' pushd src install xvid.h "%{buildroot}%{_includedir}/" popd #src pushd "%{buildroot}%{_libdir}" ln -s libxvidcore.so.%{soname}.* libxvidcore.so.%{soname} ln -s libxvidcore.so.%{soname} libxvidcore.so popd #libdir %post -n lib%{name}%{soname} -p /sbin/ldconfig %postun -n lib%{name}%{soname} -p /sbin/ldconfig %files -n lib%{name}-devel %defattr(644,root,root,755) %doc AUTHORS ChangeLog CodingStyle README TODO examples %{_includedir}/*.h %{_libdir}/*.so %files -n lib%{name}%{soname} %defattr(644,root,root) %license LICENSE %{_libdir}/libxvidcore.so.%{soname}* %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
.