[SCM] lives packaging branch, master, updated. debian/1.3.3-2-11-gc2de608

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jul 5 20:31:41 UTC 2010


The following commit has been merged in the master branch:
commit 9f89c6a579f4cf39cad8bcc1befbfeb053834566
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jul 5 22:12:59 2010 +0200

    Refresh cdda2wav_to_icedax.diff patch.

diff --git a/debian/patches/cdda2wav_to_icedax.diff b/debian/patches/cdda2wav_to_icedax.diff
index 0a4e2cf..e6626e0 100644
--- a/debian/patches/cdda2wav_to_icedax.diff
+++ b/debian/patches/cdda2wav_to_icedax.diff
@@ -24,7 +24,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  
 --- lives.orig/smogrify
 +++ lives/smogrify
-@@ -2530,9 +2530,9 @@ if (defined($ARGV[0])) {
+@@ -2559,9 +2559,9 @@ if (defined($ARGV[0])) {
  
      if ($command eq "cdopen") {
  
@@ -37,7 +37,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  	}
  
  	$cdplay_device=&rc_get("cdplay_device");
-@@ -2547,7 +2547,7 @@ if (defined($ARGV[0])) {
+@@ -2576,7 +2576,7 @@ if (defined($ARGV[0])) {
  	    unlink $audiofile;
  	}
  
@@ -48,7 +48,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  	$arate=44100;
 --- lives.orig/src/gui.c
 +++ lives/src/gui.c
-@@ -1024,7 +1024,7 @@ create_LiVES (void)
+@@ -1027,7 +1027,7 @@ create_LiVES (void)
    gtk_container_add (GTK_CONTAINER (audio_menu), mainw->eject_cd);
  
    if (capable->smog_version_correct) {
@@ -57,7 +57,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
        gtk_widget_set_sensitive (mainw->load_cdtrack, FALSE);
        gtk_widget_set_sensitive (mainw->eject_cd, FALSE);
      }
-@@ -2472,7 +2472,7 @@ create_LiVES (void)
+@@ -2482,7 +2482,7 @@ create_LiVES (void)
    g_signal_connect (GTK_OBJECT (mainw->load_audio), "activate",
                        G_CALLBACK (on_load_audio_activate),
                        NULL);
@@ -68,7 +68,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
                        NULL);
 --- lives.orig/src/main.c
 +++ lives/src/main.c
-@@ -1278,8 +1278,8 @@ void do_start_messages(void) {
+@@ -1290,8 +1290,8 @@ void do_start_messages(void) {
    else d_print(_ ("sox...NOT DETECTED\n"));
    if (capable->has_xmms) d_print(_ ("xmms...detected..."));
    else d_print(_ ("xmms...NOT DETECTED..."));
@@ -79,7 +79,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
    if (capable->has_jackd) d_print(_ ("jackd...detected..."));
    else d_print(_ ("jackd...NOT DETECTED..."));
    if (capable->has_pulse_audio) d_print(_ ("pulse audio...detected..."));
-@@ -1464,7 +1464,7 @@ capability *get_capabilities (void) {
+@@ -1478,7 +1478,7 @@ capability *get_capabilities (void) {
    capable->has_sox=FALSE;
    capable->has_xmms=FALSE;
    capable->has_dvgrab=FALSE;
@@ -88,7 +88,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
    capable->has_jackd=FALSE;
    capable->has_gdb=FALSE;
    capable->has_pulse_audio=FALSE;
-@@ -1576,8 +1576,8 @@ capability *get_capabilities (void) {
+@@ -1590,8 +1590,8 @@ capability *get_capabilities (void) {
    get_location("dvgrab",string,256);
    if (strlen(string)) capable->has_dvgrab=TRUE;
  
@@ -99,7 +99,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  
    get_location("jackd",string,256);
    if (strlen(string)) capable->has_jackd=TRUE;
-@@ -2183,7 +2183,7 @@ void sensitize(void) {
+@@ -2197,7 +2197,7 @@ void sensitize(void) {
    gtk_widget_set_sensitive (mainw->loop_video, mainw->current_file>0&&(cfile->achans>0&&cfile->frames>0));
    gtk_widget_set_sensitive (mainw->loop_continue, TRUE);
    gtk_widget_set_sensitive (mainw->load_audio, TRUE);
@@ -110,7 +110,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
    gtk_widget_set_sensitive (mainw->resample_video, mainw->current_file>0&&cfile->frames>0);
 --- lives.orig/src/main.h
 +++ lives/src/main.h
-@@ -449,7 +449,7 @@ typedef struct {
+@@ -524,7 +524,7 @@ typedef struct {
    gboolean has_mplayer;
    gboolean has_convert;
    gboolean has_composite;
@@ -121,7 +121,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
    gboolean has_pulse_audio;
 --- lives.orig/src/preferences.c
 +++ lives/src/preferences.c
-@@ -3050,7 +3050,7 @@ _prefsw *create_prefs_dialog (void) {
+@@ -4127,7 +4127,7 @@ _prefsw *create_prefs_dialog (void) {
  
     g_signal_connect (GTK_FILE_CHOOSER(buttond), "selection-changed",G_CALLBACK (on_fileread_clicked),(gpointer)prefsw->cdplay_entry);
  

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list