~ubuntu-branches/debian/sid/mpc123/sid

« back to all changes in this revision

Viewing changes to mpc123.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniele Sempione
  • Date: 2008-03-21 23:45:34 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080321234534-1l5v91nii5oy0i32
Tags: 0.2.4-1
* New upstream release (Closes: #459317)
  + bug fixes
  + added i18n support (it)
* Bump Standards-Version to 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  mpc123 - Musepack Console audio player
3
 
 *  Copyright (C) 2005, 2006 Fernando Vezzosi <fvezzosi at masobit.net>
 
3
 *  Copyright (C) 2005-2008 Fernando Vezzosi <fv at linuxvar.it>
4
4
 *
5
5
 *  This program is free software; you can redistribute it and/or modify
6
6
 *  it under the terms of the GNU General Public License as published by
27
27
 
28
28
#  include <stdint.h>
29
29
 
 
30
# include <libintl.h>
 
31
 
30
32
#  include <mpcdec/config_types.h>
31
33
#  include <mpcdec/mpcdec.h>
32
34
 
 
35
#  ifndef LOCALEDIR
 
36
#    define LOCALEDIR "/usr/share/locale" /* this is the Debian default */
 
37
#  endif
 
38
 
33
39
#  define PACKAGE "mpc123"
34
40
#  define VERS_NAME     "mpc123"
35
 
#  define COPYRIGHT     "(C) 2005, 2006 Fernando Vezzosi <fvezzosi at masobit.net>"
 
41
#  define COPYRIGHT     "(C) 2005-2008 Fernando Vezzosi <fv at linuxvar.it>"
36
42
/* don't touch these fields, as they are automatically
37
43
 * changed by the Makefile building process
38
44
 */
39
45
#  define VERS_MAJOR    0
40
46
#  define VERS_MINOR    2
41
 
#  define VERS_REV      1
 
47
#  define VERS_REV      4
42
48
 
43
49
#  define COPYRIGHT_NOTICE VERS_NAME " Copyright " COPYRIGHT "\n" \
44
50
        "This is free software, meaning it comes under the terms of the\n" \
50
56
 
51
57
#  define _GETOPT_FLAGS "zZvhqV@:o:a:g:w:u:c:"
52
58
 
53
 
/* #  define _(x) gettext(x)*/
54
 
#  define _(x) (x)
 
59
#  define _(x) gettext(x)
 
60
/* #  define _(x) (x) */
55
61
 
56
62
 
57
63
/* macros for debugging output.