summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2004-01-09 11:27:58 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit41534259152f279892e2b2b2e7675452e003e463 (patch)
tree275d33c7e36fcb72a7b347db49d90da8598fb974
parentc573200a387d438ccb7a766edbd73c9ae3930b5d (diff)
downloadmpeg2dec-auto/ac/mpeg2dec-0_4_0-2.zip
mpeg2dec-auto/ac/mpeg2dec-0_4_0-2.tar.gz
- don't try do disable PIC when compiling the library (-use_pic.patch, fixes AMD64 and probably Alpha compilation)auto/ac/mpeg2dec-0_4_0-2
Changed files: mpeg2dec.spec -> 1.21
-rw-r--r--mpeg2dec.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpeg2dec.spec b/mpeg2dec.spec
index 697f20b..a152429 100644
--- a/mpeg2dec.spec
+++ b/mpeg2dec.spec
@@ -2,12 +2,13 @@ Summary: MPEG-2 Decoder
Summary(pl): Dekoder plików MPEG-2
Name: mpeg2dec
Version: 0.4.0
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications/Graphics
Source0: http://libmpeg2.sourceforge.net/files/%{name}-%{version}.tar.gz
# Source0-md5: 49a70fef1b0f710ed7e64ed32ee82d4d
Patch0: %{name}-opt.patch
+Patch1: %{name}-use_pic.patch
URL: http://libmpeg2.sourceforge.net/
BuildRequires: SDL-devel
BuildRequires: XFree86-devel
@@ -61,6 +62,7 @@ Statyczne biblioteki dekodera MPEG-2.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}