Re: [packman] xbmc 13

2014-05-19 Thread Guillaume Gardet
Hi,


Le 18/05/2014 21:48, Mariusz Fik a écrit :
> Hi,
>
> I've just sent request with xbmc 13 to Multimedia repository.
> https://pmbs.links2linux.org/request/show/1010
> I didn't touch any arm patches, so anyone with arm knowledge, please adjust
> arm bits as needed/required.

For ARM, you need to remove some screensaver / visualization addons (probably 
availaible in openGL only and not for open GL ES) from the filelist:
/usr/share/xbmc/addons/screensaver.rsxs.euphoria/*
/usr/share/xbmc/addons/screensaver.rsxs.plasma/*
/usr/share/xbmc/addons/screensaver.rsxs.solarwinds/*
/usr/share/xbmc/addons/visualization.fishbmc/*
/usr/share/xbmc/addons/visualization.projectm/*

a "%if %{with enable_opengles}" should do  the trick.


Guillaume


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] xbmc 13

2014-05-19 Thread Guillaume Gardet

Le 19/05/2014 11:15, Guillaume Gardet a écrit :
> Hi,
>
>
> Le 18/05/2014 21:48, Mariusz Fik a écrit :
>> Hi,
>>
>> I've just sent request with xbmc 13 to Multimedia repository.
>> https://pmbs.links2linux.org/request/show/1010
>> I didn't touch any arm patches, so anyone with arm knowledge, please adjust
>> arm bits as needed/required.
> For ARM, you need to remove some screensaver / visualization addons (probably 
> availaible in openGL only and not for open GL ES) from the filelist:
> /usr/share/xbmc/addons/screensaver.rsxs.euphoria/*
> /usr/share/xbmc/addons/screensaver.rsxs.plasma/*
> /usr/share/xbmc/addons/screensaver.rsxs.solarwinds/*
> /usr/share/xbmc/addons/visualization.fishbmc/*
> /usr/share/xbmc/addons/visualization.projectm/*
>
> a "%if %{with enable_opengles}" should do  the trick.
I meant: "%if %{with enable_opengl}"


Guillaume


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] HTTP Error 500 Internal Server Error while trying to osc build a package

2014-05-19 Thread Guillaume Gardet
Hi,

I am trying to build a package locally using osc build but I get the following 
error:

Traceback (most recent call last):
  File "/usr/bin/osc", line 26, in 
r = babysitter.run(osccli)
  File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 60, in run
return prg.main(argv)
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 343, in main
return self.cmd(args)
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 366, in cmd
retval = self.onecmd(argv)
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 484, in onecmd
return self._dispatch_cmd(handler, argv)
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 1214, in 
_dispatch_cmd
return handler(argv[0], opts, *args)
  File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 5647, in 
do_build
return osc.build.main(self.get_api_url(), opts, args)
  File "/usr/lib/python2.7/site-packages/osc/build.py", line 715, in main
fetcher.run(bi)
  File "/usr/lib/python2.7/site-packages/osc/fetch.py", line 272, in run
self.__fetch_cpio(buildinfo.apiurl)
  File "/usr/lib/python2.7/site-packages/osc/fetch.py", line 173, in 
__fetch_cpio
self.__download_cpio_archive(apiurl, project, repo, arch, package, **pkgs)
  File "/usr/lib/python2.7/site-packages/osc/fetch.py", line 118, in 
__download_cpio_archive
text='fetching packages for \'%s\'' % project)
  File "/usr/lib/python2.7/site-packages/osc/fetch.py", line 64, in urlgrab
raise exc
urlgrabber.grabber.URLGrabError: [Errno 14] HTTP Error 500: Internal Server 
Error


I guess there is a problem with pmbs server?


Guillaume


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] HTTP Error 500 Internal Server Error while trying to osc build a package

2014-05-19 Thread Olaf Hering
On Mon, May 19, Guillaume Gardet wrote:

> I guess there is a problem with pmbs server?

This morning a cmd like this worked for me, in vlc/:

 time pbs build --disable-cpio-bulk-download  --no-verify openSUSE_11.4 x86_64

Olaf

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] HTTP Error 500 Internal Server Error while trying to osc build a package

2014-05-19 Thread Guillaume Gardet

Le 19/05/2014 13:32, Olaf Hering a écrit :
> On Mon, May 19, Guillaume Gardet wrote:
>
>> I guess there is a problem with pmbs server?
> This morning a cmd like this worked for me, in vlc/:
>
>  time pbs build --disable-cpio-bulk-download  --no-verify openSUSE_11.4 x86_64

I have no --disable-cpio-bulk-download option in osc 0.145.

It is for building ffmpeg locally for armv6. Maybe the request is too long?


Guillaume


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] HTTP Error 500 Internal Server Error while trying to osc build a package

2014-05-19 Thread Guillaume Gardet

Le 19/05/2014 13:50, Guillaume Gardet a écrit :
> Le 19/05/2014 13:32, Olaf Hering a écrit :
>> On Mon, May 19, Guillaume Gardet wrote:
>>
>>> I guess there is a problem with pmbs server?
>> This morning a cmd like this worked for me, in vlc/:
>>
>>  time pbs build --disable-cpio-bulk-download  --no-verify openSUSE_11.4 
>> x86_64
> I have no --disable-cpio-bulk-download option in osc 0.145.

In fact the option is there. Strange. It did not work with a copy/paste 2 
minutes ago.

It seems to download things now.

Thanks.

Guillaume


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] MPlayer 1.1.1.r37117-1.4 breaks two pass encoding

2014-05-19 Thread Jörg Lorenzen

Hi,

I've locally updated MPlayer to version 1.1.1.r37203 and successfully 
tested two-pass encoding.
Now I've submitted it to Multimedia, so the package will be updated when 
the request is accepted.


Greetings,
Jörg

Am 17.05.2014 17:01, schrieb Carsten Ziepke:

On Thu, 17 Apr 2014 16:41:45 +0200
Carsten Ziepke  wrote:


Hello,

after upgrading to the latest MPlayer package, the two pass encoding
hangs after the 1st run at 100% (and don't start the 2nd run).

openSUSE 12.3 64bit
MPlayer 1.1.1.r37117-1.4

Script for two pass encoding:

#!/bin/sh
# 1st run
mencoder -ovc lavc -vf crop=720:576:0:0 -lavcopts
aspect=16/9,vcodec=mpeg4:vbitrate=1800:vhq:vpass=1 -oac mp3lame
-lameopts br=128  "$1" -o /dev/null
# 2nd run
mencoder -ovc lavc -vf crop=720:576:0:0 -lavcopts
aspect=16/9,vcodec=mpeg4:vbitrate=1800:vhq:vpass=2 -oac mp3lame
-lameopts br=128  "$1" -o "$1".mpg

After a downgrade to MPlayer-1.1.1.r36557-1.1 two pass encoding works
as expected.


Me again. The problem with the two-pass encoding (hang after 1st
run) should be solved with r37199 according to the mencoder mailing
list.
http://lists.mplayerhq.hu/pipermail/mencoder-users/2014-May/013510.html

Greetings,
Carsten


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman