Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XVidCore 1.3.4 (upstream update) #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions specs/xvidcore/xvidcore.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@

Summary: Free reimplementation of the OpenDivX video codec
Name: xvidcore
Version: 1.2.2
Version: 1.3.4
Release: 1%{?dist}
License: XviD
Group: System Environment/Libraries
URL: http://www.xvid.org/

Source: http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
Patch0: xvidcore-1.1.0-verbose-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: yasm
Expand Down Expand Up @@ -47,7 +46,6 @@ needed to build applications that will use the XviD video codec.

%prep
%setup -n %{name}
%patch0 -p1 -b .verbose-build

%build
cd build/generic/
Expand All @@ -61,9 +59,9 @@ cd build/generic/
%{__make} install DESTDIR="%{buildroot}"
cd -
### Make .so and .so.x symlinks to the so.x.y file, +x to get proper stripping
%{__ln_s} -f libxvidcore.so.4.2 %{buildroot}%{_libdir}/libxvidcore.so.4
%{__ln_s} -f libxvidcore.so.4.2 %{buildroot}%{_libdir}/libxvidcore.so
%{__chmod} +x %{buildroot}%{_libdir}/libxvidcore.so.4.2
%{__ln_s} -f libxvidcore.so.4.3 %{buildroot}%{_libdir}/libxvidcore.so.4
%{__ln_s} -f libxvidcore.so.4.3 %{buildroot}%{_libdir}/libxvidcore.so
%{__chmod} +x %{buildroot}%{_libdir}/libxvidcore.so.4.3
### Remove unwanted files from the docs
%{__rm} -f doc/Makefile
### Clear executable stack flag bit (should not be needed)
Expand All @@ -88,6 +86,9 @@ cd -
%exclude %{_libdir}/libxvidcore.a

%changelog
* Tue Feb 23 2016 Moriyoshi Koizumi <[email protected]> - 1.3.4-1
- Updated to release 1.3.4.

* Tue Jul 21 2009 Dag Wieers <[email protected]> - 1.2.2-1
- Updated to release 1.2.2.

Expand Down