~ubuntu-branches/ubuntu/raring/gst-plugins-good0.10/raring-proposed

« back to all changes in this revision

Viewing changes to gst/camerabin2/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-09 16:44:53 UTC
  • mfrom: (40.2.38 experimental)
  • Revision ID: package-import@ubuntu.com-20120209164453-6hjokwrvdn42zopb
Tags: 0.10.30.3-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - 04_move_farsight_plugins_to_good.patch
    Import autoconvert, dtmf, liveadder, rptmux from -plugins-bad
  - 05_move_shm_to_good.patch
    Import shm from -plugins-bad.
  - 07_move-camerabin.patch
    Import camerabin, camerabin2, jpegformat and basecamerabinsrc
    from -plugins-bad.
  - control*:
    * Drop dependency from gstreamer0.10-plugins-good on
      gstreamer0.10-gconf. It pulls gconf and gtk3 onto the Kubuntu cd.
    * Use Breaks instead of Conflicts.
    * Add a 'Pre-Depends: ${misc:Pre-Depends}' to the plugin package,
      since we're shipping shared libraries in the package that Debian
      isn't.
* Update the patches by pulling new version of the code from
  -plugins-bad 0.10.22.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
plugin_LTLIBRARIES = libgstcamerabin2.la
2
2
 
3
3
libgstcamerabin2_la_SOURCES = gstviewfinderbin.c \
4
 
                                gstimagecapturebin.c \
5
4
                                camerabingeneral.c \
6
5
                                gstwrappercamerabinsrc.c \
7
6
                                gstcamerabin2.c \
8
7
                                gstplugin.c
9
8
 
10
9
libgstcamerabin2_la_CFLAGS = \
11
 
        $(GST_PLUGINS_GOOD_CFLAGS) \
 
10
        $(GST_PLUGINS_BAD_CFLAGS) \
12
11
        $(GST_PLUGINS_BASE_CFLAGS) \
13
12
        $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
14
13
        -DGST_USE_UNSTABLE_API
23
22
libgstcamerabin2_la_LIBTOOLFLAGS = --tag=disable-static
24
23
 
25
24
noinst_HEADERS = gstviewfinderbin.h \
26
 
                gstimagecapturebin.h \
27
25
                camerabingeneral.h \
28
26
                gstwrappercamerabinsrc.h \
29
27
                gstcamerabin2.h