~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to .pc/Remove-build-time-enable-gapless-playback-option.patch/src/Backends/Banshee.GStreamerSharp/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-02-15 13:32:06 UTC
  • mfrom: (6.3.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130215133206-tw11r3dsi8ewj8ed
Tags: 2.6.0-6ubuntu1
* [6e1f0dd] Merge from Debian Experimental, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [03c8cad] Set debian-branch to ubuntu/raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASSEMBLY = Banshee.GStreamerSharp
 
2
TARGET = library
 
3
LINK = $(REF_BACKEND_GSTREAMER) $(GST_SHARP_LIBS)
 
4
INSTALL_DIR = $(BACKENDS_INSTALL_DIR)
 
5
 
 
6
SOURCES =  \
 
7
        Banshee.GStreamerSharp/AudioCdRipper.cs \
 
8
        Banshee.GStreamerSharp/BpmDetector.cs \
 
9
        Banshee.GStreamerSharp/CddaManager.cs \
 
10
        Banshee.GStreamerSharp/DvdManager.cs \
 
11
        Banshee.GStreamerSharp/PlayerEngine.cs \
 
12
        Banshee.GStreamerSharp/Transcoder.cs \
 
13
        Banshee.GStreamerSharp/VideoManager.cs \
 
14
        Banshee.GStreamerSharp/Visualization.cs
 
15
 
 
16
RESOURCES = Banshee.GStreamerSharp.addin.xml
 
17
 
 
18
if ENABLE_GST_SHARP
 
19
include $(top_srcdir)/build/build.mk
 
20
EXTRA_DIST += Banshee.GStreamerSharp.dll.config
 
21
module_SCRIPTS += Banshee.GStreamerSharp.dll.config
 
22
else
 
23
include $(top_srcdir)/build/build.dist.mk
 
24
EXTRA_DIST += Banshee.GStreamerSharp.dll.config
 
25
endif
 
26
 
 
27
if ENABLE_GAPLESS
 
28
BUILD_DEFINES="-define:ENABLE_GAPLESS"
 
29
endif