Re: Popsute KDE po aktualizacji kdelibs

2016-10-12 Thread Elan Ruusamäe

On 12.10.2016 13:22, Arkadiusz Miśkiewicz wrote:

Why there is no suggests in tzdata for zoneinfo subpackage?

should be requires as described in earlier posts. fixed.

--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: Popsute KDE po aktualizacji kdelibs

2016-10-12 Thread Arkadiusz Miśkiewicz
On Wednesday 12 of October 2016, Łukasz Maśko wrote:
> Dnia środa, 12 października 2016 10:58:05 Łukasz Maśko pisze:
> > Po dzisiejszej aktualizacji kde4-kdelibs-4.14.25-1 przestało mi wstawać
> > KDE.
> 
> Już wiem. Nie wina KDE, a tzdata. Wersja 2016g jest pocięta i po
> aktualizacji nie zostały dodane paczki tzdata-zoneinfo*, przez co zabrakło
> pliku ze strefą czasową.

Omg... to jakieś Suggests chociaż by się tam przydało.

Why there is no suggests in tzdata for zoneinfo subpackage?

-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/ardour] force build with MMX and SSE

2016-10-12 Thread Jacek Konieczny

On 2016-10-12 09:30, Elan Ruusamäe wrote:

you can enforce runtime probe dependency:

$ grep -r Requires.*cpuinfo ~/all-specs
/home/users/glen/all-specs/adobe-flash.spec:Requires: cpuinfo(sse2)
/home/users/glen/all-specs/google-earth.spec:Requires: cpuinfo(sse2)
/home/users/glen/all-specs/kernel.spec:Requires: cpuinfo(pae)
/home/users/glen/all-specs/ClanLib.spec:%{?with_sse2:Requires:
cpuinfo(sse2)}


Good to know.

Even better would be to also know what are the CPU extensions supposed 
to be available on our 'i686'.



sorry if this is totally out of context.


No, it is not.

It seems Ardour is supposed to detect and enable SSE on runtime, but I 
am not sure it works and I have no way to test it. MMX suuport seems to 
be hardcoded.


Jacek
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/ardour] force build with MMX and SSE

2016-10-12 Thread Elan Ruusamäe

you can enforce runtime probe dependency:

$ grep -r Requires.*cpuinfo ~/all-specs
/home/users/glen/all-specs/adobe-flash.spec:Requires: cpuinfo(sse2)
/home/users/glen/all-specs/google-earth.spec:Requires: cpuinfo(sse2)
/home/users/glen/all-specs/kernel.spec:Requires: cpuinfo(pae)
/home/users/glen/all-specs/ClanLib.spec:%{?with_sse2:Requires: 
cpuinfo(sse2)}


sorry if this is totally out of context.

On 12.10.2016 09:33, jajcus wrote:

commit 18043c1a1aa393cedbabd2bcdda35ed5db35ebf8
Author: Jacek Konieczny 
Date:   Wed Oct 12 08:29:26 2016 +0200

 force build with MMX and SSE
 
 It won't build without it on i686. It is not a library, but end-user

 application, so it won't break anything else.  It seems safe to assume
 that no one with older CPU would use it.

  no_proc_build.patch | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/no_proc_build.patch b/no_proc_build.patch
index 9fa7da2..ecdbe9e 100644
--- a/no_proc_build.patch
+++ b/no_proc_build.patch
@@ -1,11 +1,13 @@
  diff -dur Ardour-5.4.0.orig/wscript Ardour-5.4.0/wscript
  --- Ardour-5.4.0.orig/wscript 2016-10-11 21:55:23.0 +0200
  +++ Ardour-5.4.0/wscript  2016-10-11 21:56:20.0 +0200
-@@ -439,7 +439,7 @@
+@@ -439,7 +439,9 @@
   
   compiler_flags.append ("-DARCH_X86")
   
  -if platform == 'linux' :

++build_host_supports_sse = True
++compiler_flags.append ("-mmmx")
  +if False :
   



--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en