Overview

Request 3890 (accepted)

Update to version 3.4.2

Submit package home:enzokiel:branches:Multimedia / grip to package Multimedia / grip

grip.changes Changed
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Wed Jul 05 18:57:29 UTC 2017 - joerg.lorenzen@ki.tng.de
4
+
5
+- Update to version 3.4.2
6
+  + Add patch from Michael Stahl: add multi-artist file formats for
7
+    rip and encode.
8
+
9
+-------------------------------------------------------------------
10
 Fri May 26 19:03:17 UTC 2017 - joerg.lorenzen@ki.tng.de
11
 
12
 - Update to version 3.4.1
13
grip.spec Changed
10
 
1
@@ -20,7 +20,7 @@
2
 Url:            https://sourceforge.net/projects/grip
3
 License:        GPL-2.0+
4
 Group:          Productivity/Multimedia/CD/Grabbers
5
-Version:        3.4.1
6
+Version:        3.4.2
7
 Release:        0
8
 Summary:        An Audio CD Ripping Application
9
 Source:         %{name}-%{version}.tar.gz
10
grip-configure.patch Changed
33
 
1
@@ -1,24 +1,28 @@
2
 --- src/grip.c.orig    2017-05-20 23:54:06.476878916 +0200
3
 +++ src/grip.c 2017-05-20 23:54:06.524878002 +0200
4
-@@ -866,7 +866,7 @@
5
+@@ -868,8 +868,8 @@
6
    ginfo->using_builtin_cdp=FALSE;
7
  #endif
8
    ginfo->in_rip_thread=FALSE;
9
 -  strcpy(ginfo->ripfileformat,"~/ogg/%A/%d/%n.wav");
10
+-  strcpy(ginfo->ripfileformat_multi,"~/ogg/%A/%d/%a_%n.wav");
11
 +  strcpy(ginfo->ripfileformat,"~/Music/%A/%d/%n.wav");
12
++  strcpy(ginfo->ripfileformat_multi,"~/Music/%A/%d/%a_%n.wav");
13
  #ifdef __linux__
14
    FindExeInPath("cdparanoia", ginfo->ripexename, sizeof(ginfo->ripexename));
15
    strcpy(ginfo->ripcmdline,"-d %c %t:[.%s]-%t:[.%e] %w");
16
-@@ -892,7 +892,7 @@
17
+@@ -895,8 +895,8 @@
18
    ginfo->selected_encoder=6;
19
    strcpy(ginfo->mp3cmdline,"-o %m -a %a -l %d -t %n -b %b %w -N %t -G %G -d %y");
20
    FindExeInPath("oggenc", ginfo->mp3exename, sizeof(ginfo->mp3exename));
21
 -  strcpy(ginfo->mp3fileformat,"~/ogg/%A/%d/%t_%n.%x");
22
+-  strcpy(ginfo->mp3fileformat_multi,"~/ogg/%A/%d/%t_%a_%n.%x");
23
 +  strcpy(ginfo->mp3fileformat,"~/Music/%A/%d/%t_%n.%x");
24
++  strcpy(ginfo->mp3fileformat_multi,"~/Music/%A/%d/%t_%a_%n.%x");
25
    strcpy(ginfo->mp3extension,"ogg");
26
    ginfo->mp3nice=0;
27
    *ginfo->mp3_filter_cmd='\0';
28
-@@ -900,7 +900,7 @@
29
+@@ -904,7 +904,7 @@
30
    ginfo->add_to_db=FALSE;
31
    ginfo->add_m3u=TRUE;
32
    ginfo->rel_m3u=TRUE;
33
grip-3.4.1.tar.gz -> grip-3.4.2.tar.gz Changed
Refresh

No build results available

Refresh

No rpmlint results available

Request History
enzokiel's avatar

enzokiel created request over 7 years ago

Update to version 3.4.2


enzokiel's avatar

enzokiel accepted request over 7 years ago