--- gtk-recordmydesktop-0.3.7.2.orig/config.guess +++ gtk-recordmydesktop-0.3.7.2/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2007-07-22' +timestamp='2008-01-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -532,7 +532,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[45]) + *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -799,6 +799,9 @@ EM64T | authenticamd) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -833,7 +836,14 @@ echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -954,8 +964,8 @@ x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; - xtensa:Linux:*:*) - echo xtensa-unknown-linux-gnu + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -1474,9 +1484,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be --- gtk-recordmydesktop-0.3.7.2.orig/config.sub +++ gtk-recordmydesktop-0.3.7.2/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2007-06-28' +timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -369,10 +369,14 @@ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -443,6 +447,14 @@ basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos @@ -668,6 +680,14 @@ basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -813,6 +833,14 @@ basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -1021,6 +1049,10 @@ basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; --- gtk-recordmydesktop-0.3.7.2.orig/po/LINGUAS +++ gtk-recordmydesktop-0.3.7.2/po/LINGUAS @@ -12,3 +12,4 @@ ru sv tr +he_IL --- gtk-recordmydesktop-0.3.7.2.orig/po/he_IL.po +++ gtk-recordmydesktop-0.3.7.2/po/he_IL.po @@ -0,0 +1,531 @@ +# translation of messages.po to Hebrew +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Nadav Kavalerchik , 2008. +msgid "" +msgstr "" +"Project-Id-Version: messages\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-08-15 01:56+0300\n" +"PO-Revision-Date: 2008-05-28 00:08+0300\n" +"Last-Translator: Nadav Kavalerchik \n" +"Language-Team: Hebrew \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/rmdStrings.py:10 +msgid "Show/hide Main Window" +msgstr "הצגה/הסתרה של חלון ראשי" + +#: src/rmdStrings.py:11 +msgid "_Select Area On Screen" +msgstr "_בחירת אזור לכידה על המסך" + +#: src/rmdStrings.py:12 src/rmdStrings.py:60 +msgid "Quit" +msgstr "סיום" + +#: src/rmdStrings.py:13 +msgid "a graphical frontend for recordMyDesktop" +msgstr "ממשק גרפי עבור recordMyDesktop" + +#: src/rmdStrings.py:14 +msgid "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." +msgstr "" +"Copyright (C) John Varouhakis\n" +"Portions Copyright (C) 2005-6 Zaheer Abbas Merali, John N. Laliberte\n" +"Portions Copyright (C) Fluendo S.L." + +#: src/rmdStrings.py:15 +msgid "Translator Credits And Information(Replace with your info)" +msgstr "תורגם על ידי נדב קבלרציק" + +#: src/rmdStrings.py:19 +msgid "Success" +msgstr "הסתיים בהצלחה" + +#: src/rmdStrings.py:20 +msgid "Error while parsing the arguments." +msgstr "התגלתה שגיאה בעת עיבוד פקודות האתחול" + +#: src/rmdStrings.py:21 +msgid "Initializing the encoder failed(either vorbis or theora)" +msgstr "אתחול המקודד נכשל (מקודד דחיסת הסרט או הקול)" + +#: src/rmdStrings.py:22 +msgid "Could not open/configure sound card." +msgstr "לא ניתן לאתחל או להגדיר גישה לכרטיס הקול של המערכת" + +#: src/rmdStrings.py:23 +msgid "Xdamage extension not present." +msgstr "רכיב Xdamage אינו קיים." + +#: src/rmdStrings.py:24 +msgid "Shared memory extension not present." +msgstr "רכיב זיכרון-משותף של מסך המחשב אינו קיים." + +#: src/rmdStrings.py:25 +msgid "Xfixes extension not present." +msgstr "רכיב Xfixes אינו קיים." + +#: src/rmdStrings.py:26 +msgid "XInitThreads failed." +msgstr "XInitThreads נכשל." + +#: src/rmdStrings.py:27 +msgid "No $DISPLAY environment variable and none specified as argument." +msgstr "לא קיים או מוגדר משתנה מערכת DISPLAY$" + +#: src/rmdStrings.py:28 +msgid "Cannot connect to Xserver." +msgstr "אין אפשרות להתחבר לשרת הגרפי Xserver" + +#: src/rmdStrings.py:29 +msgid "Color depth is not 24bpp." +msgstr "עומק דגימת צבע של נקודה במסך אינו 24bpp" + +#: src/rmdStrings.py:30 +msgid "Improper window specification." +msgstr "הגדרת חלון אינה תקינה" + +#: src/rmdStrings.py:31 +msgid "Cannot attach shared memory to proccess." +msgstr "אין אפשרות לקשר בין זיכרון-משותף לתוכנה." + +#: src/rmdStrings.py:32 +msgid "Cannot open file for writting." +msgstr "אין אפשרות לפתוח קובץ לכתיבה." + +#: src/rmdStrings.py:33 +msgid "Cannot load the Jack library (dlopen/dlsym error on libjack.so)." +msgstr "אין אפשרות לפתוח קשר לספריית צליל Jack (dlopen/dlsym error on libjack.so)." + +#: src/rmdStrings.py:34 +msgid "Cannot create new client." +msgstr "אין אפשרות ליצור לוכד מסך חדש." + +#: src/rmdStrings.py:35 +msgid "Cannot activate client." +msgstr "אין אפשרות להפעיל את התוכנה" + +#: src/rmdStrings.py:36 +msgid "Port registration/connection failure." +msgstr "חיבור נכשל" + +#: src/rmdStrings.py:37 +msgid "Segmentation Fault" +msgstr "תקלה חמורה" + +#: src/rmdStrings.py:40 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with status" +msgstr "" +"ההקלטה הסתיימה.\n" +"recordMyDesktop להלן קוד הסיום של" + +#: src/rmdStrings.py:41 +msgid "Description" +msgstr "תאור" + +#: src/rmdStrings.py:42 +msgid "" +"Recording is finished.\n" +"recordMyDesktop has exited with uknown\n" +"error code" +msgstr "" +"ההקלטה הסתיימה.\n" +"recordMyDesktop סיימה את ההקלטה עם\n" +"קוד סיום לא ידוע" + +#: src/rmdStrings.py:46 src/rmdStrings.py:76 +msgid "Video Quality" +msgstr "איכות הסרט" + +#: src/rmdStrings.py:46 src/rmdStrings.py:76 +msgid "Sound Quality" +msgstr "איכות הקול" + +#: src/rmdStrings.py:47 +msgid "Advanced" +msgstr "מתקדם" + +#: src/rmdStrings.py:47 +msgid "Select Window" +msgstr "בחירת חלון" + +#: src/rmdStrings.py:48 +msgid "Click here to select a window to record" +msgstr "הקליקו כאן כדי לבחור חלון אותו רוצים להקליט" + +#: src/rmdStrings.py:49 +msgid "" +"Click to start the recording.\n" +"This window will hide itself." +msgstr "" +"הקליקו כאן כדי להתחיל את ההקלטה.\n" +"חלון זה יחביא את עצמו." + +#: src/rmdStrings.py:50 +msgid "" +"Click to choose a filename and location.\n" +"Default is out.ogv in your home folder.\n" +"If the file already exists, the new one\n" +"will have a number attached on its name\n" +"(this behavior can be changed )" +msgstr "" +"הקליקו כדי לבחור שם קובץ ומיקום.\n" +"בררת המחדל היא out.ogv בתיקיית הבית שלכם.\n" +"אם קובץ זה קיים, קובץ נוסף יווצר\n" +"עם מספר חדש בסוף שם הקובץ\n" +"(ניתן לשנות מאפיינים אילו )" + +#: src/rmdStrings.py:51 +msgid "Click to exit the program." +msgstr "הקליקו ליציאה מהתוכנה." + +#: src/rmdStrings.py:52 +msgid "" +"Select the video quality of your recording.\n" +"(Lower quality will require more proccessing power,\n" +"so it's recommended, when encoding on the fly,\n" +"to leave at 100)" +msgstr "" + +#: src/rmdStrings.py:53 +msgid "Enable/Disable sound recording." +msgstr "הפעלה/כיבוי של הקלטת קול." + +#: src/rmdStrings.py:54 +msgid "Select the audio quality of your recording." +msgstr "בחרו את איכות הקול של ההקלטה." + +#: src/rmdStrings.py:55 +msgid "Click here to access more options." +msgstr "הקליקו כאן לאפשרויות נוספות." + +#: src/rmdStrings.py:56 +msgid "" +"\n" +"Left click and drag, on the preview image,\n" +"to select an area for recording.\n" +"Right click on it, to reset the area." +msgstr "" + +#: src/rmdStrings.py:58 +msgid "Record" +msgstr "הקלטה" + +#: src/rmdStrings.py:59 +msgid "Save As" +msgstr "שמירה בשם" + +#: src/rmdStrings.py:63 +msgid "Cancel" +msgstr "ביטול" + +#: src/rmdStrings.py:64 +msgid "" +"Please wait while your recording is being encoded\n" +"WARNING!!!\n" +"If you press Cancel or close this window,\n" +"this proccess cannot be resumed!" +msgstr "" + +#: src/rmdStrings.py:65 +msgid "complete" +msgstr "הושלם" + +#: src/rmdStrings.py:68 +msgid "Overwite Existing Files" +msgstr "החלפת קבצים קיימים" + +#: src/rmdStrings.py:68 +msgid "Working Directory" +msgstr "ספרייה לקבצים זמניים" + +#: src/rmdStrings.py:69 src/rmdStrings.py:83 +msgid "Frames Per Second" +msgstr "תמונות בשנייה" + +#: src/rmdStrings.py:69 +msgid "Encode On the Fly" +msgstr "דחיסה בזמן אמת" + +#: src/rmdStrings.py:69 +msgid "Zero Compression" +msgstr "ללא דחיסה" + +#: src/rmdStrings.py:70 +msgid "Quick Subsampling" +msgstr "תת-דגימת תמונה מהירה" + +#: src/rmdStrings.py:70 +msgid "Full shots at every frame" +msgstr "תמונת מסך מלאה בכל דגימה" + +#: src/rmdStrings.py:71 +msgid "Channels" +msgstr "ערוצים" + +#: src/rmdStrings.py:71 +msgid "Frequency" +msgstr "תדירות" + +#: src/rmdStrings.py:71 +msgid "Device" +msgstr "רכיב קול" + +#: src/rmdStrings.py:71 +msgid "Display" +msgstr "מסך" + +#: src/rmdStrings.py:71 +msgid "Mouse Cursor" +msgstr "סמן העכבר" + +#: src/rmdStrings.py:72 +msgid "Follow Mouse" +msgstr "עקיבה אחר העכבר" + +#: src/rmdStrings.py:72 +msgid "MIT-Shm extension" +msgstr "רכיב |MIT-Shm לזיכרון משותף" + +#: src/rmdStrings.py:72 +msgid "Include Window Decorations" +msgstr "לכידת מסגרות החלונות" + +#: src/rmdStrings.py:73 +msgid "Tooltips" +msgstr "עצות" + +#: src/rmdStrings.py:73 +msgid "Outline Capture Area On Screen" +msgstr "סימון אזור הלכידה על המסך" + +#: src/rmdStrings.py:74 +msgid "Reset Capture Area" +msgstr "איפוס אזור הלכידה" + +#: src/rmdStrings.py:75 +msgid "Extra Options" +msgstr "אפשרויות נוספות" + +#: src/rmdStrings.py:77 +msgid "Drop Frames(encoder)" +msgstr "" + +#: src/rmdStrings.py:77 +msgid "Startup Delay(secs)" +msgstr "השהיית תחילת הלכידה (בשניות)" + +#: src/rmdStrings.py:78 +msgid "Normal" +msgstr "רגיל" + +#: src/rmdStrings.py:78 +msgid "White" +msgstr "לבן" + +#: src/rmdStrings.py:78 +msgid "Black" +msgstr "שחור" + +#: src/rmdStrings.py:78 +msgid "None" +msgstr "ללא" + +#: src/rmdStrings.py:79 +msgid "Enabled" +msgstr "פעיל" + +#: src/rmdStrings.py:79 +msgid "Disabled" +msgstr "כבוי" + +#: src/rmdStrings.py:80 +msgid "Files" +msgstr "קבצים" + +#: src/rmdStrings.py:80 +msgid "Performance" +msgstr "ביצועים" + +#: src/rmdStrings.py:80 +msgid "Sound" +msgstr "צליל" + +#: src/rmdStrings.py:80 +msgid "Misc" +msgstr "שונות" + +#: src/rmdStrings.py:81 +msgid "" +"By default, if you try to save under a filename that already\n" +"exists, the new file will be renamed\n" +"(for example if you try to save as out.ogv and that file exists, your file " +"will be named out.ogv.1).\n" +"By checking this box, this behavior is disabled and the old file is " +"overwritten.\n" +msgstr "" + +#: src/rmdStrings.py:82 +msgid "Directory where temporary files will be saved." +msgstr "הספרייה בה ישמרו קבצים זמניים" + +#: src/rmdStrings.py:84 +msgid "" +"Encode simultaneously with the recording.\n" +"This will require a lot more processing power.\n" +msgstr "" + +#: src/rmdStrings.py:85 +msgid "" +"Do not apply compression on the temporary files.\n" +"If enabled, the program will need less processing power,\n" +"in the expense of hard disk space.\n" +"This option is valid only when encoding on the fly is disabled." +msgstr "" + +#: src/rmdStrings.py:86 +msgid "" +"This option, if enabled, will cause the program to require less\n" +"processing power, but it might make the colors look a bit more blurry." +msgstr "" + +#: src/rmdStrings.py:87 +msgid "" +"This option should be enabled when recording 3d windows.\n" +"It is also auto-enabled when recording a\n" +"known 3d compositing window manager.\n" +" " +msgstr "" + +#: src/rmdStrings.py:88 +msgid "Number of audio channels." +msgstr "מספר ערוצי קול." + +#: src/rmdStrings.py:89 +msgid "Sound frequency." +msgstr "תדר הצליל." + +#: src/rmdStrings.py:90 +msgid "ALSA sound device, that is used for sound recording." +msgstr "כרטיס המוסיקה, המשמש להקלטת הקול." + +#: src/rmdStrings.py:91 +msgid "Connection to the Xserver." +msgstr "חיבור לשרת הגרפי XServer" + +#: src/rmdStrings.py:92 +msgid "" +"The mouse cursor that will be drawn.\n" +"Normal is for the real cursor that you see while recording,\n" +"while black and white are fake cursors, drawn by the program.\n" +"You can also disable cursor drawing." +msgstr "" + +#: src/rmdStrings.py:93 +msgid "" +"When This option is enabled, the capture\n" +"area will follow your mouse cursor.\n" +"Enabling this option will also enable full shots at\n" +"every frame, so it's not recommended\n" +"for large capture areas." +msgstr "" + +#: src/rmdStrings.py:94 +msgid "" +"Use the MIT-Shared memory extension, whenever appropriate,\n" +" depending on the rest of the program settings.\n" +"Disabling this option is not recommended,\n" +"as it may severely slow down the program." +msgstr "" + +#: src/rmdStrings.py:95 +msgid "" +"When selecting a window via the \"Select Window\" button,\n" +"include that window's decorations in the recording area." +msgstr "" + +#: src/rmdStrings.py:96 +msgid "" +"Enable or disable tooltips, like this one.\n" +"(Requires restart)" +msgstr "" + +#: src/rmdStrings.py:97 +msgid "" +"Draw a frame on the screen, around the area\n" +"that will get captured.\n" +"(This frame will remain throughout the recording.)" +msgstr "" + +#: src/rmdStrings.py:98 +msgid "" +"Reset capture area after every recording\n" +"and at program shutdown." +msgstr "" + +#: src/rmdStrings.py:99 +msgid "" +"Extra commandline options that will get\n" +"passed to recordMyDesktop during initialization.\n" +"These options must be entered the same way\n" +"they would in the commandline (i.e. separated with spaces).\n" +"Consult the manpage for more information on using them." +msgstr "" + +#: src/rmdStrings.py:100 +msgid "" +"Enable this option to record audio through\n" +"JACK. The Jack server must be running in order to\n" +"obtain the ports that will be recorded.\n" +"The audio recorded from each one\n" +"will be written on a channel of its own.\n" +"recordMyDesktop must be compiled with JACK\n" +"support for this option to work." +msgstr "" + +#: src/rmdStrings.py:102 +msgid "Use Jack for audio capture." +msgstr "שימוש בממשק JACK להקלטה של קול" + +#: src/rmdStrings.py:103 +msgid "" +"Select the ports you want to record from\n" +"(hold Ctrl to select multiple entries):" +msgstr "" + +#: src/rmdStrings.py:105 +msgid "Available Ports" +msgstr "חיבורים זמינים" + +#: src/rmdStrings.py:106 +msgid "jack_lsp returned no ports." +msgstr "jack_lsp לא מציג חיבורים זמינים." + +#: src/rmdStrings.py:107 +msgid "Make sure that jackd is running." +msgstr "אנא בדקו ש- JACK פעיל." + +#: src/rmdStrings.py:108 +msgid "Available ports (double click to add):" +msgstr "חיבורים זמינים" + +#: src/rmdStrings.py:109 +msgid "Selected ports (double click to remove):" +msgstr "חיבורים מסומנים" + +#: src/rmdStrings.py:110 +msgid "Refresh" +msgstr "ריענון" + --- gtk-recordmydesktop-0.3.7.2.orig/debian/gtk-recordmydesktop.xpm +++ gtk-recordmydesktop-0.3.7.2/debian/gtk-recordmydesktop.xpm @@ -0,0 +1,237 @@ +/* XPM */ +static char * gtk_recordmydesktop_xpm[] = { +"32 32 202 2", +" c None", +". c #0B0B0B", +"+ c #090909", +"@ c #020202", +"# c #000000", +"$ c #181818", +"% c #2F2F2F", +"& c #363636", +"* c #010101", +"= c #040404", +"- c #080808", +"; c #101010", +"> c #1B1B1B", +", c #242424", +"' c #232323", +") c #1C1C1C", +"! c #1E1E1E", +"~ c #2A2A2A", +"{ c #444444", +"] c #4E4E4E", +"^ c #575757", +"/ c #5F5F5F", +"( c #5E5E5E", +"_ c #5B5B5B", +": c #505050", +"< c #484848", +"[ c #474747", +"} c #424242", +"| c #060606", +"1 c #1A1A1A", +"2 c #303030", +"3 c #525252", +"4 c #686868", +"5 c #7B7B7B", +"6 c #888888", +"7 c #939393", +"8 c #999999", +"9 c #9F9F9F", +"0 c #9E9E9E", +"a c #929292", +"b c #8C8C8C", +"c c #7F7F7F", +"d c #696969", +"e c #111111", +"f c #2C2C2C", +"g c #545454", +"h c #727272", +"i c #A2A2A2", +"j c #AFAFAF", +"k c #B7B7B7", +"l c #BFBFBF", +"m c #C3C3C3", +"n c #C7C7C7", +"o c #CACACA", +"p c #CDCDCD", +"q c #CECECE", +"r c #CFCFCF", +"s c #CCCCCC", +"t c #AAAAAA", +"u c #8D8D8D", +"v c #404040", +"w c #6F6F6F", +"x c #949494", +"y c #A6A6A6", +"z c #B5B5B5", +"A c #C9C9C9", +"B c #D0D0D0", +"C c #D4D4D4", +"D c #D5D5D5", +"E c #D8D8D8", +"F c #DBDBDB", +"G c #E0E0E0", +"H c #E5E5E5", +"I c #EAEAEA", +"J c #E7E7E7", +"K c #DFDFDF", +"L c #A8A8A8", +"M c #7E7E7E", +"N c #050505", +"O c #454545", +"P c #848484", +"Q c #A1A1A1", +"R c #B4B4B4", +"S c #C1C1C1", +"T c #D7D7D7", +"U c #DDDDDD", +"V c #E1E1E1", +"W c #D9D9D9", +"X c #E6E6E6", +"Y c #EDEDED", +"Z c #F3F3F3", +"` c #F9F9F9", +" . c #F8F8F8", +".. c #F6F6F6", +"+. c #ECECEC", +"@. c #DCDCDC", +"#. c #BEBEBE", +"$. c #323232", +"%. c #808080", +"&. c #A0A0A0", +"*. c #C8C8C8", +"=. c #D6D6D6", +"-. c #E9E9E9", +";. c #E3E3E3", +">. c #D3D3D3", +",. c #E2E2E2", +"'. c #F2F2F2", +"). c #070707", +"!. c #121212", +"~. c #6D6D6D", +"{. c #A3A3A3", +"]. c #B9B9B9", +"^. c #F0F0F0", +"/. c #C5C5C5", +"(. c #C0C0C0", +"_. c #969696", +":. c #BABABA", +"<. c #FAFAFA", +"[. c #4A4A4A", +"}. c #C6C6C6", +"|. c #F4F4F4", +"1. c #F7F7F7", +"2. c #E4E4E4", +"3. c #B6B6B6", +"4. c #BCBCBC", +"5. c #B2B2B2", +"6. c #6C6C6C", +"7. c #313131", +"8. c #222222", +"9. c #1F1F1F", +"0. c #272727", +"a. c #C4C4C4", +"b. c #F1F1F1", +"c. c #EBEBEB", +"d. c #0D0D0D", +"e. c #FBFBFB", +"f. c #ABABAB", +"g. c #9D9D9D", +"h. c #9C9C9C", +"i. c #464646", +"j. c #030303", +"k. c #585858", +"l. c #DADADA", +"m. c #141414", +"n. c #898989", +"o. c #FCFCFC", +"p. c #FDFDFD", +"q. c #F5F5F5", +"r. c #202020", +"s. c #B1B1B1", +"t. c #A4A4A4", +"u. c #717171", +"v. c #515151", +"w. c #3E3E3E", +"x. c #0A0A0A", +"y. c #BDBDBD", +"z. c #646464", +"A. c #A9A9A9", +"B. c #EEEEEE", +"C. c #7D7D7D", +"D. c #D2D2D2", +"E. c #3A3A3A", +"F. c #8B8B8B", +"G. c #9B9B9B", +"H. c #4F4F4F", +"I. c #E8E8E8", +"J. c #EFEFEF", +"K. c #FEFEFE", +"L. c #959595", +"M. c #737373", +"N. c #171717", +"O. c #6B6B6B", +"P. c #818181", +"Q. c #636363", +"R. c #595959", +"S. c #434343", +"T. c #747474", +"U. c #D1D1D1", +"V. c #161616", +"W. c #A7A7A7", +"X. c #979797", +"Y. c #666666", +"Z. c #656565", +"`. c #414141", +" + c #8F8F8F", +".+ c #858585", +"++ c #131313", +"@+ c #626262", +"#+ c #191919", +"$+ c #0C0C0C", +"%+ c #343434", +"&+ c #0F0F0F", +"*+ c #DEDEDE", +"=+ c #151515", +"-+ c #6E6E6E", +";+ c #3F3F3F", +">+ c #8A8A8A", +",+ c #989898", +"'+ c #ADADAD", +")+ c #CBCBCB", +"!+ c #0E0E0E", +"~+ c #828282", +" ", +" ", +" ", +" . + @ # # # @ $ % & ", +" * * * * * # * = - ; > , ' ) ! ~ ", +" @ * # # # @ ; ' & { ] ^ / ( _ : < [ } ", +" @ # # # | 1 2 3 4 5 6 7 8 9 9 0 8 a b c d ", +" # # # # e f g h 7 i j k l m n o p q r s m t u h ", +" # # # # ; v w x y z l A B C D E F G H I I J K r L M ", +" # # # # N O P Q R S p T U V U W W U X Y Z ` ...+.@.#. ", +" # # # # $.%.&.k *.=.K X -.;.D s q >.E U ,.+.'. .` Z K m ", +" ).# # # !.~.{.].o W X ^.^.;.q l l /.(.9 P %._.:.D ^.<.'.F ", +" * # # # [.8 }.D K I |.1.2.3.b Q 4.5.6.7.8.9.0.& ^ a.b.<.c.n ", +" # # # d.5 (.,.Y b.1.e.Y f.: [ g.#.h.i.; j.# # # . k.l.<.Z s ", +"# # # # m.n.r Y .o.p.q.A ] j.r.s.}.t.u.v.w.% x.# # x.y...q.}. ", +"# # # # j.z.A.T B.` 1.l.C.# # f S >.D.2.X K a.E.# # * 5.|.^.t ", +" # # # # # O F.S 2.U G.@ # # H.D I.J.e.K.o.I.L.# # ).(.q.,.M. ", +" # # # # # . N.O.a P.) # # # Q.K 1...o.<.b.r R.# = c V ^.4.$. ", +" ; # # # # # # ) f 8.@ # # # } D <.e.<.+.T s.k.S.T.s +.U.( $ ", +" # # # # # # # j.# # # # # V.W.-.o.e.J.K a.X.t.D H U.Y.> ", +" . # # # # # # # # # # # # # : s.2.b.|.'.+.H ,.G #.Z.$ * ", +" | * # # # # # # # # # # # @ _ L.z B l.=.m W.u ( N # ", +" ).N @ # # # # # # # # # # # - `.%. +.+k.++# # # ", +" @+#+# # # # # # # # # # # * | . $+. ).@ # # ", +" d.# # # # # # # # # # # # # # # # # ", +" e # # # # # # # # # # # # # # # * m. ", +" | # # # # # # # # # # # # # | %+v h ", +" &+N # # # # # # # # # # # # @ > %+y W I.c.*+ ", +" # # # # # | &+=+#+1 $ $ =+++++++$ h r J.<. .Y >.5.-+ ", +" # # # # # ;+>+].o o #.k y X.,+'+n G 1.e.Z 2.)+W.%. ", +" !+;+w ~+A.>.I b.Y I V D r T X '.<.b.l. ", +" "}; --- gtk-recordmydesktop-0.3.7.2.orig/debian/install +++ gtk-recordmydesktop-0.3.7.2/debian/install @@ -0,0 +1 @@ +debian/gtk-recordmydesktop.xpm usr/share/pixmaps --- gtk-recordmydesktop-0.3.7.2.orig/debian/copyright +++ gtk-recordmydesktop-0.3.7.2/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by José L. Redrejo Rodríguez on +Sat, 25 Nov 2006 13:08:32 +0200. + +It was downloaded from http://recordmydesktop.sourceforge.net/downloads.php + +Copyright Holder: John Varouhakis + +License (except for rmdTrayPopup.py,rmdSelect.py, rmdSelectThumb.py): + +Copyright (C) 2006 John Varouhakis + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + +License (rmdTrayPopup.py,rmdSelect.py, rmdSelectThumb.py): + Copyright (C) 2005,2006 Zaheer Abbas Merali , + Copyright (C) 2006 John N. Laliberte (allanonjl@gentoo.org) (jlaliberte@gmail.com), + Portions Copyright (C) 2004,2005 Fluendo, S.L. (www.fluendo.com) + + These files are part of from Istanbul version 0.2.1 (http://live.gnome.org/Istanbul) + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- gtk-recordmydesktop-0.3.7.2.orig/debian/rules +++ gtk-recordmydesktop-0.3.7.2/debian/rules @@ -0,0 +1,78 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/gtk-recordmydesktop + +# Build architecture-independent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + dh_installmenu + dh_pysupport + dh_installman debian/gtk-recordMyDesktop.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gtk-recordmydesktop-0.3.7.2.orig/debian/changelog +++ gtk-recordmydesktop-0.3.7.2/debian/changelog @@ -0,0 +1,74 @@ +gtk-recordmydesktop (0.3.7.2-2ubuntu1) jaunty; urgency=low + + * Added 'screencast' to description so package appears when searching that + term (LP: #255791). + + -- Nick Ellery Tue, 04 Nov 2008 17:19:06 -0800 + +gtk-recordmydesktop (0.3.7.2-2) unstable; urgency=low + + * Added Hebrew translation by Nadav Kavalerchik (Closes: #486154) + * debian/control: Bumped standards-version to 3.8.0 (no changes required) + + -- José L. Redrejo Rodríguez Tue, 17 Jun 2008 09:49:21 +0200 + +gtk-recordmydesktop (0.3.7.2-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Tue, 01 Apr 2008 10:29:01 +0200 + +gtk-recordmydesktop (0.3.7-1) unstable; urgency=low + + * New upstream release + * debian/control: Updated policy version and added homepage field. + + -- José L. Redrejo Rodríguez Tue, 18 Dec 2007 15:19:38 +0100 + +gtk-recordmydesktop (0.3.6-1) unstable; urgency=low + + * New upstream release. + * debian/menu: updated according to the latest menu policy. + + -- José L. Redrejo Rodríguez Sun, 19 Aug 2007 10:39:04 +0200 + +gtk-recordmydesktop (0.3.5-1) unstable; urgency=low + + * New upstream release. + + -- José L. Redrejo Rodríguez Sun, 15 Jul 2007 18:01:13 +0100 + +gtk-recordmydesktop (0.3.4-1) unstable; urgency=low + + * New upstream release. + * Updated debian/copyright and debian/control to change the email of the + maintainer + + -- José L. Redrejo Rodríguez Wed, 25 Apr 2007 12:20:13 +0200 + +gtk-recordmydesktop (0.3.3-1) unstable; urgency=low + + * New upstream release. + + -- José L. Redrejo Rodríguez Tue, 20 Feb 2007 10:21:03 +0200 + +gtk-recordmydesktop (0.3.1.1-1) unstable; urgency=low + + * New upstream release. + + -- José L. Redrejo Rodríguez Fri, 12 Jan 2007 11:47:22 +0200 + +gtk-recordmydesktop (0.3.0r2-2) unstable; urgency=low + + * Uses python-support instead of python central, much easier to manage for the maintainer (Closes: #403278). + * debian/control: Architecture changed to all. + * debian/copyright: specified the files that are part of Istanbul. + + -- José L. Redrejo Rodríguez Sat, 16 Dec 2006 12:47:32 +0200 + +gtk-recordmydesktop (0.3.0r2-1) unstable; urgency=low + + * Initial Debian release (Closes: #400949). + * po/es.po: updated spanish translation. + + -- José L. Redrejo Rodríguez Sat, 25 Nov 2006 13:08:32 +0200 --- gtk-recordmydesktop-0.3.7.2.orig/debian/menu +++ gtk-recordmydesktop-0.3.7.2/debian/menu @@ -0,0 +1,3 @@ +?package(gtk-recordmydesktop):needs="X11" section="Applications/Graphics"\ +title="gtk-recordmydesktop" icon="/usr/share/pixmaps/gtk-recordmydesktop.xpm" \ +command="/usr/bin/gtk-recordMyDesktop" --- gtk-recordmydesktop-0.3.7.2.orig/debian/compat +++ gtk-recordmydesktop-0.3.7.2/debian/compat @@ -0,0 +1 @@ +5 --- gtk-recordmydesktop-0.3.7.2.orig/debian/control +++ gtk-recordmydesktop-0.3.7.2/debian/control @@ -0,0 +1,17 @@ +Source: gtk-recordmydesktop +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: José L. Redrejo Rodríguez +Homepage: http://recordmydesktop.iovar.org/ +Build-Depends: debhelper (>= 5), autotools-dev, python-support (>= 0.4), python-dev, python-gtk2-dev +Standards-Version: 3.8.0 + +Package: gtk-recordmydesktop +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, recordmydesktop (>= 0.3.7), python-gtk2 +Description: Graphical frontend for recordmydesktop + Adds an easy to use graphical icon on the GNOME toolbar + to make a pleasure use and configure the audio and video + capture and screencast application recordMyDestkop. + --- gtk-recordmydesktop-0.3.7.2.orig/debian/dirs +++ gtk-recordmydesktop-0.3.7.2/debian/dirs @@ -0,0 +1 @@ +usr/share/applications --- gtk-recordmydesktop-0.3.7.2.orig/debian/gtk-recordMyDesktop.1 +++ gtk-recordmydesktop-0.3.7.2/debian/gtk-recordMyDesktop.1 @@ -0,0 +1,215 @@ +.\" +.\" +.TH "GTK-RECORDMYDESKTOP" "1" "13/7/2006" "Linux" "" +.SH "NAME" +gtk\-recordMyDesktop \- graphical gtk frontend for recordMyDestkop + +.SH "SYNOPSIS" +.B recordmydesktop +[ +.B +Options +]^ +.B +filename +.br +.br +.SH "DESCRIPTION" +.PP + gtk\-recordMyDesktop is a graphical frontend for recordMyDesktop +.br +There are no options for the program, just execute it and use it from the Desktop panel +.br +.br +.SH "OPTIONS" +.PP +.B +Generic Options: +.br +.TP +.B + \-h or \-\-help + Print help summary and exit. +.br +.TP +.B + \-\-version + Print program version and exit. +.br +.PP +.br +.B +Image Options: +.br +.TP +.B + \-windowid id_of_window + id of window to be recorded. +.br +.TP +.B + \-display DISPLAY + Display to connect to. +.br +.TP +.B + \-x X + Offset in x direction. +.br +.TP +.B + \-y Y + Offset in y direction. +.br +.TP +.B + \-width N + Width of recorded window. +.br +.TP +.B + \-height N + Height of recorded window. +.br +.TP +.B +.br +.br +.TP +.B + \-dummy\-cursor color + Draw a dummy cursor, instead of the normal one.Value of color can be "black" or "white". +.br +.TP +.B + \-\-no\-cursor + Disable drawing of the cursor. +.br +.TP +.B + \-\-with\-shared + Enable usage of MIT\-shared memory extension at all times. +.br +.TP +.B + \-\-no\-cond\-shared + Do not use the MIT\-shared memory extension when aquiring large areas. +.br +.TP +.B + \-shared\-threshold n + Threshold over which shared memory is used(default 75). +.br +.TP +.B + \-\-full\-shots + Take full screenshot at every frame(Not recomended!). +.br +.TP +.B + \-\-quick\-subsampling + Do subsampling of the chroma planes by discarding extra pixels. +.br +.TP +.B + \-fps N(number>0.0) + A positive number denoting desired framerate. +.br +.br +.PP +.B +Sound Options: +.br +.TP +.B + \-channels N(number>0) + A positive number denoting desired sound channels in recording. +.br +.TP +.B + \-freq N(number>0) + A positive number denoting desired sound frequency. +.br +.TP +.B + \-device SOUND_DEVICE + Sound device(default hw0:0). +.br +.TP +.B + \-\-nosound + Do not record sound. +.br +.PP +.br +.B +Encoding Options: +.br +.TP +.B + \-v_quality n + A number from 0 to 63 for desired encoded video quality(default 63). +.br +.TP +.B + \-v_bitrate n + A number from 45000 to 2000000 for desired encoded video bitrate(default 45000). +.br +.TP +.B + \-\-drop\-frames + Allow theora encoder to drop frames(this can significantly lower proccessing times). +.br +.TP +.B + \-s_quality n + Desired audio quality(\-1 to 10). +.br +.PP +.br +.B +Misc Options: +.br +.TP +.B + \-delay n[H|h|M|m] + Number of secs(default),minutes or hours before capture starts(number can be float). +.br +.TP +.B + \-\-scshot + Take a bitmap screenshot(default rmdout.bmp) and exit. +.br +.TP +.B + \-scale\-shot N + Factor by which screenshot is scaled down(1<=number<=64,power of 2). +.br +.TP +.B + \-o filename + Name of recorded video(default out.ogg). + + + +.PP +.br +If no other option is specified, filename can be given without the \-o switch. +.br +.br +.SH "USAGE" +.TP +.B recordmydesktop +.br +[\-h| \-\-help| \-\-versio +.br +.br +.br +.SH "AUTHORS" +John Varouhakis(johnvarouhakis@gmail.com) +.br +.SH "SEE ALSO" +.BR xwininfo(1) +.br +.BR ffmpeg2theora(1) +.br