rpms/xvidcore/F-9 .cvsignore, 1.2, 1.3 sources, 1.2,
1.3 xvidcore.spec, 1.1, 1.2 xvidcore-noexecstack.patch, 1.1, NONE
Dominik Mierzejewski
rathann at rpmfusion.org
Tue Feb 10 23:37:16 CET 2009
- Previous message: rpms/x264/F-9 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 x264.desktop,
1.1, 1.2 x264.spec, 1.1, 1.2
- Next message: rpms/xine-lib-extras-freeworld/devel .cvsignore, 1.5, 1.6 sources,
1.5, 1.6 xine-lib-extras-freeworld.spec, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: rathann
Update of /cvs/free/rpms/xvidcore/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11505
Modified Files:
.cvsignore sources xvidcore.spec
Removed Files:
xvidcore-noexecstack.patch
Log Message:
* Tue Feb 10 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.2.1-1
- 1.2.1
- drop upstreamed noexec stack patch
- BR recent nasm instead of yasm
- licence seems to be just GPLv2+
- move TODO from main to -devel doc
- update summary and description
- small spec file fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 17:39:46 -0000 1.2
+++ .cvsignore 10 Feb 2009 22:37:16 -0000 1.3
@@ -1 +1 @@
-xvidcore-1.1.3.tar.bz2
+xvidcore-1.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 17:39:46 -0000 1.2
+++ sources 10 Feb 2009 22:37:16 -0000 1.3
@@ -1 +1 @@
-29c60d4d991ac18f687a8fd13cfe64b7 xvidcore-1.1.3.tar.bz2
+8c4470ae8e5a104abedb39f6c70e2a40 xvidcore-1.2.1.tar.bz2
Index: xvidcore.spec
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-9/xvidcore.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xvidcore.spec 3 Aug 2008 17:39:46 -0000 1.1
+++ xvidcore.spec 10 Feb 2009 22:37:16 -0000 1.2
@@ -1,38 +1,41 @@
Name: xvidcore
-Version: 1.1.3
-Release: 4%{?dist}
-Summary: Free reimplementation of the OpenDivX video codec
+Version: 1.2.1
+Release: 1%{?dist}
+Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
-License: XVID (GPL with specific restrictions)
+License: GPLv2+
URL: http://www.xvid.org/
Source0: http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
-Patch0: %{name}-noexecstack.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%ifarch %{ix86} x86_64
-BuildRequires: yasm
+BuildRequires: nasm >= 2.0
%endif
%description
-Free reimplementation of the OpenDivX video codec. You can play OpenDivX
-and DivX4 videos with it, as well as encode compatible files.
+The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple
+Profile standards. It permits compressing and decompressing digital video
+in order to reduce the required bandwidth of video data for transmission
+over computer networks or efficient storage on CDs or DVDs. Due to its
+unrivalled quality Xvid has gained great popularity and is used in many
+other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and
+many more.
%package devel
-Summary: Development files for the XviD video codec
+Summary: Development files for the Xvid video codec
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains header files, static library and API
-documentation for the XviD video codec.
+documentation for the Xvid video codec.
%prep
-%setup -q
-%patch0 -p1 -b .noexec
+%setup -q -n %{name}
chmod -x examples/*.pl
-f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
+f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && touch -r $f $f.utf8 && mv $f.utf8 $f
# Yes, we want to see the build output.
%{__perl} -pi -e 's/^\t@(?!echo\b)/\t/' build/generic/Makefile
@@ -48,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
make -C build/generic install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/libxvidcore.a
+rm $RPM_BUILD_ROOT%{_libdir}/libxvidcore.a
cd $RPM_BUILD_ROOT%{_libdir}
chmod 755 libxvidcore.so*
/sbin/ldconfig -n .
@@ -67,17 +70,26 @@
%files
%defattr(-,root,root,-)
-%doc LICENSE README AUTHORS ChangeLog TODO
+%doc LICENSE README AUTHORS ChangeLog
%{_libdir}/libxvidcore.so.*
%files devel
%defattr(-,root,root,-)
-%doc CodingStyle examples/
+%doc CodingStyle TODO examples/
%{_includedir}/xvid.h
%{_libdir}/libxvidcore.so
%changelog
+* Tue Feb 10 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.2.1-1
+- 1.2.1
+- drop upstreamed noexec stack patch
+- BR recent nasm instead of yasm
+- licence seems to be just GPLv2+
+- move TODO from main to -devel doc
+- update summary and description
+- small spec file fixes
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.3-4
- rebuild
--- xvidcore-noexecstack.patch DELETED ---
- Previous message: rpms/x264/F-9 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 x264.desktop,
1.1, 1.2 x264.spec, 1.1, 1.2
- Next message: rpms/xine-lib-extras-freeworld/devel .cvsignore, 1.5, 1.6 sources,
1.5, 1.6 xine-lib-extras-freeworld.spec, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list