diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 14:50:20 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 14:50:20 -0400 |
commit | 63cc1d29b748a41f5e779aab6a38b7697421b80a (patch) | |
tree | da17ffa7b04f31af69f5b02c7c8373a38c58abfb /Makefile.in | |
parent | 1e65c770811a96d79b302dfd0ddee67a4c7c07f5 (diff) | |
parent | 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 (diff) | |
download | ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.tar.gz ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.tar.bz2 ayatana-indicator-sound-63cc1d29b748a41f5e779aab6a38b7697421b80a.zip |
* New upstream release.
- MPRIS transport status updates reflecting in UI
If externally a registered player transport is changed (play/stop)
the menu should reflect that
- The first time a player registers its desktop file path should be
stored ~.cache/indicators/sound/familiar-players-db.keyfile (provided
the application indicator has a desktop file set.
- Album art dynamically updated
- Album title dynamically updated
- Track title dynamically updated
- Artist name dynamically updated
- Play/pause transport control should be working from the menu
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 928d948..9cb37d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ compile config.guess config.sub depcomp install-sh ltmain.sh \ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -268,7 +271,7 @@ SUBDIRS = \ tests \ po -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh vapi/common-defs.vapi vapi/Indicate-0.2.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |