bugfix: remove all dependencies to the directx package which no longer exists

This commit is contained in:
Volker Grabsch 2010-04-13 03:12:25 +02:00
parent f6248e8b68
commit 95e1ec1dec
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(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 gst-plugins-base liboil libshout cairo directx flac gtk jpeg libpng speex taglib
$(PKG)_DEPS := gcc glib libxml2 gstreamer gst-plugins-base liboil libshout cairo flac gtk jpeg libpng speex taglib
define $(PKG)_UPDATE
wget -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \

View File

@ -10,7 +10,7 @@ $(PKG)_SUBDIR := portaudio
$(PKG)_FILE := pa_stable_v$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.portaudio.com
$(PKG)_URL := http://www.portaudio.com/archives/$($(PKG)_FILE)
$(PKG)_DEPS := gcc directx
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://www.portaudio.com/download.html' | \