Skip to content

Instantly share code, notes, and snippets.

View ant32's full-sized avatar

Philip A Reimer ant32

  • Alberta, Canada
View GitHub Profile
@ant32
ant32 / PKGBUILD
Created January 28, 2015 20:35
mingw-w64-gst-plugins-base 1.4.5-1
pkgname=mingw-w64-gst-plugins-base
pkgver=1.4.5
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)"
arch=(any)
license=('LGPL')
url="http://gstreamer.freedesktop.org/"
options=('!strip' '!buildflags' 'staticlibs')
depends=(mingw-w64-gstreamer
mingw-w64-libvorbis
@ant32
ant32 / PKGBUILD
Created January 28, 2015 21:19
mingw-w64-plibc 0.1.7.r147-1
# Maintainer: Leo von Klenze <devel@leo.von-klenze.de>
pkgname=mingw-w64-plibc
pkgver=0.1.7.r147
pkgrel=1
pkgdesc="A POSIX compliant libc for Windows"
arch=(any)
url="http://plibc.sourceforge.net/"
license=('LGPL')
makedepends=(libtool dos2unix mingw-w64-configure subversion)
depends=(mingw-w64-crt)
@ant32
ant32 / PKGBUILD
Created January 28, 2015 21:31
mingw-w64-microhttpd 0.9.37-1
# Maintainer: Leo von Klenze <devel@leo.von-klenze.de>
pkgname=mingw-w64-microhttpd
pkgver=0.9.37
pkgrel=1
pkgdesc="GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application"
arch=(any)
url="http://www.gnu.org/software/libmicrohttpd/"
license=('LGPL')
makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt)
@ant32
ant32 / PKGBUILD
Created January 28, 2015 22:16
mingw-w64-gst-plugins-good 1.4.5-1
pkgname=mingw-w64-gst-plugins-good
pkgver=1.4.5
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Good Plugins (mingw-w64)"
arch=(any)
license=('LGPL')
url="http://gstreamer.freedesktop.org/"
options=('!strip' '!buildflags' 'staticlibs')
depends=(mingw-w64-gstreamer mingw-w64-gst-plugins-base mingw-w64-wavpack)
makedepends=(mingw-w64-configure python gstreamer)
@ant32
ant32 / use_fopen_for_xp_compatibility.patch
Created January 28, 2015 22:41
mingw-w64-libmariadbclient not working on Windows XP becuase of missing fopen_s in msvcrt.dll
--- libmariadb/dbug.c 2014-04-04 04:21:01.000000000 -0600
+++ libmariadb/dbug.c 2015-01-24 16:47:13.316693150 -0700
@@ -2050,11 +2050,7 @@
}
else
{
-#ifdef _WIN32
- if (fopen_s(&fp, name, append ? "a+" : "w"))
-#else
if (!(fp= fopen(name, append ? "a+" : "w")))
@ant32
ant32 / PKGBUILD
Created February 2, 2015 20:40
mingw-w64-postgresql-libs PKGBUILD
# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-postgresql-libs
pkgver=9.4.0
pkgrel=1
pkgdesc="Libraries for use with PostgreSQL (mingw-w64)"
arch=(any)
url="http://www.postgresql.org"
license=("custom:PostgreSQL")
makedepends=(mingw-w64-configure libxml2)
depends=(mingw-w64-gettext mingw-w64-openssl mingw-w64-libxslt)
@ant32
ant32 / PKGBUILD
Created February 3, 2015 16:19
cmake 3.1.1-1 with fixed openssl detect
# $Id: PKGBUILD 229676 2015-01-23 08:04:19Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=cmake
pkgver=3.1.1
pkgrel=1
pkgdesc='A cross-platform open-source make system'
arch=('i686' 'x86_64')
url="http://www.cmake.org/"
@ant32
ant32 / PKGBUILD
Last active August 29, 2015 14:14
mingw-w64-mariadb-connector 2.1.0
# Maintainer: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-libmariadbclient #mingw-w64-mariadb-connector-c
epoch=2
pkgver=2.1.0
pkgrel=1
pkgdesc="MariaDB Client Library for C (mingw-w64)" #"Connect applications developed in C/C++ to MariaDB and MySQL databases (mingw-w64)"
arch=(any)
url="https://mariadb.com/kb/en/mariadb/about-mariadb-connector-c/"
license=("LGPL")
#replaces=('mingw-w64-libmariadbclient')
@ant32
ant32 / PKGBUILD
Last active December 16, 2015 19:29
mingw-w64-postgresql-libs 9.2.4 using windows dll files and reimp
# Maintainer: Philip A Reimer <antreimer@gmail.com>
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
pkgname=mingw-w64-postgresql-libs
pkgver=9.2.4
pkgrel=2
pkgdesc="Libraries for use with PostgreSQL (mingw-w64)"
arch=('any')
url="http://www.postgresql.org/"
license=('custom:PostgreSQL')
# I don't think it depends on readline since it says while configureing that postgresql doesn't work with readline in mingw32
@ant32
ant32 / PKGBUILD
Created May 4, 2013 13:00
working mingw-w64-postgresql-libs built with rubenvb mingw-w64 gcc version 4.7.2 not working to build with 4.8.
# Maintainer: Philip A Reimer <antreimer@gmail.com>
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
pkgname=mingw-w64-postgresql-libs
pkgver=9.2.4
pkgrel=2
pkgdesc="Libraries for use with PostgreSQL (mingw-w64)"
arch=('any')
url="http://www.postgresql.org/"
license=('custom:PostgreSQL')
depends=('mingw-w64-crt')