~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-07-29 04:48:22 UTC
  • mfrom: (1.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110729044822-wwk69ix6ui17k4p4
* New upstream release:
  - Improved webseed support
  - Better support for moving and deleting files
  - Fix "Too many open files" bug
  - Apply blocklists towards DHT communication
  - Fix displayed availability
  - Remove deprecated GConf2 dependency
  - Fix high CPU issues with Qt client
  - Fix wrong torrent count on tracker filterbar of Qt client
* debian/control
  - Bump build-depends on libappindicator3-dev
  - Drop commented gconf build-depends
* debian/rules: Drop --disable-gconf
* debian/patches/0102-lpi.patch: Refreshed
* debian/patches/use-system-libminiupnpc-and-libnatpmp.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    @LIBAPPINDICATOR_CFLAGS@ \
17
17
    @LIBEVENT_CFLAGS@ \
18
18
    @LIBCANBERRA_CFLAGS@ \
19
 
    @GCONF2_CFLAGS@ \
20
19
    @GTK_CFLAGS@ \
21
20
    @LIBCURL_CFLAGS@ \
22
21
    @GIO_CFLAGS@ \
98
97
    @MINIUPNPC_LIBS@ \
99
98
    @NATPMP_LIBS@ \
100
99
    @LIBCANBERRA_LIBS@ \
101
 
    @GCONF2_LIBS@ \
102
100
    @DHT_LIBS@ \
103
101
    @LIBUTP_LIBS@ \
104
102
    @GTK_LIBS@ \