~ubuntu-branches/ubuntu/saucy/parole/saucy-proposed

« back to all changes in this revision

Viewing changes to browser-plugin/media-plugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libexec_PROGRAMS = parole-media-plugin
2
 
 
3
 
parole_media_plugin_SOURCES =                   \
4
 
        main.c                                  \
5
 
        parole-plugin-player.c                  \
6
 
        parole-plugin-player.h                  \
7
 
        org.parole.media.plugin.h
8
 
 
9
 
parole_media_plugin_CFLAGS =                    \
10
 
        -I$(top_srcdir)                         \
11
 
        -I$(top_srcdir)/parole                  \
12
 
        -I$(top_srcdir)/data                    \
13
 
        -I$(top_srcdir)/data/mime               \
14
 
        -I$(top_srcdir)/dbus                    \
15
 
        -I$(top_srcdir)/gst                     \
16
 
        -I$(top_srcdir)/common                  \
17
 
        -DLOCALEDIR=\"$(localedir)\"            \
18
 
        -DG_LOG_DOMAIN=\"parole-media-plugin\"  \
19
 
        -DPAROLE_COMPILATION                    \
20
 
        $(GTHREAD_CFLAGS)                       \
21
 
        $(GTK_CFLAGS)                           \
22
 
        $(GST_VIDEO_CFLAGS)                     \
23
 
        $(GST_INTERFACES_CFLAGS)                \
24
 
        $(DBUS_GLIB_CFLAGS)                     \
25
 
        $(LIBXFCE4GUI_CFLAGS)                   \
26
 
        $(TAGLIBC_CFLAGS)
27
 
 
28
 
parole_media_plugin_LDADD =                     \
29
 
        $(top_builddir)/dbus/libparoledbus.la   \
30
 
        $(top_builddir)/gst/libparolegst.la     \
31
 
        $(top_builddir)/common/libparolescreensaver.la\
32
 
        $(GTHREAD_LIBS)                         \
33
 
        $(GTK_LIBS)                             \
34
 
        $(GST_VIDEO_LIBS)                       \
35
 
        $(GST_INTERFACES_LIBS)                  \
36
 
        $(DBUS_GLIB_LIBS)                       \
37
 
        $(LIBXFCE4GUI_LIBS)                     \
38
 
        $(TAGLIBC_LIBS)
39
 
 
40
 
if MAINTAINER_MODE
41
 
 
42
 
BUILT_SOURCES =                                 \
43
 
        org.parole.media.plugin.h
44
 
 
45
 
org.parole.media.plugin.h: $(srcdir)/org.parole.media.plugin.xml
46
 
        dbus-binding-tool --mode=glib-server --prefix=parole_gst $< >$@
47
 
 
48
 
endif
49
 
 
50
 
DISTCLEANFILES =                                \
51
 
        $(BUILT_SOURCES)
 
 
b'\\ No newline at end of file'