diff --git a/gimp-gap-patched.patch b/gimp-gap-patched.patch index ee8994c..1a8623f 100644 --- a/gimp-gap-patched.patch +++ b/gimp-gap-patched.patch @@ -64,3 +64,31 @@ gap_vid_api_quicktime.c \ gap_vid_api_util.c \ gap_vid_api_vidindex.c \ +--- po/POTFILES.in ++++ po/POTFILES.in +@@ -27,7 +27,6 @@ + gap/gap_morph_tween_dialog.c + gap/gap_mov_dialog.c + gap/gap_mov_exec.c +-gap/gap_mpege.c + gap/gap_name2layer_main.c + gap/gap_navigator_dialog.c + gap/gap_onion_base.c +@@ -60,17 +59,10 @@ + gap/gap_wr_opacity.c + gap/gap_wr_resynth.c + gap/gap_wr_trans.c +-libgapvidapi/gap_vid_api_mpeg3.c + libgapvidapi/gap_vid_api_vidindex.c + libgapvidutil/gap_gve_sox.c + libgapvidutil/gap_gve_story.c + vid_common/gap_cme_gui.c + vid_common/gap_cme_main.c +-vid_enc_avi/gap_enc_avi_gui.c +-vid_enc_avi/gap_enc_avi_main.c +-vid_enc_ffmpeg/gap_enc_ffmpeg_gui.c +-vid_enc_ffmpeg/gap_enc_ffmpeg_main.c +-vid_enc_ffmpeg/gap_enc_ffmpeg_callbacks.c +-vid_enc_ffmpeg/gap_enc_ffmpeg_par.c + vid_enc_rawframes/gap_enc_rawframes_main.c + vid_enc_single/gap_enc_singleframes_main.c diff --git a/gimp-gap.changes b/gimp-gap.changes index b8ac9c7..8a743a8 100644 --- a/gimp-gap.changes +++ b/gimp-gap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 26 17:33:52 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Mon Aug 31 13:23:16 CEST 2009 - coolo@novell.com diff --git a/gimp-gap.spec b/gimp-gap.spec index c55a754..dc3b4bf 100644 --- a/gimp-gap.spec +++ b/gimp-gap.spec @@ -20,11 +20,12 @@ Name: gimp-gap Version: 2.6.0 -Release: 3 +Release: 4 # Patched code is built by default. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to name original code as -orig. BuildRequires: gimp-devel >= 2.6.0 intltool libjpeg-devel +BuildRequires: translation-update-upstream %if 0%{?BUILD_ORIG} %if ! 0%{?BUILD_ORIG_ADDON} Provides: %{name}-orig = %{version} @@ -103,7 +104,9 @@ Authors: chmod -x ChangeLog %if ! 0%{?BUILD_ORIG} %patch -%else +%endif +translation-update-upstream +%if 0%{?BUILD_ORIG} %patch1 %endif %patch2