~ubuntu-branches/ubuntu/hardy/gtkpod-aac/hardy

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-07-17 18:25:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717182525-rhl5w4pk8lbk6pna
Tags: 0.99.10-2ubuntu1
* Resynchronise with gtkpod 0.9.10-2.
* Hack in dpatch support, since it was removed.
* Rename debian/patches/03-configure.dpatch to
  debian/patches/aac-configure.dpatch.
* Update debian/gtkpod-aac.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   library -- they are not related. libid3tag is part of the MAD
11
11
   project (http://sourceforge.net/projects/mad/).
12
12
 
13
 
   Starting with version 0.96 gtkpod is using the gpod
14
 
   library. libgpod should soon be available as a standard package for
15
 
   major linux distributions. You can also install the library from
16
 
   source. Download instructions for the tarball or CVS snapshot can
 
13
   Starting with version 0.96 gtkpod is using the gpod library.
 
14
   libgpod should soon be available as a standard package for major
 
15
   linux distributions. You can also install the library from source.
 
16
   Download instructions for the tarball or development snapshot can
17
17
   be found at http://www.gtkpod.org/libgpod.html
18
18
 
19
19
   The libmp4v2 package is ONLY NEEDED if you need AAC support.  You
33
33
        autoconf (at least 2.55)
34
34
        flex (or lex)
35
35
        glib (at least 2.4.0)
36
 
        gtk+ (at least 2.4.0)
 
36
        gtk+ (at least 2.6.0)
37
37
        libglade (at least 2.4.0)
38
38
        libgpod (at least 0.4.0)
39
39
        libid3tag (at least 0.15)
41
41
 
42
42
   Optional packages:
43
43
 
44
 
        gettext (for internationalization)
45
44
        libmpv4 (for AAC/M4A support)
 
45
        libvorbis (for ogg libvorbis support)
 
46
        libflac (for FLAC support)
 
47
        libcurl (for coverart download support)
 
48
        libgnome-vfs-2.0 >2.6 (for iPod autodetection under GNOME)
 
49
        libhal >0.5 <0.6 (in combination with libgnome-vfs: better detection of iPods)
46
50
 
47
51
 
48
52
2. If you install libraries to /usr/local/lib please don't forget to
49
53
   add the path to LD_LIBRARY_PATH and PKG_CONFIG_PATH
50
54
 
51
55
     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
52
 
     PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib
 
56
     PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
53
57
     export LD_LIBRARY_PATH
54
58
     export PKG_CONFIG_PATH
55
59