Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
make[1]: Entering directory `/home/mxe/mxe-mingw-w64-5.0.0-qtwebkit'
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
a58b5d1bdb89d87fecea4e8c0e4b1dac5a9d3688 - update default gcc to 5.4.0 [10 weeks ago] [ (HEAD, origin/gcc5, gcc5)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
This file has been truncated, but you can view the full file.
[build-pkg] Warning! Building in dir /home/mxe/mxe-gcc5-a, not in /usr/lib/mxe
[create settings.mk]
[check requirements]
[build-pkg] Downloading packages. Attempt 1.
[download] pkgconf
[download] bfd
[download] bzip2
[download] gendef
[download] a52dec
[download] gcc
make[1]: Entering directory `/home/mxe/mxe-gcc5-a'
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
42652ad4acbaa5c537ad6e39a6457fb408aecefa - update default gcc to 5.4.0 [9 weeks ago] [ (HEAD, origin/gcc5, gcc5)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
This file has been truncated, but you can view the full file.
make[1]: Entering directory `/home/mxe/mxe-gcc5-a'
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
42652ad4acbaa5c537ad6e39a6457fb408aecefa - update default gcc to 5.4.0 [9 weeks ago] [ (HEAD, origin/gcc5, gcc5)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
This file has been truncated, but you can view the full file.
make[1]: Entering directory `/home/mxe/mxe-gcc5-a'
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
42652ad4acbaa5c537ad6e39a6457fb408aecefa - update default gcc to 5.4.0 [9 weeks ago] [ (HEAD, origin/gcc5, gcc5)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
This file has been truncated, but you can view the full file.
[build-pkg] Warning! Building in dir /home/mxe/mxe-pkg-dscr-in-mk, not in /usr/lib/mxe
[create settings.mk]
[check requirements]
[build-pkg] Downloading packages. Attempt 1.
[download] gendef
[download] pkgconf
[download] bfd
[download] gcc
[download] a52dec
[download] bzip2
make[1]: Entering directory `/home/mxe/mxe-pkg-dscr-in-mk'
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
f0a7dfe9e6adf4ebe6e79dfb2701efb6e776b236 - skeleton.py: put website and description to .mk [2 hours ago] [ (HEAD, origin/pkg-dscr-in-mk, pkg-dscr-in-mk)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11
Codename: wheezy
#!/usr/bin/env python
import re
with open('docs/index.html', 'rb') as f:
index_html = f.read()
sep1 = ' <table id="package-list" class="old">'
sep2 = ' </table>'
(prefix, other) = index_html.split(sep1, 1)
(packages_html, suffix) = other.split(sep2, 1)
@starius
starius / -
Created December 17, 2016 18:55
From 851acb5cf6c1f78bee17cd93195eaaa77f4a6340 Mon Sep 17 00:00:00 2001
From: nschlia <nschlia@oblivion-software.de>
Date: Tue, 6 Dec 2016 23:37:18 +0100
Subject: [PATCH 1/3] Add libcddb
---
docs/index.html | 4 ++
src/libcddb-1-fixes.patch | 90 +++++++++++++++++++++++++++++++++++++++++++++
src/libcddb-test.c | 19 ++++++++++
src/libcddb.mk | 37 +++++++++++++++++++
make[1]: Entering directory `/home/mxe/mxe-libcddb'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
uname -a
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
5e683a7e0a574e54f6a2500d64fe55e4b28cc29b - fixes [6 minutes ago] [ (HEAD, f3)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 7.11 (wheezy)
Release: 7.11