annotate src/flac-2-lwsock32.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1305
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1305
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 diff -urN flac-1.2.1.orig/src/libFLAC/flac.pc.in flac-1.2.1/src/libFLAC/flac.pc.in
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
5 --- flac-1.2.1.orig/src/libFLAC/flac.pc.in 2007-02-07 12:07:32.000000000 +1100
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6 +++ flac-1.2.1/src/libFLAC/flac.pc.in 2010-10-07 14:57:17.000000000 +1100
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
7 @@ -6,5 +6,5 @@
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
8 Name: FLAC
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
9 Description: Free Lossless Audio Codec Library
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
10 Version: @VERSION@
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 -Libs: -L${libdir} -lFLAC -lm
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
12 +Libs: -L${libdir} -lFLAC -lm -lwsock32
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
13 Cflags: -I${includedir}/FLAC
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
14 diff -urN flac-1.2.1.orig/src/libFLAC++/flac++.pc.in flac-1.2.1/src/libFLAC++/flac++.pc.in
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
15 --- flac-1.2.1.orig/src/libFLAC++/flac++.pc.in 2007-02-07 12:07:32.000000000 +1100
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
16 +++ flac-1.2.1/src/libFLAC++/flac++.pc.in 2010-10-07 14:57:36.000000000 +1100
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
17 @@ -7,5 +7,5 @@
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
18 Description: Free Lossless Audio Codec Library (C++ API)
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
19 Version: @VERSION@
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
20 Requires: flac
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
21 -Libs: -L${libdir} -lFLAC++ -lm
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
22 +Libs: -L${libdir} -lFLAC++ -lm -lwsock32
d39ae1dcd00e bugfix for package flac: add wsock32 to pkg-config libs
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
23 Cflags: -I${includedir}/FLAC++