changeset 1431:8b4232e681d7 trunk

[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
author nenolod
date Thu, 27 Jul 2006 21:49:12 -0700
parents 740c08db08d9
children 3435812f3e7f
files ChangeLog audacious/library/Makefile
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 25 12:12:29 2006 -0700
+++ b/ChangeLog	Thu Jul 27 21:49:12 2006 -0700
@@ -1,3 +1,15 @@
+2006-07-25 19:12:29 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1774]
+  via Christian Birchinger <joker -at- netswarm.net>:
+  - Add a `sort by Playlist Entry' option.
+  
+
+  Changes:        Modified:
+  +33 -1          trunk/audacious/playlist.c  
+  +2 -1           trunk/audacious/playlist.h  
+  +15 -2          trunk/audacious/ui_playlist.c  
+
+
 2006-07-24 23:20:05 +0000  Derek Pomery <nemo@m8y.org>
   revision [1772]
   Make annoying recursion that consistently returns wrong art, optional.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/audacious/library/Makefile	Thu Jul 27 21:49:12 2006 -0700
@@ -0,0 +1,7 @@
+include ../../mk/rules.mk
+include ../../mk/objective.mk
+
+schemadir = $(pkgdatadir)/schema
+
+OBJECTIVE_DATA = \
+	schema.sqlite:$(schemadir)