[SCM] jack-capture/master: Patch 03-replace_xdialog.patch removed

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed May 30 11:45:34 UTC 2012


The following commit has been merged in the master branch:
commit 4589a1434579d25c8e99062bcc307b56dd49a694
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed May 30 13:47:45 2012 +0200

    Patch 03-replace_xdialog.patch removed

diff --git a/debian/patches/03-replace_xdialog.patch b/debian/patches/03-replace_xdialog.patch
deleted file mode 100644
index e9ce947..0000000
--- a/debian/patches/03-replace_xdialog.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Replace Xdialog with gdialog as xdialog is no longer available.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: no
----
- jack_capture_gui |   10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
---- jack-capture.orig/jack_capture_gui
-+++ jack-capture/jack_capture_gui
-@@ -18,19 +18,19 @@
- 
- OPTIONS=$@
- 
--if [ ! `which Xdialog` ] ; then 
--    echo "Xdialog needed";
-+if [ ! `which gdialog` ] ; then
-+    echo "gdialog needed";
-     exit;
- fi
- 
- while true
- do
--  Xdialog --stdout --yesno "PRESS YES TO START REC"  10 40
-+  gdialog --stdout --yesno "PRESS YES TO START REC"  10 40
-   case "$?" in
--    0) jack_capture $OPTIONS | Xdialog --stdout --msgbox " RECORDING IN PROGRESS\n PRESS OK TO STOP REC " 10 40
-+    0) jack_capture $OPTIONS | gdialog --stdout --msgbox " RECORDING IN PROGRESS\n PRESS OK TO STOP REC " 10 40
-        echo "Recording stopped"
-     ;;
--    1) Xdialog --msgbox "Ok no recording started" 10 40
-+    1) gdialog --msgbox "Ok no recording started" 10 40
-        exit;
-     ;;
-   esac

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list