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 / mingw-w64-venom-git.log
Last active August 29, 2015 14:06
mingw-w64-venom-git build log
==> Creating clean working copy [mingw]...done
==> Making package: mingw-w64-venom-git 615.7fa007d-1 (Fri Jan 30 15:33:17 MST 2015)
==> Retrieving sources...
-> Cloning Venom git repo...
Cloning into bare repository '/home/philip/build/amr/build/mingw-w64-venom-git/Venom'...
==> Validating source files with md5sums...
Venom ... Skipped
==>(B Making package: mingw-w64-venom-git 615.7fa007d-1 (Fri Jan 30 15:33:30 MST 2015)(B
==>(B Checking runtime dependencies...(B
==>(B Installing missing dependencies...(B
@ant32
ant32 / mingw-w64-gconf.log
Created September 16, 2014 15:02
mingw-w64-gconf error log
==> Creating clean working copy [mingw]...done
==> Making package: mingw-w64-gconf 3.2.6-1 (Tue Sep 16 08:39:33 CST 2014)
==> Retrieving sources...
-> Downloading GConf-3.2.6.tar.xz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 1523k 2 33053 0 0 24213 0 0:01:04 0:00:01 0:01:03 24196
@ant32
ant32 / improveincludes.patch
Created January 9, 2015 07:28
QtRPT less includes in qtrpt.h
Index: QtRptProject/QtRPT/RptFieldObject.h
===================================================================
--- QtRptProject/QtRPT/RptFieldObject.h (revision 264)
+++ QtRptProject/QtRPT/RptFieldObject.h (working copy)
@@ -9,9 +9,8 @@
#ifndef RPTFIELDOBJECT_H
#define RPTFIELDOBJECT_H
-#include <QDomDocument>
#include "qtrpt.h"
@ant32
ant32 / 0016-icu-pkgconfig.patch
Created January 16, 2015 05:37
mingw-w64-icu patch needed for qt5
--- source/icudefs.mk.in.orig 2012-11-05 20:18:14 +0300
+++ source/icudefs.mk.in 2012-12-17 10:29:24 +0300
@@ -250,14 +250,14 @@
CTESTFW_STUBNAME = test
# Just the libs.
-ICULIBS_DT = -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
-ICULIBS_UC = -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(COMMON_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
-ICULIBS_I18N = -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
-ICULIBS_LE = -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUT_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
@ant32
ant32 / PKGBUILD
Created January 28, 2015 19:04
mingw-w64-gnome-themes-standard 3.14.2.3-1
pkgname=mingw-w64-gnome-themes-standard
pkgver=3.14.2.3
pkgrel=1
pkgdesc="Default themes for the GNOME desktop (mingw-w64)"
arch=(any)
url="http://www.gnome.org"
license=(GPL2)
options=('!strip' '!buildflags' '!libtool' 'staticlibs')
depends=('mingw-w64-librsvg')
makedepends=('mingw-w64-configure' 'mingw-w64-gtk3>=3.14.0' 'mingw-w64-gtk2>=2.24.15' 'librsvg' 'gdk-pixbuf2' 'intltool' 'gtk3')
@ant32
ant32 / PKGBUILD
Created January 28, 2015 19:53
mingw-w64-gstreamer 1.4.3-1
pkgname=mingw-w64-gstreamer
pkgver=1.4.3
pkgrel=1
pkgdesc="GStreamer Multimedia Framework (mingw-w64)"
arch=(any)
license=('LGPL')
url="http://gstreamer.freedesktop.org/"
options=('!strip' '!buildflags' 'staticlibs')
depends=(mingw-w64-{glib2,libxml2})
@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)