]> granicus.if.org Git - handbrake/commitdiff
LinGui: force invocation of gtk.build for every build so gtk make
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 1 Mar 2009 20:49:30 +0000 (20:49 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 1 Mar 2009 20:49:30 +0000 (20:49 +0000)
can check all its dependencies
fix typo in about dialog

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2186 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/module.defs
gtk/module.rules
gtk/src/ghb.ui

index f72249b5ecd13c993a30698a5c49a7a16c99a46f..ed46be53bdfbcb5d3f9f38a81d4c34253ab8b827 100644 (file)
@@ -5,11 +5,9 @@ GTK.src/   = $(PROJECT/)gtk/
 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)
index 6c197199da428d5538e07bf687ac6dc16c102b4b..f7ce07045543bcc6f50af09ae8d8197b2b0e3ab8 100644 (file)
@@ -6,8 +6,6 @@ xclean: gtk.xclean
 
 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 \
@@ -17,11 +15,9 @@ $(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp))
            --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
index 7cc27df598d2d541f1588109fde12876371919f9..06d3e8a9929b44f2d5cba44b6cf3984f555beaa3 100644 (file)
@@ -5033,7 +5033,7 @@ location as the movie.</property>
     <property name="program_name">HandBrake</property>
     <property name="version">0.9.2</property>
     <property name="copyright" translatable="yes">Copyright &#xA9; 2008 John Stebbins
-Copyright &#xA9; Copyright © 2004 - 2008, HandBrake Devs</property>
+Copyright &#xA9; 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>