diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-26 01:24:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-26 01:24:12 +0800 |
commit | 58a938076823582763e61071d3d0776ace50c924 (patch) | |
tree | b0d203f1fd76bcae06e3188b184efe87621d76d7 | |
parent | 4988577d9e547815a65780c89e2f7595feb44cff (diff) | |
download | marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar.gz marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar.bz2 marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar.lz marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar.xz marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.tar.zst marcuscom-ports-58a938076823582763e61071d3d0776ace50c924.zip |
Update to 2.9.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3504 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/gnome-media/Makefile | 2 | ||||
-rw-r--r-- | audio/gnome-media/distinfo | 4 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-grecord_src_gsr-window.c | 8 | ||||
-rw-r--r-- | audio/gnomemedia2/Makefile | 2 | ||||
-rw-r--r-- | audio/gnomemedia2/distinfo | 4 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-grecord_src_gsr-window.c | 8 |
6 files changed, 14 insertions, 14 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index bd12e4a5a..7b45a1619 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemedia2 -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.90 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.9 diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo index d8d6e5da7..5c3bbc446 100644 --- a/audio/gnome-media/distinfo +++ b/audio/gnome-media/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-media-2.9.4.tar.bz2) = 88895fabe119b7be10c0816cf8a63aff -SIZE (gnome2/gnome-media-2.9.4.tar.bz2) = 3242920 +MD5 (gnome2/gnome-media-2.9.90.tar.bz2) = 11b412b3dfa72c120cf0ed7f729151e8 +SIZE (gnome2/gnome-media-2.9.90.tar.bz2) = 3254074 diff --git a/audio/gnome-media/files/patch-grecord_src_gsr-window.c b/audio/gnome-media/files/patch-grecord_src_gsr-window.c index fb11cf848..852108cd5 100644 --- a/audio/gnome-media/files/patch-grecord_src_gsr-window.c +++ b/audio/gnome-media/files/patch-grecord_src_gsr-window.c @@ -59,13 +59,13 @@ + } else { + gchar *error_message; -- error_message = g_strdup_printf (_("Could not save the file \" %s\""), error->message); +- error_message = g_strdup_printf (_("Could not save the file \"%s\""), error->message); - show_error_dialog (GTK_WINDOW (window), error_message); - g_free (error_message); - } - - if (status) { -+ error_message = g_strdup_printf (_("Could not save the file \" %s\""), gnome_vfs_result_to_string (result)); ++ error_message = g_strdup_printf (_("Could not save the file \"%s\""), gnome_vfs_result_to_string (result)); + show_error_dialog (GTK_WINDOW (window), error_message); + g_free (error_message); + } @@ -74,8 +74,8 @@ + } else { gchar *error_message; -- error_message = g_strdup_printf (_("Could not save the file \" %s\""), tmp); -+ error_message = g_strdup_printf (_("Could not save the file \" %s.%s\""), name, gm_audio_profile_get_extension (profile)); +- error_message = g_strdup_printf (_("Could not save the file \"%s\""), tmp); ++ error_message = g_strdup_printf (_("Could not save the file \"%s.%s\""), name, gm_audio_profile_get_extension (profile)); show_error_dialog (GTK_WINDOW (window), error_message); g_free (error_message); } diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index bd12e4a5a..7b45a1619 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemedia2 -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.90 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.9 diff --git a/audio/gnomemedia2/distinfo b/audio/gnomemedia2/distinfo index d8d6e5da7..5c3bbc446 100644 --- a/audio/gnomemedia2/distinfo +++ b/audio/gnomemedia2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-media-2.9.4.tar.bz2) = 88895fabe119b7be10c0816cf8a63aff -SIZE (gnome2/gnome-media-2.9.4.tar.bz2) = 3242920 +MD5 (gnome2/gnome-media-2.9.90.tar.bz2) = 11b412b3dfa72c120cf0ed7f729151e8 +SIZE (gnome2/gnome-media-2.9.90.tar.bz2) = 3254074 diff --git a/audio/gnomemedia2/files/patch-grecord_src_gsr-window.c b/audio/gnomemedia2/files/patch-grecord_src_gsr-window.c index fb11cf848..852108cd5 100644 --- a/audio/gnomemedia2/files/patch-grecord_src_gsr-window.c +++ b/audio/gnomemedia2/files/patch-grecord_src_gsr-window.c @@ -59,13 +59,13 @@ + } else { + gchar *error_message; -- error_message = g_strdup_printf (_("Could not save the file \" %s\""), error->message); +- error_message = g_strdup_printf (_("Could not save the file \"%s\""), error->message); - show_error_dialog (GTK_WINDOW (window), error_message); - g_free (error_message); - } - - if (status) { -+ error_message = g_strdup_printf (_("Could not save the file \" %s\""), gnome_vfs_result_to_string (result)); ++ error_message = g_strdup_printf (_("Could not save the file \"%s\""), gnome_vfs_result_to_string (result)); + show_error_dialog (GTK_WINDOW (window), error_message); + g_free (error_message); + } @@ -74,8 +74,8 @@ + } else { gchar *error_message; -- error_message = g_strdup_printf (_("Could not save the file \" %s\""), tmp); -+ error_message = g_strdup_printf (_("Could not save the file \" %s.%s\""), name, gm_audio_profile_get_extension (profile)); +- error_message = g_strdup_printf (_("Could not save the file \"%s\""), tmp); ++ error_message = g_strdup_printf (_("Could not save the file \"%s.%s\""), name, gm_audio_profile_get_extension (profile)); show_error_dialog (GTK_WINDOW (window), error_message); g_free (error_message); } |