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
|
Source: flickcurl
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 12),
gtk-doc-tools,
liblzma-dev,
libraptor2-dev,
zlib1g-dev,
# prevent accidental backports after the 64-bit time_t transition
dpkg-dev (>= 1.22.5),
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://librdf.org/flickcurl/
Vcs-Git: https://salsa.debian.org/debian/flickcurl.git
Vcs-Browser: https://salsa.debian.org/debian/flickcurl
Package: libflickcurl-dev
Section: libdevel
Architecture: any
Depends: libflickcurl0t64 (= ${binary:Version}), libxml2-dev, libraptor2-dev, ${misc:Depends}
Description: C library for accessing the Flickr API - development files
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. The library now supports
100% of the 2008-01-11 version of the API, including the functions
for photo uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags and photo metadata. It also includes a
program flickrdf to turn photo metadata, tags and machine tags into
RDF descriptions of photos and tags.
.
This package contains the development libraries and headers for
flickcurl.
Package: libflickcurl0t64
Provides: ${t64:Provides}
Replaces: libflickcurl0
Breaks: libflickcurl0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: C library for accessing the Flickr API
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. The library now supports
100% of the 2008-01-11 version of the API, including the functions
for photo uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags and photo metadata. It also includes a
program flickrdf to turn photo metadata, tags and machine tags into
RDF descriptions of photos and tags.
Package: flickcurl-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities to call the Flickr API from command line
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. The library now supports
100% of the 2008-01-11 version of the API, including the functions
for photo uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags and photo metadata. It also includes a
program flickrdf to turn photo metadata, tags and machine tags into
RDF descriptions of photos and tags.
.
Support for the Flickr API in these programs is through the
libflickcurl library.
Package: flickcurl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Recommends: www-browser
Suggests: dwww
Depends: ${misc:Depends}
Description: utilities to call the Flickr API from command line - documentation
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. The library now supports
100% of the 2008-01-11 version of the API, including the functions
for photo uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags and photo metadata. It also includes a
program flickrdf to turn photo metadata, tags and machine tags into
RDF descriptions of photos and tags.
.
Support for the Flickr API in these programs is through the
libflickcurl library.
.
This package contains the HTML documentation for flickcurl and the
related library.
|