~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-15 15:47:47 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060415154747-vr4eqoxwcrgs2ps1
* New upstream version:
  - New logo and icons,
  - Added ability to display all albums of an artist in the 'Artist / Album'
    view,
  - Added detection of the bugged version of id3lib when writting ID3 tag to 
    Unicode to inform the user (a patch for id3lib is supplied in package
    source),
  - For Ogg files, the field DESCRIPTION is also used for the comment,
  - Fixed stack corruption bugs in Fill Tag scanner,
  - Fixed loading disk number for FLAC tag,
  - Fixed error that displays MP3 files in red when no tag is present,
  - Fixed a crash in the CDDB window when getting tracks of a album,
  - Fixed playlist name bug when creating it in the parent directory,
  - Fixed manual CDDB search when using Squid,
  - Little fix for FLAC tags,
  - Fixed various bugs,
  - Russian translation updated,
  - Greek translation updated,
  - Spanish translation updated,
  - Japanese translation updated,
  - Czech translation updated,
  - Brazilian Portuguese translation updated
  - Danish translation updated,
  - Italian translation updated,
  - Hungarian translation updated,
  - German translation updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CFLAGS = @CFLAGS@ @GTK_CFLAGS@
2
2
 
3
 
SUBDIRS = libmpg123 libapetag
 
3
SUBDIRS = libmpg123 libapetag id3lib
4
4
 
5
5
bin_PROGRAMS = easytag
6
6
 
38
38
 monkeyaudio_header.h \
39
39
 mpeg_header.c \
40
40
 mpeg_header.h \
 
41
 mp4_header.c \
 
42
 mp4_header.h \
 
43
 mp4_tag.c \
 
44
 mp4_tag.h \
41
45
 musepack_header.c \
42
46
 musepack_header.h \
43
47
 msgbox.c \
58
62
 vcedit.c \
59
63
 vcedit.h 
60
64
 
 
65
EXTRA_DIST = \
 
66
 Makefile.mingw \
 
67
 win32/easytag.rc \
 
68
 win32/resource.h \
 
69
 win32/win32dep.c \
 
70
 win32/win32dep.h \
 
71
 win32/win_easytag.c
61
72
 
62
 
easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a
 
73
easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a  id3lib/libid3bugfix.a
63
74
 
64
75
localedir = $(datadir)/locale
65
76
PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE)