Sebastian Lackner
60632bb522
patchutils.py: Silence output of patch commandline utility.
2014-07-25 21:57:46 +02:00
Sebastian Lackner
707a96d35a
patchupdate.py: Improve output in case of errors.
2014-07-25 21:54:58 +02:00
Sebastian Lackner
aa54f206eb
gitupdate.py: Add license header and some code cleanup.
2014-07-25 21:34:03 +02:00
Sebastian Lackner
6db9cf0e65
patchutils.py: Add license header, remove unnecessary variables.
2014-07-25 20:50:16 +02:00
Sebastian Lackner
8727d25f6f
gitapply.sh: Move gitsha1 algorithm into separate function.
2014-07-25 20:19:35 +02:00
Sebastian Lackner
02f52948f5
gitapply.sh: More regular expression replacements.
2014-07-25 20:14:48 +02:00
Sebastian Lackner
3f9af9fb49
gitapply.sh: Replace regular expression with with bash substring at some places.
2014-07-25 20:00:24 +02:00
Sebastian Lackner
e99ff32949
gitapply.sh: Add license, check for dependencies before proceeding, several smaller improvements.
2014-07-25 19:49:56 +02:00
Sebastian Lackner
1f95d8181d
patchupdate.py: Improve generated Makefile and delete *.ok files on error.
2014-07-25 17:52:08 +02:00
Sebastian Lackner
e827cc078f
patchupdate.py: Improve patch system and remove dependencies, when the order of patches doesn't matter.
2014-07-25 16:39:08 +02:00
Sebastian Lackner
80e51dcad6
patchutils.py: Remove unused functions min_{source,dest}_size.
2014-07-25 04:03:28 +02:00
Sebastian Lackner
10d9fda5f9
Merged with master.
2014-07-25 03:45:20 +02:00
Sebastian Lackner
f69c6a545c
Use patchutils.py to parse patch files and split them into individual changes.
2014-07-25 03:32:01 +02:00
Erich E. Hoover
a4d6e77557
Remove relative Junction Point linking for now (breaks tests).
2014-07-22 21:30:16 -06:00
Erich E. Hoover
5b691be2cc
Fix failing Junction Point test.
2014-07-22 21:28:01 -06:00
Torsten Kurbad
ac83718ba8
Downgraded Arial replacement font to Liberation Sans v1.07.3.
2014-07-22 18:24:15 -06:00
Erich E. Hoover
603d7ca80e
Make sure LICENSE files are included in the Debian packages.
2014-07-22 17:51:37 -06:00
Erich E. Hoover
6b2cc4c58f
Return correct IMediaSeeking stream positions in quartz.
2014-07-22 08:38:10 -06:00
Erich E. Hoover
95bee0aa1e
Fix race condition between EndOfStream and Pause.
2014-07-18 10:58:54 -06:00
Erich E. Hoover
bc6f854478
Fix possible race conditions in strmbase/quartz.
2014-07-17 10:54:33 -06:00
Sebastian Lackner
0b33c39275
patchupdate.py: Use abort() function instead of hardcoded call to exit.
2014-07-13 04:53:20 +02:00
Sebastian Lackner
fce29b88da
Improve patchupdate.py to detect changes even when regular diff files without git header are used.
2014-07-13 04:46:11 +02:00
Sebastian Lackner
f6dd1f3d0d
Add instructions how to exclude patches in README.md.
2014-07-13 03:29:56 +02:00
Sebastian Lackner
49bbdc5bf2
Add .NOTPARALLEL to generated Makefile.
...
We don't want to add unnatural dependencies for patches, if for example both
patch A and B modify the same file, but the order of applying the patches doesn't
matter. Adding a dependency would cause trouble when excluding patches.
2014-07-13 02:47:34 +02:00
Sebastian Lackner
79843648fb
Include list of affected files for each set of patches.
2014-07-13 01:51:15 +02:00
Sebastian Lackner
63e82e5cd2
Replace custom templating system with Python format() in patchupdate.py.
2014-07-13 01:46:08 +02:00
Sebastian Lackner
7e3381c7a3
Fix formatting issues for README.md.
2014-07-13 01:33:28 +02:00
Sebastian Lackner
dc95c57c20
Automatically generate installation instructions based on template whenever updating patches / version.
2014-07-13 01:30:44 +02:00
Sebastian Lackner
a0a5084f55
Minor code cleanup in patchupdate.py.
2014-07-12 01:33:04 +02:00
Sebastian Lackner
386a2ce3ba
Pulled changes from master.
2014-07-11 23:18:27 +02:00
Sebastian Lackner
f7014738a8
Display short name instead of full bug report title in README.md.
2014-07-11 21:25:18 +02:00
Erich E. Hoover
4b95841bdb
Release 1.7.22.
2014-07-11 13:00:13 -06:00
Erich E. Hoover
180fa60a17
Implement passing ACLs to CreateProcess.
2014-07-11 12:57:10 -06:00
Sebastian Lackner
32a0e9cc9e
Use Python multiprocessing to speed up querying bug information from Wine bugzilla.
2014-07-11 20:35:39 +02:00
Sebastian Lackner
79861c20f1
Show bug numbers in README.md after the description.
2014-07-11 19:44:07 +02:00
Sebastian Lackner
bb0cece9a9
Sort entries for autogenerated README.md file.
2014-07-11 19:38:38 +02:00
Sebastian Lackner
32148424bd
Fix generation of URLs in README.md.
2014-07-11 19:36:31 +02:00
Sebastian Lackner
5c72aff53e
Add fixed bug numbers to each patchset, autogenerate README.md with patch information.
2014-07-11 19:34:33 +02:00
Sebastian Lackner
42afbafa33
Initial version of new dependency based patch system.
2014-07-11 18:51:03 +02:00
Sebastian Lackner
9d3369d7a6
gitapply.sh: Make sure that all error output is redirected to stderr, sort commandline options.
2014-07-11 00:31:33 +02:00
Sebastian Lackner
2bb1b96f06
Removed several patches (accepted upstream).
2014-07-09 21:47:48 +02:00
Erich E. Hoover
2bfe73c2b7
Updated main extended attributes patch to include BSD support.
2014-07-08 14:32:58 -06:00
Erich E. Hoover
8e2ab550d8
Updated main extended attributes patch to include additional data checks.
2014-07-08 14:32:06 -06:00
Sebastian Lackner
ce40587ef4
Return NULL-terminated list of arguments in CommandLineToArgvW.
2014-07-07 23:43:30 +02:00
Sebastian Lackner
4ad4f948c3
Fix incorrect scaling for DECIMAL values in VarDecAdd.
2014-07-07 22:19:53 +02:00
Sebastian Lackner
1fbebd0a1a
Add patch for implementation of wtsapi32.WTSEnumerateProcessesW.
2014-07-06 23:55:09 +02:00
Erich E. Hoover
5721ee15c9
Removed RegSetKeySecurity patch (accepted upstream).
2014-07-04 13:18:59 -06:00
Erich E. Hoover
56264645ad
Updated RegSetKeySecurity patch to work with special root keys.
2014-07-04 10:14:57 -06:00
Erich E. Hoover
24c6b554c9
Implement RegSetKeySecurity on top of NtSetSecurityObject.
2014-07-01 19:26:01 -06:00
Erich E. Hoover
b861c5731d
Added NT4 support to the process ACL tests.
2014-07-01 18:32:31 -06:00
Erich E. Hoover
5d354c9b2a
Release 1.7.21
2014-06-27 23:09:39 -06:00
Sebastian Lackner
e8fee88c50
Remove several patches (accepted upstream).
2014-06-22 20:40:51 +02:00
Sebastian Lackner
c2e8167d6d
Release 1.7.20.
2014-06-14 19:46:09 +02:00
Erich E. Hoover
882b560d0d
Added patches for default security descriptor ownership and DACLs for processes.
2014-06-13 15:29:17 -06:00
Erich E. Hoover
8df335170a
Updated changelog with recent changes.
2014-06-13 15:29:16 -06:00
Sebastian Lackner
2241ffdf4b
Disable gstreamer (broken with glib >= 2.32.0).
...
See http://bugs.winehq.org/show_bug.cgi?id=30557 for more details.
2014-06-13 23:22:54 +02:00
Michael Müller
719c65ebb0
Fix recommendation for odbc and add libgsm1.
2014-06-07 14:55:29 +02:00
Michael Müller
c594bca17a
Error out in git apply script on *BSD.
2014-06-05 21:20:54 +02:00
Sebastian Lackner
3c33a592f6
Make generate-patchlist.sh compatible with FreeBSD.
2014-06-05 22:17:55 +02:00
Sebastian Lackner
4476d8af38
Update changelog for release 1.7.19-1.
2014-06-02 23:55:55 +02:00
Sebastian Lackner
84997e39ab
Separate patchlist into patch-list.patch (containing the autogenerated list) and 00-Commandline for the commandline option changes.
2014-05-30 01:04:27 +02:00
Erich E. Hoover
bfb7d535af
Updated SIO_ADDRESS_LIST_CHANGE patches.
2014-05-16 13:32:52 -06:00
Sebastian Lackner
94813ecf3c
Update changelog for release 1.7.18-1.
2014-05-13 20:49:41 +02:00
Michael Mueller
7fede3cd56
Fix gitapply on BSD systems
2014-05-03 02:31:56 +02:00
Erich E. Hoover
d989770f24
Update changelog for release 1.7.18.
2014-05-02 13:05:45 -06:00
Erich E. Hoover
d787be6d20
Update changelog for release 1.7.17.
2014-04-18 16:04:47 -06:00
Erich E. Hoover
eecf7c4a68
ACL data is now stored in binary instead of converting it to ASCII.
2014-04-17 16:53:10 -06:00
Erich E. Hoover
f5ef032c89
Removed linguistic casing patches (accepted upstream).
2014-04-17 12:56:29 -06:00
Erich E. Hoover
f9eebd5599
Removed dynamic unwind patches (accepted upstream).
2014-04-16 16:52:37 -06:00
Michael Müller
2b4093a0ea
Remove recommendation for gettext and libgif
2014-04-15 23:18:52 +02:00
Anish Bhatt
78d6102645
Update gitapply.sh
...
Turn off whitespace warnings
2014-04-09 19:03:06 -07:00
Erich E. Hoover
b862f600f5
Start putting changelog entries in prior to releases.
2014-04-05 17:46:37 -06:00
Erich E. Hoover
7c95fad661
Dropped liblcms2-dev dependency for old Ubuntu versions.
2014-04-04 19:52:26 -06:00
Sebastian Lackner
67cc61ffca
Update changelog.
2014-04-05 03:49:35 +02:00
Erich E. Hoover
9fcd7e7113
Fix date in changelog.
2014-04-04 17:28:07 -06:00
Erich E. Hoover
903a8e54d4
Update changelog for release 1.7.16.
2014-04-04 17:25:15 -06:00
Sebastian Lackner
7d03df647f
Fix lcms dependency (wine requires lcms2 instead of lcms1), add build dependency to libsane-dev.
2014-04-03 19:50:14 +02:00
Erich E. Hoover
b744f3d37b
Use 'Multi-Arch: foreign' flag for wine-compholio package.
2014-04-02 20:28:54 -06:00
Michael Müller
809ee539f3
Fix version number in Replaces/Breaks.
2014-03-25 17:08:07 +01:00
Michael Müller
339892ffe6
Try to fix upgrading from old versions.
2014-03-25 15:58:12 +01:00
Michael Müller
2e7f83fbf8
Add changelog entry.
2014-03-25 06:09:09 +01:00
Michael Müller
9043eadbcb
Fix search path for dh_shlibdeps.
2014-03-25 04:50:06 +01:00
Michael Müller
5386c7843d
Update dependencies and make them 64 bit ready.
2014-03-25 02:04:35 +01:00
Michael Müller
0675620019
Pass CONFFLAGS to ./configure.
2014-03-25 01:02:13 +01:00
Michael Müller
552b6acf97
Initial work to make wine-compholio 64 bit ready.
2014-03-25 00:52:10 +01:00
Sebastian Lackner
86c9842e64
Fix bug in generate-patchlist.sh.
2014-03-24 18:48:08 +01:00
Erich E. Hoover
47ddb3a6d1
Update changelog for release 1.7.15.
2014-03-23 12:54:12 +01:00
Sebastian Lackner
5a4ba9a546
Fix build dependencies for Debian Sid.
2014-03-22 00:03:02 +01:00
Sebastian Lackner
c1edf8d5c4
Remove 'register user administrative tools shell folder' patch (accepted upstream).
2014-03-10 21:22:56 +01:00
Sebastian Lackner
ca1e83ef3f
Update changelog.
2014-03-08 01:15:11 +01:00
Erich E. Hoover
56fd91825e
Update changelog for release 1.7.14.
2014-03-07 13:59:51 -07:00
Erich E. Hoover
a6b295029c
Remove sha1sum dependency, it is part of coreutils.
2014-03-05 17:22:34 -07:00
Sebastian Lackner
ddf6dd7f6a
gitapply.sh: Improve a few comments.
2014-03-05 22:53:11 +01:00
Sebastian Lackner
524c64dd2a
Fix build dependencies for binary patching script.
2014-03-05 22:47:17 +01:00
Erich E. Hoover
e470b33f7c
Update the build dependencies to work with the binary patching script.
2014-03-05 12:38:21 -07:00
Sebastian Lackner
556aa9335e
Fallback to 'git apply' if available to speed up applying the patches.
2014-03-05 01:13:32 +01:00
Sebastian Lackner
0817bd1a57
Use gitapply.sh to apply all the patches
2014-03-05 01:00:27 +01:00
Sebastian Lackner
2f7523bffe
Move generate-patchlist.sh script into folder debian/tools, integrate patch-list-template.diff into the shell script
2014-03-05 00:02:01 +01:00
Erich E. Hoover
79c4f4391e
Update changelog.
2014-02-21 09:00:15 -07:00
Erich E. Hoover
7642c422ed
Updated the changelog for release 1.7.13.
2014-02-20 18:48:44 -07:00
Erich E. Hoover
b5687dc502
Explicitly run configure with '--with-xattr' when building debian packages.
2014-02-16 09:30:22 -07:00
Erich E. Hoover
564f8aeafc
Move the patching code out of the debian rules into a Makefile.
2014-02-07 20:37:54 -07:00
Erich E. Hoover
f352182c20
Fixed PulseAudio driver pthread dependency for upstream Wine 1.7.12.
2014-02-07 17:52:58 -07:00
Erich E. Hoover
ef956caf59
Fixed PulseAudio driver configure file for upstream Wine 1.7.12.
2014-02-07 16:50:34 -07:00
Erich E. Hoover
8e45d4c99f
Updated the changelog for release 1.7.12.
2014-02-07 14:57:59 -07:00
Erich E. Hoover
34a6c25071
Remove dh_installdocs from debian rules file.
2014-01-19 20:39:51 -07:00
Erich E. Hoover
658fe4e3ae
Updated the changelog for release 1.7.11.
2014-01-17 12:27:54 -07:00
Erich E. Hoover
155a364280
Update the wineserver protocol request data when the build farm compiles the package.
2014-01-16 18:33:05 -07:00
Erich E. Hoover
1a0d969d12
Updated the changelog for release 1.7.10.
2014-01-03 12:22:22 -07:00
Erich E. Hoover
67079f94ae
Update the changelog for a new release.
2013-12-27 12:04:29 -07:00
Erich E. Hoover
7b41306c4b
Update the changelog for a new release.
2013-12-07 10:49:20 -07:00
Erich E. Hoover
2d7390de4b
Fix mistake in the rules file causing patches to not be applied.
2013-12-07 10:32:24 -07:00
Erich E. Hoover
28bbb866f2
Add PulseAudio dependency to the debian control file.
2013-12-07 10:31:34 -07:00
Erich E. Hoover
fc5a6b8c45
Updated changelog for release 1.7.8.
2013-12-06 13:26:36 -07:00
Erich E. Hoover
aa76a0b8d2
Fix missing continuation in patch application.
2013-12-01 01:46:44 -07:00
Erich E. Hoover
264b4b3cab
Allow separating patches into subfolders.
2013-11-26 14:12:52 -07:00
Erich E. Hoover
8fa329cfe2
Update changelog to include the multiple monitor workaround.
2013-11-22 14:25:30 -07:00
Erich E. Hoover
5a6af8c89c
Advertise new patch listing feature.
2013-11-22 10:47:07 -07:00
Erich E. Hoover
f1eaa0eae6
Update changelog in preparation for upstream Wine 1.7.7 release.
2013-11-22 10:35:52 -07:00
Erich E. Hoover
6106549adc
Initial commit based on upstream Wine 1.7.6.
2013-11-21 13:33:37 -07:00