mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] [PATCH] Build dependencies


From: Mark de Wever
Subject: [Mingw-cross-env-list] [PATCH] Build dependencies
Date: Mon, 14 Feb 2011 09:05:15 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi,

Recently I build all packages one by one to see whether they would compile. The attached patch fixes the dependency error I ran into.

Regards,
Mark de Wever
diff -r 241e4a48b198 src/gst-plugins-base.mk
--- a/src/gst-plugins-base.mk   Tue Jan 25 12:12:34 2011 +0100
+++ b/src/gst-plugins-base.mk   Mon Feb 14 08:51:51 2011 +0100
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://gstreamer.freedesktop.org/
 $(PKG)_URL      := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc glib libxml2 gstreamer liboil pango
+$(PKG)_DEPS     := gcc glib libxml2 gstreamer liboil pango ogg vorbis theora
 
 define $(PKG)_UPDATE
     wget -q -O- 
'http://cgit.freedesktop.org/gstreamer/gst-plugins-base/refs/tags' | \
diff -r 241e4a48b198 src/openexr.mk
--- a/src/openexr.mk    Tue Jan 25 12:12:34 2011 +0100
+++ b/src/openexr.mk    Mon Feb 14 08:51:51 2011 +0100
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := openexr-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.openexr.com/
 $(PKG)_URL      := 
http://download.savannah.nongnu.org/releases/openexr/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc ilmbase
+$(PKG)_DEPS     := gcc ilmbase zlib
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://www.openexr.com/downloads.html' | \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]