This commit is contained in:
Volker Grabsch 2010-04-13 03:33:28 +02:00
commit 3ce2cad4a4
4 changed files with 2371 additions and 5 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' | \

2366
src/w32api-1-dsound.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ This patch contains some DirectX additions for MinGW's w32api
which were provided by the Qt project. It was generated via
the following commands:
#---------------------------------------------------------------------#
#--------------------------------------------------------------------#
wget -c 'http://kent.dl.sourceforge.net/project/mingw/MinGW API for MS-Windows/w32api-3.13/w32api-3.13-mingw32-dev.tar.gz'
wget -c 'http://download.qt.nokia.com/misc/MinGW-gcc440_1.zip'
mkdir a
@ -14,10 +14,10 @@ cp -r a b
unzip -j MinGW-gcc440_1.zip 'mingw/_patches/include.zip'
unzip -aa -p include.zip '*.patch' | patch -d b/include -p1
(cd b/include; unzip -aa ../../include.zip '*.h')
diff -ruN a b > w32api-directx-additions-of-qt.patch
diff -ruN a b > w32api-2-directx-additions-for-qt.patch
rm -rf a b include.zip
rm -f w32api-3.13-mingw32-dev.tar.gz MinGW-gcc440_1.zip
#---------------------------------------------------------------------#
#--------------------------------------------------------------------#
diff -ruN a/include/amvideo.h b/include/amvideo.h