1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Description: Update POTFILE.in properly to fix FTBFS.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
po/POTFILES.in | 35 ++++++++++++++++++++++++++---------
1 file changed, 26 insertions(+), 9 deletions(-)
--- libinstpatch.orig/po/POTFILES.in
+++ libinstpatch/po/POTFILES.in
@@ -1,11 +1,5 @@
# List of source files containing translatable strings.
# Each source file that has gettext translatable strings should be listed here
-libinstpatch/IpatchCram.c
-libinstpatch/IpatchCramDecoder.c
-libinstpatch/IpatchCram_DLS.c
-libinstpatch/IpatchCramEncoder.c
-libinstpatch/IpatchCramFile.c
-libinstpatch/IpatchCram_SF2.c
libinstpatch/IpatchBase.c
libinstpatch/IpatchConverter.c
libinstpatch/IpatchConvert_SF2.c
@@ -18,10 +12,7 @@ libinstpatch/IpatchDLSFile.c
libinstpatch/IpatchDLSReader.c
libinstpatch/IpatchFile.c
libinstpatch/IpatchGigFile.c
-libinstpatch/IpatchRiffParser.c
-libinstpatch/IpatchSampleFile.c
libinstpatch/IpatchSampleStore.c
-libinstpatch/IpatchSampleStoreRAM.c
libinstpatch/IpatchSampleStoreSwap.c
libinstpatch/IpatchSF2.c
libinstpatch/IpatchSF2File.c
@@ -32,4 +23,30 @@ libinstpatch/IpatchSF2Preset.c
libinstpatch/IpatchSF2Writer.c
libinstpatch/IpatchSF2Zone.c
libinstpatch/IpatchUnit.c
+libinstpatch/IpatchConvert_DLS2.c
+libinstpatch/IpatchConverterSF2VoiceCache.c
+libinstpatch/IpatchDLS2Param_tables.c
+libinstpatch/IpatchGigDimension.c
+libinstpatch/IpatchGigRegion.c
+libinstpatch/IpatchGigSample.c
+libinstpatch/IpatchGigSubRegion.c
+libinstpatch/IpatchItem.c
+libinstpatch/IpatchParamProp.c
+libinstpatch/IpatchPaste.c
+libinstpatch/IpatchRange.c
+libinstpatch/IpatchRiff.c
+libinstpatch/IpatchSF2IZone.c
+libinstpatch/IpatchSF2ModItem.c
+libinstpatch/IpatchSF2PZone.c
+libinstpatch/IpatchSF2Sample.c
+libinstpatch/IpatchSF2VoiceCache_VBank.c
+libinstpatch/IpatchSample.c
+libinstpatch/IpatchSampleStoreSndFile.c
+libinstpatch/IpatchUnit_generic.c
+libinstpatch/IpatchVBank.c
+libinstpatch/IpatchVBankInst.c
+libinstpatch/IpatchVBankRegion.c
+libinstpatch/IpatchVirtualContainer_types.c
+libinstpatch/IpatchXmlObject.c
+libinstpatch/util.c
libinstpatch/misc.c
|