Overview

Request 5009 (accepted)

- Update to version v4.1.0
* Update gettext to 0.19.4.
* Drop libgnomeui2 and libgnome2 dependencies
* Fix out of source tree builds
* Add meson as build system option
* Fix application window icon
* Restored short command-line options
* Port to GtkStatusIcon and drop included EggTracyIcon code
* Fix tray icon right-click menu positioning
* Make -Werror optional (it does more harm than good)
* Patch from Dan Fandrich:
Stop copying overlapping strings on multi-artist CDs
* Add korean translation from TP
* nl.po, zh_CN.po: Update translations from TP
* Patches from Adrian Reber:
- Remove vte dependency
grip uses vte for its status window. The version of vte grip relies on
is not maintained upstream for a long time. This commit removes the
complete status window functionality from grip. Messages previously sent
to the status window are now sent to the console.
- Switch to non-deprecated g_string functions
- Ignore deprecation errors
* Sync updated french translation from Translation Project

Submit package home:bitstreamout:Multimedia / grip to package Multimedia / grip

grip.changes Changed
x
 
1
@@ -1,4 +1,31 @@
2
 -------------------------------------------------------------------
3
+Mon Feb 17 13:45:35 UTC 2020 - Werner Fink <werner@suse.de>
4
+
5
+- Update to version v4.1.0
6
+  * Update gettext to 0.19.4.
7
+  * Drop libgnomeui2 and libgnome2 dependencies
8
+  * Fix out of source tree builds
9
+  * Add meson as build system option
10
+  * Fix application window icon
11
+  * Restored short command-line options
12
+  * Port to GtkStatusIcon and drop included EggTracyIcon code
13
+  * Fix tray icon right-click menu positioning
14
+  * Make -Werror optional (it does more harm than good)
15
+  * Patch from Dan Fandrich:
16
+    Stop copying overlapping strings on multi-artist CDs
17
+  * Add korean translation from TP
18
+  * nl.po, zh_CN.po: Update translations from TP
19
+  * Patches from Adrian Reber:
20
+    - Remove vte dependency
21
+       grip uses vte for its status window. The version of vte grip relies on
22
+       is not maintained upstream for a long time. This commit removes the
23
+       complete status window functionality from grip. Messages previously sent
24
+       to the status window are now sent to the console.
25
+    - Switch to non-deprecated g_string functions
26
+    - Ignore deprecation errors
27
+  * Sync updated french translation from Translation Project
28
+
29
+-------------------------------------------------------------------
30
 Tue Mar 19 21:43:21 UTC 2019 - enzokiel@kabelmail.de
31
 
32
 - Update to version v3.10.1
33
grip.spec Changed
29
 
1
@@ -17,7 +17,7 @@
2
 
3
 
4
 Name:           grip
5
-Version:        3.10.1
6
+Version:        4.1.0
7
 Release:        0
8
 Summary:        An Audio CD Ripping Application
9
 License:        GPL-2.0-or-later
10
@@ -31,16 +31,16 @@
11
 BuildRequires:  fdupes
12
 BuildRequires:  gcc-c++
13
 BuildRequires:  glibc-devel
14
+BuildRequires:  gnome-doc-utils
15
 BuildRequires:  help2man
16
 BuildRequires:  id3lib-devel
17
 BuildRequires:  libtool
18
 BuildRequires:  pkgconfig
19
 BuildRequires:  update-desktop-files
20
 BuildRequires:  pkgconfig(gnutls)
21
+BuildRequires:  pkgconfig(gtk+-2.0)
22
 BuildRequires:  pkgconfig(libcddb)
23
 BuildRequires:  pkgconfig(libcurl)
24
-BuildRequires:  pkgconfig(libgnomeui-2.0)
25
-BuildRequires:  pkgconfig(vte)
26
 Requires:       cdparanoia
27
 Requires:       flac
28
 Requires:       lame
29
grip-configure.patch Changed
28
 
1
@@ -2,7 +2,7 @@
2
 ===================================================================
3
 --- grip-3.9.0.orig/src/grip.c
4
 +++ grip-3.9.0/src/grip.c
5
-@@ -873,8 +873,8 @@ static void DoLoadConfig(GripInfo *ginfo
6
+@@ -737,8 +737,8 @@ static void DoLoadConfig(GripInfo *ginfo
7
    ginfo->using_builtin_cdp=FALSE;
8
  #endif
9
    ginfo->in_rip_thread=FALSE;
10
@@ -13,7 +13,7 @@
11
  #ifdef __linux__
12
    FindExeInPath("cdparanoia", ginfo->ripexename, sizeof(ginfo->ripexename));
13
    strcpy(ginfo->ripcmdline,"-d %c %t:[.%s]-%t:[.%e] %w");
14
-@@ -900,8 +900,8 @@ static void DoLoadConfig(GripInfo *ginfo
15
+@@ -764,8 +764,8 @@ static void DoLoadConfig(GripInfo *ginfo
16
    ginfo->selected_encoder=0;
17
    strcpy(ginfo->mp3cmdline,"-o %m -a %a -l %d -t %n -b %b %w -N %t -G %G -d %y");
18
    FindExeInPath("oggenc", ginfo->mp3exename, sizeof(ginfo->mp3exename));
19
@@ -24,7 +24,7 @@
20
    strcpy(ginfo->mp3extension,"ogg");
21
    ginfo->mp3nice=0;
22
    *ginfo->mp3_filter_cmd='\0';
23
-@@ -909,7 +909,7 @@ static void DoLoadConfig(GripInfo *ginfo
24
+@@ -773,7 +773,7 @@ static void DoLoadConfig(GripInfo *ginfo
25
    ginfo->add_to_db=FALSE;
26
    ginfo->add_m3u=TRUE;
27
    ginfo->rel_m3u=TRUE;
28
grip-4.1.0.tar.gz Added
Refresh
Refresh
Request History
bitstreamout's avatar

bitstreamout created request about 5 years ago

- Update to version v4.1.0
* Update gettext to 0.19.4.
* Drop libgnomeui2 and libgnome2 dependencies
* Fix out of source tree builds
* Add meson as build system option
* Fix application window icon
* Restored short command-line options
* Port to GtkStatusIcon and drop included EggTracyIcon code
* Fix tray icon right-click menu positioning
* Make -Werror optional (it does more harm than good)
* Patch from Dan Fandrich:
Stop copying overlapping strings on multi-artist CDs
* Add korean translation from TP
* nl.po, zh_CN.po: Update translations from TP
* Patches from Adrian Reber:
- Remove vte dependency
grip uses vte for its status window. The version of vte grip relies on
is not maintained upstream for a long time. This commit removes the
complete status window functionality from grip. Messages previously sent
to the status window are now sent to the console.
- Switch to non-deprecated g_string functions
- Ignore deprecation errors
* Sync updated french translation from Translation Project


bitstreamout's avatar

bitstreamout accepted request about 5 years ago

Let us see how this works as current version does not build anymore for Tumbleweed