From e3fc1c0cc231fb8f3bfe6db77e1a091411c1da66 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 6 Jan 2001 23:49:59 +0000 Subject: 1) Update to version 0.53.1 2) Update codec distribution to version 001222 3) Add codec wmvds32.ax 4) Install avifile library (both shared and static) version .0 (distfile's numbering) 5) Have the binaries use the shared library 6) Add a libtool hack fix kindly provided by Maxim Sobolev 7) Add an adhoc fix to insure build of avifile utilities despite possible misbehavior of the configure script 9) Update pkg-descr with more informative message 10) Update pkg-comment with more precise message 11) Update pkg-message with information about possible build problems. This port requires qt with thread support. PR: ports/23941 Submitted by: maintainer, Volker Stolz --- multimedia/win32-codecs/files/patch-ad | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 multimedia/win32-codecs/files/patch-ad (limited to 'multimedia/win32-codecs/files/patch-ad') diff --git a/multimedia/win32-codecs/files/patch-ad b/multimedia/win32-codecs/files/patch-ad deleted file mode 100644 index 03103c655807..000000000000 --- a/multimedia/win32-codecs/files/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Tue Oct 3 08:19:35 2000 -+++ Makefile.in Fri Oct 6 13:36:01 2000 -@@ -66,17 +66,14 @@ - $(INSTALL_PROGRAM) -m0755 ./avifile-config $(bindir) - - install: -- -$(INSTALL_PROGRAM) -d $(datadir) - -$(INSTALL_PROGRAM) -d $(includedir)/avifile/wine - -$(INSTALL_PROGRAM) -d $(datadir)/avifile -- -$(INSTALL_PROGRAM) -d $(libdir) -- -$(INSTALL_PROGRAM) -d $(bindir) - -$(INSTALL_PROGRAM) ./lib/libaviplay.so $(libdir) - -$(INSTALL_PROGRAM) ./include/*.h $(includedir)/avifile - -$(INSTALL_PROGRAM) ./include/wine/*.h $(includedir)/avifile/wine - ifeq (@USE_QT@,1) -- -$(INSTALL_PROGRAM) ./bin/aviplay $(bindir) -- -$(INSTALL_PROGRAM) ./bin/benchmark $(bindir) -+ -$(INSTALL_PROGRAM) -s ./bin/aviplay $(bindir) -+ -$(INSTALL_PROGRAM) -s ./bin/benchmark $(bindir) - -$(INSTALL_PROGRAM) ./bin/*.ppm $(datadir)/avifile - -$(INSTALL_PROGRAM) ./bin/*.png $(datadir)/avifile - ifeq (@USE_VIDCAP@,1) -- cgit v1.2.3