[SCM] lives/master: Refresh debian/patches/cdda2wav_to_icedax.diff patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Sep 9 19:43:06 UTC 2010


The following commit has been merged in the master branch:
commit a66eeaa1c486d6f7a4141724588b4adec05c3798
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Sep 9 21:42:11 2010 +0200

    Refresh debian/patches/cdda2wav_to_icedax.diff patch.

diff --git a/debian/patches/cdda2wav_to_icedax.diff b/debian/patches/cdda2wav_to_icedax.diff
index e6626e0..97b3525 100644
--- a/debian/patches/cdda2wav_to_icedax.diff
+++ b/debian/patches/cdda2wav_to_icedax.diff
@@ -48,7 +48,7 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  	$arate=44100;
 --- lives.orig/src/gui.c
 +++ lives/src/gui.c
-@@ -1027,7 +1027,7 @@ create_LiVES (void)
+@@ -1059,7 +1059,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);
      }
-@@ -2482,7 +2482,7 @@ create_LiVES (void)
+@@ -2526,7 +2526,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
-@@ -1290,8 +1290,8 @@ void do_start_messages(void) {
+@@ -1295,8 +1295,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..."));
-@@ -1478,7 +1478,7 @@ capability *get_capabilities (void) {
+@@ -1483,7 +1483,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;
-@@ -1590,8 +1590,8 @@ capability *get_capabilities (void) {
+@@ -1595,8 +1595,8 @@ capability *get_capabilities (void) {
    get_location("dvgrab",string,256);
    if (strlen(string)) capable->has_dvgrab=TRUE;
  
@@ -99,10 +99,10 @@ Author: Harry Rickards <hrickards at l33tmyst.com>
  
    get_location("jackd",string,256);
    if (strlen(string)) capable->has_jackd=TRUE;
-@@ -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);
+@@ -2204,7 +2204,7 @@ void sensitize(void) {
    gtk_widget_set_sensitive (mainw->load_audio, TRUE);
+   gtk_widget_set_sensitive (mainw->load_subs, mainw->current_file>0);
+   gtk_widget_set_sensitive (mainw->erase_subs, mainw->current_file>0&&cfile->subt!=NULL);
 -  if (capable->has_cdda2wav&&strlen (prefs->cdplay_device)) gtk_widget_set_sensitive (mainw->load_cdtrack, TRUE);
 +  if (capable->has_icedax&&strlen (prefs->cdplay_device)) gtk_widget_set_sensitive (mainw->load_cdtrack, TRUE);
    gtk_widget_set_sensitive (mainw->rename, mainw->current_file>0&&!cfile->opening);
@@ -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
-@@ -524,7 +524,7 @@ typedef struct {
+@@ -539,7 +539,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
-@@ -4127,7 +4127,7 @@ _prefsw *create_prefs_dialog (void) {
+@@ -4186,7 +4186,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