~ubuntu-branches/debian/sid/audacious-plugins/sid

« back to all changes in this revision

Viewing changes to src/notify/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2011-04-10 18:56:21 UTC
  • mfrom: (1.1.14 upstream) (2.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110410185621-7eg1k5a7v3f4aqrn
Tags: 2.4.4-1
* New upstream release.
  - Fix FTBFS with GCC 4.5 (Closes: #621989)
* Upload to unstable.
* debian/control:
  - Update versioned dependencies according to upstream changes.
  - Bump Standards-Version to 3.9.2 (no changes needed).
  - Since the package will be building against the new FFMpeg libs,
    fix the problem of depending on old uninstallable libav*
    packages (Closes: #617603)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PLUGIN = notify${PLUGIN_SUFFIX}
 
2
 
 
3
SRCS = libnotify-aosd.c \
 
4
       libnotify-aosd_event.c \
 
5
       libnotify-aosd_osd.c
 
6
 
 
7
include ../../buildsys.mk
 
8
include ../../extra.mk
 
9
 
 
10
plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
 
11
 
 
12
CPPFLAGS += -I../.. ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${NOTIFY_CFLAGS}
 
13
CFLAGS += ${PLUGIN_CFLAGS}
 
14
LIBS += ${GTK_LIBS} ${NOTIFY_LIBS}