]> git.pld-linux.org Git - packages/libmpeg3.git/commitdiff
- remove patch for old version
authorpioklo <pioklo@linuxpl.com>
Tue, 2 Apr 2002 08:17:55 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmpeg3-install.patch -> 1.4

libmpeg3-install.patch [deleted file]

diff --git a/libmpeg3-install.patch b/libmpeg3-install.patch
deleted file mode 100644 (file)
index fa9622b..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -urN libmpeg3-1.2.3.org/Makefile libmpeg3-1.2.3/Makefile
---- libmpeg3-1.2.3.org/Makefile        Sat Feb 10 23:20:50 2001
-+++ libmpeg3-1.2.3/Makefile    Sat Feb 10 23:20:59 2001
-@@ -87,9 +87,31 @@
-       video/slice_pic.o \
-       video/vlc_pic.o
-+INSTALL_HEADERS = \
-+      bitstream.h \
-+      libmpeg3.h \
-+      mpeg3atrack.h \
-+      mpeg3css.h \
-+      mpeg3demux.h \
-+      mpeg3io.h \
-+      mpeg3private.h \
-+      mpeg3private.inc \
-+      mpeg3title.h \
-+      mpeg3vtrack.h \
-+      timecode.h
-+
-+INSTALL_AHEADERS = \
-+      audio/ac3.h \
-+      audio/mpeg3audio.h
-+
-+INSTALL_VHEADERS = \
-+      video/idct.h \
-+      video/slice.h \
-+      video/mpeg3video.h
-+
- OUTPUT = libmpeg3.a
- OUTPUT_SHARED = libmpeg3.so.$(MAJOR).$(MINOR).$(MICRO)
--UTILS = dump mpeg3cat mpeg3toc mpeg3split
-+UTILS = mpeg3dump mpeg3cat mpeg3toc mpeg3split
- LIBS = -lm -lpthread
- all: $(OUTPUT) $(OUTPUT_SHARED) util
-@@ -105,8 +127,8 @@
-       $(CC) $(CFLAGSSHARE) -o $(OUTPUT_SHARED) $(MMXOBJS_SHARED) $(VIDEOOBJS_SHARED) $(AUDIOOBJS_SHARED) $(IFOOBJS_SHARED) $(OBJS_SHARED)
-       ln -sf $(OUTPUT_SHARED) libmpeg3.so
--dump: dump.o $(OUTPUT_SHARED)
--      $(CC) -o dump dump.o -L. -lmpeg3 $(LIBS)
-+mpeg3dump: dump.o $(OUTPUT_SHARED)
-+      $(CC) -o mpeg3dump dump.o -L. -lmpeg3 $(LIBS)
- mpeg3cat: mpeg3cat.o $(OUTPUT_SHARED)
-       $(CC) -o mpeg3cat mpeg3cat.o -L. -lmpeg3 $(LIBS)
-@@ -130,6 +152,20 @@
-       make -C video clean
-       rm -f core *.o *.so* $(OUTPUT)
-       rm -f $(UTILS)
-+
-+install:
-+      install -d $(DESTDIR)/bin
-+      install -d $(DESTDIR)/include/libmpeg3
-+      install -d $(DESTDIR)/include/libmpeg3/audio
-+      install -d $(DESTDIR)/include/libmpeg3/video
-+      install -d $(DESTDIR)/lib
-+      install $(UTILS) $(DESTDIR)/bin
-+      install -m 644 $(INSTALL_HEADERS) $(DESTDIR)/include/libmpeg3
-+      install -m 644 $(INSTALL_AHEADERS) $(DESTDIR)/include/libmpeg3/audio
-+      install -m 644 $(INSTALL_VHEADERS) $(DESTDIR)/include/libmpeg3/video
-+      install -m 644 $(OUTPUT) $(DESTDIR)/lib
-+      install $(OUTPUT_SHARED) $(DESTDIR)/lib
-+      ln -sf $(OUTPUT_SHARED) $(DESTDIR)/lib/libmpeg3.so
- backup: clean
-       cd .. && \
-diff -urN libmpeg3-1.2.3.org/configure libmpeg3-1.2.3/configure
---- libmpeg3-1.2.3.org/configure       Sat Feb 10 23:20:50 2001
-+++ libmpeg3-1.2.3/configure   Sat Feb 10 23:21:49 2001
-@@ -38,6 +38,8 @@
- if test -z "$CFLAGS"; then
-       echo >> global_config "CFLAGS = -O2 -D_FILE_OFFSET_BITS=64 -funroll-loops -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -march=i486 -I/usr/local/include"
-+else
-+      echo >> global_config "$CFLAGS"
- fi
- cat >> global_config << EOF
This page took 0.087112 seconds and 4 git commands to generate.