pull/13/head
Volker Grabsch 14 years ago
commit 3ce2cad4a4

@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/ $(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE) $(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 define $(PKG)_UPDATE
wget -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \ wget -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \

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

File diff suppressed because it is too large Load Diff

@ -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 which were provided by the Qt project. It was generated via
the following commands: 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://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' wget -c 'http://download.qt.nokia.com/misc/MinGW-gcc440_1.zip'
mkdir a mkdir a
@ -14,10 +14,10 @@ cp -r a b
unzip -j MinGW-gcc440_1.zip 'mingw/_patches/include.zip' unzip -j MinGW-gcc440_1.zip 'mingw/_patches/include.zip'
unzip -aa -p include.zip '*.patch' | patch -d b/include -p1 unzip -aa -p include.zip '*.patch' | patch -d b/include -p1
(cd b/include; unzip -aa ../../include.zip '*.h') (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 -rf a b include.zip
rm -f w32api-3.13-mingw32-dev.tar.gz MinGW-gcc440_1.zip rm -f w32api-3.13-mingw32-dev.tar.gz MinGW-gcc440_1.zip
#---------------------------------------------------------------------# #--------------------------------------------------------------------#
diff -ruN a/include/amvideo.h b/include/amvideo.h diff -ruN a/include/amvideo.h b/include/amvideo.h
Loading…
Cancel
Save