Some packages rebuild to fix dependencies.

This commit is contained in:
Alexpux
2014-04-16 21:51:57 +04:00
parent 18e0807214
commit c1f4f0e697
3 changed files with 29 additions and 29 deletions

View File

@@ -4,32 +4,32 @@ _realname=SDL
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=1.2.15
pkgrel=1
pkgrel=2
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (mingw-w64)"
arch=('any')
url="http://libsdl.org"
license=("LGPL")
makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config")
depends=("${_mingw_suff}-crt" "${_mingw_suff}-libiconv")
depends=("${_mingw_suff}-gcc-libs" "${_mingw_suff}-libiconv")
options=('staticlibs' 'strip')
source=("$url/release/SDL-$pkgver.tar.gz")
md5sums=('9d96df8417572a2afb781a7c4c811a85')
build() {
mkdir -p "${srcdir}/build-${MINGW_CHOST}"
cd "${srcdir}/build-${MINGW_CHOST}"
"${srcdir}"/SDL-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST}
make
mkdir -p "${srcdir}/build-${MINGW_CHOST}"
cd "${srcdir}/build-${MINGW_CHOST}"
"${srcdir}"/SDL-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST}
make
}
package() {
mkdir -p "${pkgdir}${MINGW_PREFIX}/bin"
cd "${srcdir}/build-${MINGW_CHOST}"
make DESTDIR="$pkgdir" install
rm -r "${pkgdir}${MINGW_PREFIX}/share"
ln -s "${pkgdir}${MINGW_PREFIX}/bin/sdl-config" "${pkgdir}${MINGW_PREFIX}/bin/${MINGW_CHOST}-sdl-config"
cd "${srcdir}/build-${MINGW_CHOST}"
make DESTDIR="$pkgdir" install
#rm -r "${pkgdir}${MINGW_PREFIX}/share"
#ln -s "${pkgdir}${MINGW_PREFIX}/bin/sdl-config" "${pkgdir}${MINGW_PREFIX}/bin/${MINGW_CHOST}-sdl-config"
}

View File

@@ -4,7 +4,7 @@ _realname=allegro
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=5.0.10
pkgrel=1
pkgrel=2
pkgdesc="Portable library mainly aimed at video game and multimedia programming (mingw-w64)"
arch=(any)
url="http://alleg.sourceforge.net"
@@ -19,16 +19,16 @@ makedepends=("${_mingw_suff}-gcc"
"${_mingw_suff}-openal"
"${_mingw_suff}-dumb"
"${_mingw_suff}-libjpeg-turbo")
depends=("${_mingw_suff}-crt")
depends=("${_mingw_suff}-gcc-libs")
optdepends=(
"${_mingw_suff}-dumb: allegro_audio"
"${_mingw_suff}-flac: allegro_audio"
"${_mingw_suff}-freetype: allegro_font"
"${_mingw_suff}-libjpeg-turbo: allegro_image"
"${_mingw_suff}-libpng: allegro_image"
"${_mingw_suff}-libvorbis: allegro_audio"
"${_mingw_suff}-openal: allegro_audio"
"${_mingw_suff}-physfs: allegro_physfs")
"${_mingw_suff}-dumb: allegro_audio"
"${_mingw_suff}-flac: allegro_audio"
"${_mingw_suff}-freetype: allegro_font"
"${_mingw_suff}-libjpeg-turbo: allegro_image"
"${_mingw_suff}-libpng: allegro_image"
"${_mingw_suff}-libvorbis: allegro_audio"
"${_mingw_suff}-openal: allegro_audio"
"${_mingw_suff}-physfs: allegro_physfs")
options=('strip' 'staticlibs')
source=("http://downloads.sourceforge.net/alleg/allegro-$pkgver.tar.gz")
conflicts=("${_mingw_suff}-allegro-static")
@@ -65,7 +65,7 @@ build() {
}
package() {
cd "$srcdir/build-${MINGW_CHOST}"
make install
find "${pkgdir}${MINGW_PREFIX}" -name '*.bat' -o -name '*.def' -o -name '*.exp' | xargs -rtl1 rm
}
cd "$srcdir/build-${MINGW_CHOST}"
make install
find "${pkgdir}${MINGW_PREFIX}" -name '*.bat' -o -name '*.def' -o -name '*.exp' | xargs -rtl1 rm
}

View File

@@ -4,13 +4,13 @@ _realname=atkmm
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=2.22.7
pkgrel=1
pkgrel=2
pkgdesc="C++ bindings for atk (mingw-w64)"
arch=('any')
url="http://gtkmm.sourceforge.net"
license=("LGPL")
makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config")
depends=("${_mingw_suff}-crt"
depends=("${_mingw_suff}-gcc-libs"
"${_mingw_suff}-libsigc++"
"${_mingw_suff}-glibmm>=2.36.0"
"${_mingw_suff}-atk"