GTK.build/ = $(BUILD/)gtk/
GTK.CONFIGURE.stamp = $(GTK.build/).stamp.configure
-GTK.BUILD.stamp = $(GTK.build/).stamp.build
###############################################################################
GTK.out += $(GTK.CONFIGURE.stamp)
-GTK.out += $(GTK.BUILD.stamp)
BUILD.out += $(GTK.out)
gtk.configure: $(GTK.CONFIGURE.stamp)
-gtk.build: $(GTK.BUILD.stamp)
-
$(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp))
set -e; cd $(GTK.src/); NOCONFIGURE=1 ./autogen.sh
set -e; cd $(GTK.build/); $(call fn.ABSOLUTE,$(GTK.src/))configure \
--with-hb=$(call fn.ABSOLUTE,$(BUILD/))
$(TOUCH.exe) $@
-$(GTK.BUILD.stamp): $(LIBHB.a)
-$(GTK.BUILD.stamp): | $(dir $(GTK.BUILD.stamp))
-$(GTK.BUILD.stamp): $(GTK.CONFIGURE.stamp)
+gtk.build: | $(GTK.build/)
+gtk.build: $(GTK.CONFIGURE.stamp)
+$(MAKE) -C $(GTK.build/)
- $(TOUCH.exe) $@
gtk.install:
$(MAKE) -C $(GTK.build/) install-strip
<property name="program_name">HandBrake</property>
<property name="version">0.9.2</property>
<property name="copyright" translatable="yes">Copyright © 2008 John Stebbins
-Copyright © Copyright © 2004 - 2008, HandBrake Devs</property>
+Copyright © 2004 - 2008, HandBrake Devs</property>
<property name="comments" translatable="yes">HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.</property>
<property name="website">http://handbrake.fr</property>
<property name="website_label" translatable="yes">http://handbrake.fr</property>