~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to third-party/miniupnp/README

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Project: miniupnp
2
2
Project web page: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
3
3
Author: Thomas Bernard
4
 
Copyright (c) 2005-2008 Thomas Bernard
 
4
Copyright (c) 2005-2009 Thomas Bernard
5
5
This software is subject to the conditions detailed in the
6
 
LICENCE file provided within this distribution.
 
6
LICENSE file provided within this distribution.
7
7
 
8
8
For the comfort of Win32 users, bsdqueue.h is included in the distribution.
9
9
Its licence is included in the header of the file.
11
11
 
12
12
* miniupnp Client *
13
13
 
14
 
To compile, simply run 'gmake' (could be 'make').
 
14
To compile, simply run 'gmake' (could be 'make' on your system).
15
15
Under win32, to compile with MinGW, type "mingw32make.bat".
16
16
The compilation is known to work under linux, FreeBSD,
17
 
OpenBSD, MacOS X and cygwin.
 
17
OpenBSD, MacOS X, AmigaOS and cygwin.
 
18
The official AmigaOS4.1 SDK was used for AmigaOS4 and GeekGadgets for AmigaOS3.
 
19
 
18
20
To install the library and headers on the system use :
19
21
> su
20
22
> make install
25
27
 
26
28
upnpc.c is a sample client using the libminiupnpc.
27
29
To use the libminiupnpc in your application, link it with
28
 
libminiupnpc.a and use the following functions found in miniupnpc.h,
 
30
libminiupnpc.a (or .so) and use the following functions found in miniupnpc.h,
29
31
upnpcommands.h and miniwget.h :
30
32
- upnpDiscover()
31
33
- miniwget()