]> git.pld-linux.org Git - packages/libmpeg3.git/commitdiff
- libmpeg3-pthread.patch: #include <pthread.h>
authorqrczak <qrczak@pld-linux.org>
Wed, 19 Mar 2003 16:48:30 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 2.

Changed files:
    libmpeg3-pthread.patch -> 1.1
    libmpeg3.spec -> 1.25

libmpeg3-pthread.patch [new file with mode: 0644]
libmpeg3.spec

diff --git a/libmpeg3-pthread.patch b/libmpeg3-pthread.patch
new file mode 100644 (file)
index 0000000..c4eef86
--- /dev/null
@@ -0,0 +1,10 @@
+--- libmpeg3-1.5.0/mpeg3private.h~     Fri Oct 18 03:38:19 2002
++++ libmpeg3-1.5.0/mpeg3private.h      Wed Mar 19 17:26:21 2003
+@@ -3,6 +3,7 @@
+ #include <stdint.h>
+ #include <stdio.h>
++#include <pthread.h>
index c7608d8b6b80a77df465f5379d7a5d3e115f9248..c2c5a1c556b60efe57d1dbcf5bd6ed7691972129 100644 (file)
@@ -2,12 +2,13 @@ Summary:      LibMPEG3 decodes the many many derivatives of MPEG standards
 Summary(pl):   LibMPEG3 dekoduje wiele alternatywnych standardów MPEG
 Name:          libmpeg3
 Version:       1.5.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.bz2
 URL:           http://heroinewarriors.com/libmpeg3.php3
 Patch0:                %{name}-acam.patch
+Patch1:                %{name}-pthread.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -82,6 +83,7 @@ MPEG.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.091338 seconds and 4 git commands to generate.