diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 09:55:01 -0400 |
|---|---|---|
| committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-06-24 09:55:01 -0400 |
| commit | f1887353eb6be2cf8264bf1379767135f442e7f6 (patch) | |
| tree | 2ad92e6300a8487cdd64e1624f56a4c01de5836b /data | |
| parent | e52160c6b4a52353c1cbabe35b965f78ee51e269 (diff) | |
| parent | 309d83d0d9920636910d25f71bd203acf76de9f5 (diff) | |
| download | ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.gz ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.tar.bz2 ayatana-indicator-sound-f1887353eb6be2cf8264bf1379767135f442e7f6.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 'data')
| -rw-r--r-- | data/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 3431a31..f466570 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -37,7 +37,10 @@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
