]> granicus.if.org Git - handbrake/commit
LinGui: changes to resource preprocessor
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 15 Jun 2010 16:21:22 +0000 (16:21 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 15 Jun 2010 16:21:22 +0000 (16:21 +0000)
commit24425e7e50a80a43bc074935ece579697c451dff
tree5615b19138b2ed9272b016928b1a810877342b9f
parent542ebf7e5cdc4a5f6c3ac34c56265004ec67affa
LinGui:  changes to resource preprocessor
During the build, I was compiling tools for preprocessing and packaging
the gui description xml, preset defaults, widget dependencies, and icons.
The resulting resource_data.h file gets compiled into the binary.  These
tools are now implemented in python.  This eliminates the need to compile
the tools which caused complications when cross compiling.

This work was actually done many months ago.  But all the distributions
I wanted to support didn't have the libplist python module.  Now they all
do.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3382 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/module.defs
gtk/module.rules
gtk/src/Makefile.am
gtk/src/icons.c
gtk/src/makedeps.py