Michael Wiencek
ddc5dbebc9
Make the previous commit actually work...
2013-05-24 22:37:52 -05:00
Michael Wiencek
d9a7988052
Include Qt accessibility plugin in the windows build
2013-05-24 21:24:59 -05:00
Laurent Monin
c7c852caaa
Set source outside the loop.
2013-01-21 16:27:47 +01:00
Laurent Monin
b8e1cc6dd7
Handle _translate() case for new pyuic versions
...
The code in setup.py replaces QtGui.QApplication.translate() with _(),
but it does not handle _translate(), this patch is fixing that.
2013-01-21 16:10:38 +01:00
Lukáš Lalinský
4eb945cd99
Convert picard/util/astrcmp.cpp from C++ to C
2012-09-30 15:32:15 +02:00
Lukáš Lalinský
9d131fdeff
Remove PUID support
2012-09-30 11:50:39 +02:00
Michael Wiencek
24d20a8a41
Missing comma in setup.py
2012-09-16 19:15:05 -05:00
Wieland Hoffmann
1f6c9dfbb3
add json to py2app & py2exe includes
2012-09-11 11:34:50 +02:00
Michael Wiencek
d7af9a97e4
Use system language settings on OS X
2012-09-08 20:47:15 -07:00
Michael Wiencek
b61a12f594
Include locale dir with app bundle
...
Apparently, translations have never worked here...
2012-09-08 00:36:11 -05:00
Michael Wiencek
4fdcf67c60
Include fpcalc with Mac app bundles
...
This commit also fixes longstanding issues with py2app.
2012-05-29 02:24:11 -05:00
Lukáš Lalinský
488c1af139
Include fpcalc.exe in the Windows installer
2012-05-28 21:12:18 +02:00
Michael Wiencek
46ff35310c
Fix "setup.py test" on OS X
2012-04-11 01:05:40 -05:00
Wieland Hoffmann
2b63a15e18
Turn around the libavcodec header detection logic
...
The current one is printing error messages with all recent ffmpeg
installations. Printing error messages only when the old location has to
be used is less confusing for many people.
2011-11-20 13:23:17 +01:00
Lukáš Lalinský
591bbd529d
Upgrade FFmpeg for the Windows build, which makes it possible to use UTF8 for file names
2011-10-21 20:07:01 +02:00
Wieland Hoffmann
4da5fd62d9
Change all urls to mb.org/doc/MusicBrainz_Picard
2011-09-18 15:22:20 +02:00
Michael Wiencek
551b10f61f
libdiscid fix for OS X
2011-07-17 16:59:29 -05:00
Lukáš Lalinský
7d966d741c
These plugins no longer work
2011-05-29 20:25:29 +02:00
Michael Wiencek
4775a44fce
Fix building on OS X, and allow non-MacPorts paths.
2011-05-22 09:08:46 -05:00
Lukáš Lalinský
1415bbcc99
New DLL files
2011-03-06 13:47:13 +01:00
Philipp Wolfer
82da1f40df
Merged changes to include some plugins in the Windows package.
2009-10-21 19:59:37 +02:00
Carlin Mangar
9fe7b24af3
Compatibility with Python 2.5 retained
2009-10-20 23:16:43 +11:00
Carlin Mangar
5d44f0306b
Allow limited bundling of plugins. After core-upgrade, merge this. Removes obsolete plugins. Merge installer-new AFTER.
2009-10-20 17:42:57 +11:00
Philipp Wolfer
f2de631189
Include msvcr90.dll and msvcp90.dll in the Windows distribution.
2009-10-08 21:30:20 +02:00
Philipp Wolfer
814b242b20
Included 24x24 icon in application and removed version from SVG icon file names.
2009-09-30 22:20:16 +02:00
Philipp Wolfer
09f8e92d60
Cherry picked icon changes by Carlin Mangar
2009-09-30 22:07:25 +02:00
Philipp Wolfer
9a22cadfca
Install icons according to freedesktop.prg specification, added 128px icon
2009-09-23 08:23:10 +02:00
Philipp Wolfer
36ee05a166
Added large icons to ressources.
2009-09-22 20:15:35 +02:00
Philipp Wolfer
c9b096e741
Fixed missing N_ function when importing picard.const directly (e.g. by import picard.musicdns).
2009-07-27 19:07:40 +02:00
Philipp Wolfer
0e7c3577b3
* Properly include PyQt4's image plugins for the win32 installer
...
* Only include locales specified in const.py
* Some fixes for building the win32 installer
2009-06-09 00:34:33 +02:00
Philipp Wolfer
f9115be674
Python >= 2.5 is now required since we use hashlib for Python 2.6 compatibillity
2009-06-04 02:05:31 +02:00
Lukáš Lalinský
c2f3436415
Some windows stuff
2008-12-01 18:14:18 +01:00
Lukáš Lalinský
3fbc616221
Support for new FFmpeg header locations
2008-12-01 17:21:02 +01:00
Philipp Wolfer
f64d7df593
Fixed wrong check of do_py2app, which prevented menu and icon files to
...
be installed on linux.
2008-07-28 03:21:27 +02:00
Robert Kaye
05cdb18c2a
First cut at a py2app setup. picard/disc.py now has a special case for finding libdiscid in the app bundle
2008-07-17 20:35:53 -07:00
Lukáš Lalinský
728ff50d80
Don't requite patched pyuic
2008-01-13 17:44:09 +01:00
Lukáš Lalinský
ff68e7fdbf
Use GCC format for command line options on Linux if pkg-config is not found.
2007-11-01 08:37:28 +01:00
Lukáš Lalinský
869ba1422e
Fix msvcp17.dll path.
2007-10-27 23:17:39 -07:00
Santiago M. Mola
6116f014a8
Add a --disable-locales option to setup.py build.
2007-08-18 10:01:49 +02:00
Lukáš Lalinský
157c5b909a
setup.py: Include msvcp71.dll in the Windows installer.
2007-07-29 02:00:47 -07:00
Lukáš Lalinský
2f71f2681d
Update setup.py to build with the new PyQt installer.
2007-07-19 13:20:46 -07:00
Lukáš Lalinský
aac5fb257f
setup.py: Make the main function in the config source code return int, not void. ( #2930 )
2007-06-03 18:59:05 +02:00
Lukáš Lalinský
6b35ec77ad
Fix build_ext if py2app and setuptools are loaded.
2007-04-25 22:11:41 +02:00
Lukáš Lalinský
1c169c49dc
Implemented python setup.py install_locales.
2007-04-14 16:20:14 +02:00
Lukáš Lalinský
637969454c
Removed GStreamer-based decoder.
2007-04-14 16:06:23 +02:00
Lukáš Lalinský
c2a9906642
Handle UNICODE file names on Windows.
2007-04-12 12:48:43 -07:00
Lukáš Lalinský
f19ca412f4
Added option --disable-autoupdate for 'build' and 'install' commands of the setup script. ( #2551 )
2007-03-19 22:43:40 +01:00
Lukáš Lalinský
258ba08a0f
Add excludes and optimize for py2exe.
2007-03-18 18:03:52 +01:00
Lukáš Lalinský
f2a61f593e
* Version number.
...
* Include JPEG loaded in the Windows installer.
2007-03-18 16:40:11 +01:00
Lukáš Lalinský
6c4bd78722
Added a .desktop file. ( #2470 )
2007-03-05 09:29:16 +01:00