public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-klash.patch
@ 2010-07-12 14:45 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-07-12 14:45 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/07/12 14:45:21

  Added:                gnash-0.8.8-klash.patch
  Log:
  New snapshot. Adds support for accelerated video decode through VAAPI.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-plugins/gnash/files/gnash-0.8.8-klash.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch?rev=1.1&content-type=text/plain

Index: gnash-0.8.8-klash.patch
===================================================================
diff -ur gnash-0.8.7_p20100706/macros/kde4.m4 gnash-0.8.7_p20100706.new/macros/kde4.m4
--- gnash-0.8.7_p20100706/macros/kde4.m4	2010-07-06 17:01:50.987903174 +0200
+++ gnash-0.8.7_p20100706.new/macros/kde4.m4	2010-07-12 14:05:10.859918495 +0200
@@ -136,7 +136,7 @@
     dnl Look for the libraries
     AC_CACHE_VAL(ac_cv_path_kde4_lib, [
       if test x"${with_kde4_lib}" != x ; then
-        if test -f ${with_kde4_lib}/libkdeui.la; then
+        if test -f ${with_kde4_lib}/libkdeui.so; then
 	        ac_cv_path_kde4_lib="-L`(cd ${with_kde4_lib}; pwd)`"
         else
 	        AC_MSG_ERROR([${with_kde4_lib} directory doesn't contain KDE 4.x libraries.])
@@ -201,7 +201,7 @@
     KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
     KDE4_SERVICESDIR="${KDE4_PREFIX}/share/kde4/services"
     KDE4_CONFIGDIR="${KDE4_PREFIX}/share/kde4/config"
-    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/kde4/apps/klash"
+    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/apps/klash"
   fi                            dnl end of build_kparts4
 
   if test x"${ac_cv_path_kde4_incl}" != x ; then






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-klash.patch
@ 2010-08-13 22:40 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-08-13 22:40 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/08/13 22:40:55

  Modified:             gnash-0.8.8-klash.patch
  Log:
  Drop old snapshot. Fix klash patch, bug #332673.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-plugins/gnash/files/gnash-0.8.8-klash.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch?r1=1.1&r2=1.2

Index: gnash-0.8.8-klash.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-klash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnash-0.8.8-klash.patch	12 Jul 2010 14:45:21 -0000	1.1
+++ gnash-0.8.8-klash.patch	13 Aug 2010 22:40:55 -0000	1.2
@@ -1,6 +1,6 @@
-diff -ur gnash-0.8.7_p20100706/macros/kde4.m4 gnash-0.8.7_p20100706.new/macros/kde4.m4
---- gnash-0.8.7_p20100706/macros/kde4.m4	2010-07-06 17:01:50.987903174 +0200
-+++ gnash-0.8.7_p20100706.new/macros/kde4.m4	2010-07-12 14:05:10.859918495 +0200
+diff -ur gnash-0.8.7_p20100812.orig/macros/kde4.m4 gnash-0.8.7_p20100812/macros/kde4.m4
+--- gnash-0.8.7_p20100812.orig/macros/kde4.m4	2010-08-12 13:49:01.319789001 +0200
++++ gnash-0.8.7_p20100812/macros/kde4.m4	2010-08-12 13:49:50.875789001 +0200
 @@ -136,7 +136,7 @@
      dnl Look for the libraries
      AC_CACHE_VAL(ac_cv_path_kde4_lib, [
@@ -10,12 +10,15 @@
  	        ac_cv_path_kde4_lib="-L`(cd ${with_kde4_lib}; pwd)`"
          else
  	        AC_MSG_ERROR([${with_kde4_lib} directory doesn't contain KDE 4.x libraries.])
-@@ -201,7 +201,7 @@
-     KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
-     KDE4_SERVICESDIR="${KDE4_PREFIX}/share/kde4/services"
-     KDE4_CONFIGDIR="${KDE4_PREFIX}/share/kde4/config"
--    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/kde4/apps/klash"
-+    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/apps/klash"
+@@ -214,9 +214,9 @@
+       KDE4_CONFIGDIR="${KDE4_PREFIX}}/share/kde4/config"
+     fi
+     if test x"${KDE4_APPSDATADIR}" != x ; then 
+-      KDE4_APPSDATADIR="${KDE4_APPSDATADIR}/share/kde4/apps/klash"
++      KDE4_APPSDATADIR="${KDE4_APPSDATADIR}/share/apps/klash"
+     else
+-      KDE4_APPSDATADIR="${KDE4_PREFIX}/share/kde4/apps/klash"
++      KDE4_APPSDATADIR="${KDE4_PREFIX}/share/apps/klash"
+     fi
    fi                            dnl end of build_kparts4
  
-   if test x"${ac_cv_path_kde4_incl}" != x ; then






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-13 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 22:40 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-klash.patch Chi-Thanh Christopher Nguyen (chithanh)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-12 14:45 Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox