~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric-proposed

« back to all changes in this revision

Viewing changes to plugins/mtpdevice/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20110729164138-idf7lxgujh1rjto5
Tags: 2.90.1~20110802-0ubuntu1
* New upstream git snapshot up to commit
  5371a53f180007f7998720acf8d7d3376376a39d
* reverted commit "visualizer: new clutter-based visualizer plugin"
  (082eaf958b60e3830f1607114353d777c930d616) to prevent universe dependencies
* debian/control.in:
  - rename gir-package to gir1.2-rb-3.0
  - add libdiscid0-dev, libpeas-dev (>= 0.7.3)
  - drop libgnome-media-profiles-dev
  - bump gstreamer dependencies (>= 0.10.32)
  - comment rhythmbox-plugin-coherence package since it disabled upstream
* debian/*.install:
  - update for new source
* debian/patches:
  - refreshed as needed
  - drop 00git-daap-password-handling.patch and 00git-dacp-enums.patch
  - fix 05_hide_on_quit.patch (LP: #780747)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
NULL =
2
2
 
3
3
plugindir = $(PLUGINDIR)/mtpdevice
 
4
plugindatadir = $(PLUGINDATADIR)/mtpdevice
4
5
plugin_LTLIBRARIES = libmtpdevice.la
5
6
 
6
7
libmtpdevice_la_SOURCES = \
33
34
        -I$(top_srcdir)/sources                         \
34
35
        -I$(top_srcdir)/sources/sync                    \
35
36
        -I$(top_srcdir)/podcast                         \
 
37
        -I$(top_srcdir)/plugins                         \
36
38
        -I$(top_srcdir)/shell                           \
37
39
        -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
38
40
        -DSHARE_DIR=\"$(pkgdatadir)\"                   \
43
45
        $(MTP_CFLAGS)                                   \
44
46
        -D_XOPEN_SOURCE -D_BSD_SOURCE
45
47
 
46
 
plugin_in_files = mtpdevice.rb-plugin.in
47
 
 
48
 
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
49
 
 
50
 
uixmldir = $(plugindir)
 
48
plugin_in_files = mtpdevice.plugin.in
 
49
 
 
50
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
51
 
 
52
uixmldir = $(plugindatadir)
51
53
uixml_DATA = mtp-ui.xml
52
54
 
53
 
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
 
55
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
54
56
 
55
 
gtkbuilderdir = $(plugindir)
 
57
gtkbuilderdir = $(plugindatadir)
56
58
gtkbuilder_DATA =                                       \
57
59
        mtp-info.ui
58
60