[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-2.1-underlinking.patch speech-tools-1.2.96_beta-gcc43-include.patch speech-tools-1.2.96_beta-gcc44.patch speech

2015-01-07 Thread Pacho Ramos (pacho)
pacho   15/01/07 10:06:47

  Added:speech-tools-2.1-underlinking.patch
  Removed:  speech-tools-1.2.96_beta-gcc43-include.patch
speech-tools-1.2.96_beta-gcc44.patch
speech-tools-1.2.96_beta-gcc42.patch
  Log:
  Fix underlinking, bug #493204 by Jaakko Perttilä; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-2.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: speech-tools-2.1-underlinking.patch
===
--- speech_tools.orig/config/systems/GentooLinux.mak.old2013-11-24 
01:49:44.0 +0200
+++ speech_tools/config/systems/GentooLinux.mak 2013-11-24 13:04:14.327758435 
+0200
@@ -38,6 +38,7 @@
  ###
 
 MANDIR=$(INSTALL_PREFIX)/share/man
+GENTOO_ALSA_LIBS=$(shell pkg-config --libs alsa)
 GENTOO_CURSES_LIBS=$(shell pkg-config --libs ncurses)
 # Gentoo does not use termcap
-OS_LIBS = $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl
+OS_LIBS = $(GENTOO_ALSA_LIBS) $(GENTOO_CURSES_LIBS) $(LDFLAGS) -ldl