grobian     15/01/18 18:14:36

  Modified:             xbmc-9999.ebuild ChangeLog
  Log:
  Apply some fixes to build Kodi, including #536402
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.165                media-tv/xbmc/xbmc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.165&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.165&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.164&r2=1.165

Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- xbmc-9999.ebuild    12 Aug 2014 04:47:55 -0000      1.164
+++ xbmc-9999.ebuild    18 Jan 2015 18:14:36 -0000      1.165
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.164 
2014/08/12 04:47:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.165 
2015/01/18 18:14:36 grobian Exp $
 
 EAPI="5"
 
@@ -142,6 +142,7 @@
        app-arch/xz-utils
        dev-lang/swig
        dev-util/gperf
+       sys-apps/lsb-release
        X? ( x11-proto/xineramaproto )
        dev-util/cmake
        x86? ( dev-lang/nasm )
@@ -191,15 +192,6 @@
        # stuff handles this just fine already #408395
        export ac_cv_lib_avcodec_ff_vdpau_vc1_decode_picture=yes
 
-       local squish #290564
-       use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec"
-       use sse && squish="-DSQUISH_USE_SSE=1 -msse"
-       use sse2 && squish="-DSQUISH_USE_SSE=2 -msse2"
-       sed -i \
-               -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \
-               -e "1iCXXFLAGS += ${squish}" \
-               lib/libsquish/Makefile.in || die
-
        # Fix XBMC's final version string showing as "exported"
        # instead of the SVN revision number.
        export HAVE_GIT=no GIT_REV=${EGIT_VERSION:-exported}
@@ -302,9 +294,9 @@
                /usr/share/xbmc/addons/skin.confluence/fonts/Roboto-Bold.ttf
 
        python_domodule tools/EventClients/lib/python/xbmcclient.py
-       python_newscript "tools/EventClients/Clients/XBMC Send/xbmc-send.py" 
xbmc-send
+       python_newscript "tools/EventClients/Clients/Kodi Send/kodi-send.py" 
kodi-send
 }
 
 pkg_postinst() {
-       elog "Visit http://wiki.xbmc.org/?title=XBMC_Online_Manual";
+       elog "Visit http://kodi.wiki/?title=XBMC_Online_Manual";
 }



1.216                media-tv/xbmc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.216&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.216&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   12 Dec 2014 09:37:32 -0000      1.215
+++ ChangeLog   18 Jan 2015 18:14:36 -0000      1.216
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/xbmc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.215 2014/12/12 
09:37:32 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.216 2015/01/18 
18:14:36 grobian Exp $
+
+  18 Jan 2015; Fabian Groffen <grob...@gentoo.org> xbmc-9999.ebuild:
+  Apply some fixes to build Kodi, including #536402
 
   12 Dec 2014; Sergey Popov <pinkb...@gentoo.org> metadata.xml:
   USE='vaapi' is now global, removing it's description from metadata




Reply via email to