1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
Source: gtkpod
Section: sound
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autoconf,
automake,
debhelper (>= 9),
dh-autoreconf,
faad,
flex,
gettext,
gnome-common,
gtk-doc-tools,
libanjuta-dev,
libclutter-gtk-1.0-dev,
libcurl4-gnutls-dev,
libfaad-dev,
libflac-dev,
libgdl-3-dev,
libglib2.0-dev,
libgpod-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libgtk-3-dev,
libid3tag0-dev,
libvorbis-dev,
libxml-parser-perl,
libxml2-dev,
pkg-config,
pkg-kde-tools,
Standards-Version: 4.0.0
Homepage: http://www.gtkpod.org
Vcs-Git: https://anonscm.debian.org/cgit/pkg-gtkpod/packages/gtkpod.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gtkpod/packages/gtkpod.git
Package: gtkpod
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: gtkpod-data (= ${source:Version}),
libatomicparsley0 (= ${binary:Version}),
libgtkpod1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: id3v2,
vorbis-tools
Suggests: faad,
lame,
mp3gain,
perl,
Replaces: gtkpod-data (<< 2)
Description: manage songs and playlists on an Apple iPod
gtkpod is a platform independent GUI for Apple's iPod using GTK3.
It allows you to upload songs and playlists to your iPod. It supports ID3
tag editing, multiple charsets for ID3 tags, detects duplicate songs,
allows offline modification of the database with later synchronisation,
and more.
Package: gtkpod-data
Architecture: all
Depends: ${misc:Depends},
Suggests: gtkpod
Replaces: gtkpod (<< 2)
Description: architecture-independent files for gtkpod
gtkpod is a platform independent GUI for Apple's iPod using GTK3.
It allows you to upload songs and playlists to your iPod. It supports ID3
tag editing, multiple charsets for ID3 tags, detects duplicate songs,
allows offline modification of the database with later synchronisation,
and more.
.
This package contains documentation, translations and images for
gtkpod.
Package: gtkpod-dbg
Section: debug
Architecture: any
Depends: gtkpod (= ${binary:Version}),
libatomicparsley0 (= ${binary:Version}),
libgtkpod1 (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for gtkpod
gtkpod is a platform independent GUI for Apple's iPod using GTK3.
It allows you to upload songs and playlists to your iPod. It supports ID3
tag editing, multiple charsets for ID3 tags, detects duplicate songs,
allows offline modification of the database with later synchronisation,
and more.
.
This package contains the debugging symbols for gtkpod.
Package: libgtkpod1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: main library for the gtkpod package, shared library
This is the core library and plugins for gtkpod.
Library containing core gtk functions for the application gtkpod and
the related gtkpod-data package.
Package: libgtkpod-dev
Section: libdevel
Architecture: any
Depends: libgtkpod1 (= ${binary:Version}),
${misc:Depends}
Description: main library for the gtkpod package, development kit
This is the core library and plugins for gtkpod.
Library containing core gtk functions for the application gtkpod and
the related gtkpod-data package.
.
This package contains the static library and headers for use by developers.
Package: libatomicparsley0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: main library for atomic parsley in gtkpod, shared library
This is the core library for atomic parsley of mp4 files in gtkpod.
Library including read/write lyric support for the first time and
write metadata function.
Package: libatomicparsley-dev
Section: libdevel
Architecture: any
Depends: libatomicparsley0 (= ${binary:Version}),
${misc:Depends}
Description: main library for atomic parsley in gtkpod, development kit
This is the core library for atomic parsley of mp4 files in gtkpod.
Library including read/write lyric support for the first time and
write metadata function.
.
This package contains the static library and headers for use by developers.
|