Bump to 0.8.2
authorepage <eopage@byu.net>
Wed, 19 May 2010 00:16:25 +0000 (00:16 +0000)
committerepage <eopage@byu.net>
Wed, 19 May 2010 00:16:25 +0000 (00:16 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@32 00ff6f12-f5ab-46b1-af0e-967c86d3154f

Makefile
support/build_nqaap.py

index df7300d..2469a26 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 PROJECT_NAME=nqaap
 SOURCE_PATH=src
 SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py")
-PROGRAM=$(SOURCE_PATH)/opt/Nqa-Audiobook-player/$(PROJECT_NAME).py
+PROGRAM=$(SOURCE_PATH)/opt/Nqa-Audiobook-player/$(PROJECT_NAME)_gtk.py
 OBJ=$(SOURCE:.py=.pyc)
 BUILD_PATH=./build
 TAG_FILE=~/.ctags/$(PROJECT_NAME).tags
@@ -22,7 +22,7 @@ CTAGS=ctags-exuberant
 all: test
 
 run: $(OBJ)
-       $(SOURCE_PATH)/$(PROJECT_NAME).py
+       $(PROGRAM)
 
 profile: $(OBJ)
        $(PROFILE_GEN) $(PROGRAM)
index 2290f56..3645ef6 100755 (executable)
@@ -69,17 +69,16 @@ rm -f ~/.nqaap/nqaap.log
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre install script\r
     #  p.preremove="""#!/bin/sh\r
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script\r
-    version = "0.8.1"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
-    build = "1" #Build number, e.g. "1" for the first build of this\r
+    version = "0.8.2"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
+    build = "0" #Build number, e.g. "1" for the first build of this\r
                                 #version of your software. Increment\r
                                 #for later re-builds of the same\r
                                 #version of your software.  Text with\r
                                 #changelog information to be displayed\r
                                 #in the package "Details" tab of the\r
                                 #Maemo Application Manager\r
-    changeloginformation = """Bugfix for Post 104: Chapter out of range error\r
-Bugfix for Post 110: Exception on launch of nqa for Maemo 4.1\r
-Updated icons to have transparency\r
+    changeloginformation = """Playback during silent mode\r
+Fix for Post 118: Missing Cover art\r
 """\r
     dir_name = "src" #Name of the subfolder containing your package\r
                                 #source files\r