hvgrip.git
10 years agoAdd autogen.sh script to regenerate all autoconf files
Hugo Villeneuve [Tue, 25 Mar 2014 02:36:46 +0000 (22:36 -0400)]
Add autogen.sh script to regenerate all autoconf files

10 years agoRemove mkinstalldirs dependency
Hugo Villeneuve [Tue, 25 Mar 2014 03:09:25 +0000 (23:09 -0400)]
Remove mkinstalldirs dependency

10 years agoFix buffer overflow with some id3 genres
Hugo Villeneuve [Tue, 6 Sep 2011 04:33:47 +0000 (00:33 -0400)]
Fix buffer overflow with some id3 genres

A crash occurs (buffer overflow) with some id3 genre, for instance: "Chanson"
or "BritPop". The problem was due to the usage of sprintf function (instead of
snprintf) and an error of buffer size for this id3 field.

Origin: Frédéric Fauberteau ( triaxx ) - 2010-04-24 08:45:26 UTC
        http://sourceforge.net/tracker/?func=detail&aid=2991696&group_id=3714&atid=303714

10 years agoFix unhandled case CDROM_AUDIO_INVALID
Hugo Villeneuve [Tue, 6 Sep 2011 04:18:05 +0000 (00:18 -0400)]
Fix unhandled case CDROM_AUDIO_INVALID

When using the CDROMSUBCHNL ioctl, the code does not handle the
CDROM_AUDIO_INVALID audiostatus value. As a result, it thinks the disc is
playing, and so you cannot select any other track than the current track.

Origin: Tom Kelly ( tjk55 ) - 2010-11-08 22:13:22 UTC
        http://sourceforge.net/tracker/?func=detail&aid=3105579&group_id=3714&atid=303714

10 years agoFix compilation warning
Hugo Villeneuve [Mon, 5 Sep 2011 21:15:21 +0000 (17:15 -0400)]
Fix compilation warning

Original warning message:
  warning: passing argument 3 of ‘DiscDBConvertEncoding’ discards qualifiers
  from pointer target type

10 years agoFix compilation warnings by using proper type conversion macros
Hugo Villeneuve [Mon, 5 Sep 2011 21:09:32 +0000 (17:09 -0400)]
Fix compilation warnings by using proper type conversion macros

Original warning messages:
  warning: cast to pointer from integer of different size
  warning: cast from pointer to integer of different size

10 years agoFix configure warnings
Hugo Villeneuve [Mon, 5 Sep 2011 20:40:11 +0000 (16:40 -0400)]
Fix configure warnings

Fix the following warnings when configuring:
  ...
  checking cdda_paranoia.h usability... no
  checking cdda_paranoia.h presence... yes
  configure: WARNING: cdda_paranoia.h: present but cannot be compiled
  ...

10 years agoActivate automake silent make mode
Hugo Villeneuve [Mon, 5 Sep 2011 20:39:34 +0000 (16:39 -0400)]
Activate automake silent make mode

10 years agoAdd automatic options --help and --usage with popt
Hugo Villeneuve [Tue, 25 Mar 2014 02:49:26 +0000 (22:49 -0400)]
Add automatic options --help and --usage with popt

10 years agoMain part of Gnome to Gtk conversion
Hugo Villeneuve [Mon, 5 Sep 2011 19:37:38 +0000 (15:37 -0400)]
Main part of Gnome to Gtk conversion

10 years agoRemove Gnome session management code
Hugo Villeneuve [Mon, 5 Sep 2011 19:33:15 +0000 (15:33 -0400)]
Remove Gnome session management code

10 years agoReplace libgnomeui checks with Gtk+ and popt
Hugo Villeneuve [Mon, 5 Sep 2011 18:44:54 +0000 (14:44 -0400)]
Replace libgnomeui checks with Gtk+ and popt

10 years agoReplace gnome_app_ok_cancel_modal() with Gtk dialog
Hugo Villeneuve [Mon, 5 Sep 2011 18:19:03 +0000 (14:19 -0400)]
Replace gnome_app_ok_cancel_modal() with Gtk dialog

10 years agoReplace gnome_app_warning() with Gtk dialog
Hugo Villeneuve [Mon, 5 Sep 2011 16:00:12 +0000 (12:00 -0400)]
Replace gnome_app_warning() with Gtk dialog

10 years agoReplace gnome_ok_dialog() with Gtk dialog
Hugo Villeneuve [Mon, 5 Sep 2011 15:49:20 +0000 (11:49 -0400)]
Replace gnome_ok_dialog() with Gtk dialog

10 years agoFix GCC warnings for variably modified arrays
Hugo Villeneuve [Mon, 5 Sep 2011 15:15:27 +0000 (11:15 -0400)]
Fix GCC warnings for variably modified arrays

10 years agoFix configure error when determining id3lib version
Hugo Villeneuve [Tue, 25 Mar 2014 01:45:23 +0000 (21:45 -0400)]
Fix configure error when determining id3lib version

Error message:
  checking for library containing ID3Tag_Link... -lid3 -lz -lstdc++
  using shared id3lib
  checking for id3lib version... ./configure: line 16703: .: conftest.id3:
    file not found

Explanation:
The source command '.' in bash searches $PATH when given a file without a path.
So you need to use '. ./conftest.id3' to search in current directory.

Patch by Mike Frysinger taken from:
  http://sourceforge.net/p/grip/patches/152/

10 years agoUpdate TODO for item already done in original version 3.3.1
Hugo Villeneuve [Sat, 10 Sep 2011 04:36:30 +0000 (00:36 -0400)]
Update TODO for item already done in original version 3.3.1

10 years agoInitial commit from official grip-3.3.1
Hugo Villeneuve [Mon, 5 Sep 2011 14:06:16 +0000 (10:06 -0400)]
Initial commit from official grip-3.3.1