rpms/childsplay_plugins/devel childsplay_plugins-0.80.7-alphabet-sounds.patch, 1.2, 1.3 childsplay_plugins.spec, 1.8, 1.9

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Sep 11 21:27:38 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/childsplay_plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9976

Modified Files:
	childsplay_plugins-0.80.7-alphabet-sounds.patch 
	childsplay_plugins.spec 
Log Message:
* Tue Sep 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.90-2
- Adapt gcompris alphabet sounds using patch for new gcompris alphabet sounds
  location


childsplay_plugins-0.80.7-alphabet-sounds.patch:

Index: childsplay_plugins-0.80.7-alphabet-sounds.patch
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins-0.80.7-alphabet-sounds.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- childsplay_plugins-0.80.7-alphabet-sounds.patch	31 Oct 2006 10:54:28 -0000	1.2
+++ childsplay_plugins-0.80.7-alphabet-sounds.patch	11 Sep 2007 21:27:05 -0000	1.3
@@ -6,11 +6,11 @@
          #self.sounddir = os.path.join(self.libdir,'Findsound2Data',get_locale()[:2])
 -        if _FSDEBUG: print "Looking for ",os.path.join(DATADIR,'AlphabetSounds',self.cpg.language)
 -        self.sounddir = os.path.join(DATADIR,'AlphabetSounds',self.cpg.language)
-+        if _FSDEBUG: print "Looking for ", os.path.join('/usr/share/gcompris/boards/sounds',self.cpg.language,'alphabet')
-+        self.sounddir = os.path.join('/usr/share/gcompris/boards/sounds',self.cpg.language,'alphabet')
++        if _FSDEBUG: print "Looking for ", os.path.join('/usr/share/gcompris/boards/voices',self.cpg.language,'alphabet')
++        self.sounddir = os.path.join('/usr/share/gcompris/boards/voices',self.cpg.language,'alphabet')
          if not os.path.exists(self.sounddir):
 -            self.sounddir = os.path.join(DATADIR,'AlphabetSounds','en')
-+            self.sounddir = '/usr/share/gcompris/boards/sounds/en/alphabet'
++            self.sounddir = '/usr/share/gcompris/boards/voices/en/alphabet'
          img = load_image(os.path.join\
                          (self.libdir,'Findsound2Data','Data','soundbut.png'),1)
          
@@ -33,7 +33,7 @@
          # Look for alphabet sounds for this locale.
          # If all fails we fall back to the "old" wahoo sound.
 -        alphabetdir = os.path.join(DATADIR,'AlphabetSounds',wordsloc)
-+        alphabetdir = os.path.join('/usr/share/gcompris/boards/sounds',wordsloc,'alphabet')
++        alphabetdir = os.path.join('/usr/share/gcompris/boards/voices',wordsloc,'alphabet')
          if not os.path.exists(alphabetdir):
              print >> sys.stderr, "Can't find",alphabetdir
              alphabetdir = None


Index: childsplay_plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- childsplay_plugins.spec	26 Aug 2007 07:24:46 -0000	1.8
+++ childsplay_plugins.spec	11 Sep 2007 21:27:05 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           childsplay_plugins
 Version:        0.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for childsplay (educational games for young children)
 Group:          Amusements/Games
 License:        GPLv3
@@ -49,6 +49,10 @@
 
 
 %changelog
+* Tue Sep 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.90-2
+- Adapt gcompris alphabet sounds using patch for new gcompris alphabet sounds
+  location
+
 * Sun Aug 26 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.90-1
 - New upstream version 0.90, license changed to GPL version 3,
   no other changes.




More information about the fedora-extras-commits mailing list