Re: Re: About chromium packaging

2016-08-03 Thread Jeremy Nouhaud
According to this comment from Spot it is possible to make, I quote,
"an rpmfusion addon package to replace the ffmpegsumo.so".

https://bodhi.fedoraproject.org/updates/chromium-52.0.2743.82-2.fc24#co
mment-464045


[Bug 4165] New: Review Request: nvidia-video-codec-sdk - Hardware accelerated video encode and decode

2016-08-03 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4165

 Bug #: 4165
   Summary: Review Request: nvidia-video-codec-sdk - Hardware
accelerated video encode and decode
Classification: Unclassified
   Product: Package Reviews
   Version: Current
  Platform: All
OS/Version: GNU/Linux
Status: NEW
  Severity: normal
  Priority: P5
 Component: Review Request
AssignedTo: rpmfusion-package-rev...@rpmfusion.org
ReportedBy: leigh123li...@gmail.com
CC: rpmfusion-package-rev...@rpmfusion.org


SPEC:
https://dl.dropboxusercontent.com/u/6907158/nvenc/nvidia-video-codec-sdk.spec

SRPM:
https://dl.dropboxusercontent.com/u/6907158/nvenc/nvidia-video-codec-sdk-7.0.1-1.fc24.src.rpm

Description:

The Video Codec SDK includes a complete set of high-performance tools, 
samples and documentation for hardware accelerated video encode and decode.


I have only included a nvenc-devel sub-package as this will allow the decode
and samples to be packaged as needed.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 4165] Review Request: nvidia-video-codec-sdk - Hardware accelerated video encode and decode

2016-08-03 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4165

leigh scott  changed:

   What|Removed |Added

 Blocks||2

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


Re: 7 leftovers

2016-08-03 Thread Antonio Trande
On 08/02/2016 12:58 PM, Sérgio Basto wrote:
> Hello, 
> How are you ? RPM Fusion is back in business ! Congratulations all, now
> it leftover some minor adjustments , kwizart may be many things, let me
> know, how I should report it and if are quick or long tasks, please. 
> 
> 
> 1. VirtualBox provides libGL.so 
> rpm -q --provides VirtualBox-guest-additions , got libEGL.so.1 and
> libGL.so.1 ,
> for IRC "nchauvet: sergiomb, both EGL and GL are replaced, the name of
> the path name doesn't count, only the internal soname count (readelf -a
> /usr/lib64/VBoxEGL.so |grep SONAME)
> nchauvet: for now I can't provide this package, you will need to filter
> theses dependencies and make sure they will confict with other libgl
> providers (such as nvidia)" 
> 
> In a vm guest system, we shouldn't install  nvidia drives , because it
> uses vboxvideo drive . 
> 
> is enough remove provides of RPM ? using 
> %global __requires_exclude ^libEGL.so.1
> %global __requires_exclude %__requires_exclude|^libGL.so.1
> 
> 
> 2. new github modules do not update
> Here is the list of affected github repos: 
> 
> qtads
> kisslicer
> gstreamer1-plugins-bad-nonfree
> frobtads
> zboy
> vdr-weatherforecast
> vdr-tvguideng
> vdr-mpv
> rfpkg-minimal
> mp3splt-gtk
> mp3splt
> lives
> libmp3splt
> libde265
> kodi-platform
> girl
> game-data-packager
> freshplayerplugin
> flowblade
> devedeng

What do you mean with "github modules do not update"?

> 
> 3 no bugzilla modules in new packages, in search we can extract all
> modules 
> 
> 4 add to wiki bugzilla ( http://rpmfusion.org/ReportingBugs ) 
>  https://ask.fedoraproject.org/en/question/47794/is-bugzillarpmfusionor
> g-safe/?answer=76122#post-id-76122
> 
> 5 python-vlc, need / may I updated ?  
> 
> 6 update x264 in f23 (and f24) , 
> 
> rpmsodiff x264-libs-0.148-5.20160118git5c65704.fc23.x86_64.rpm
> /var/lib/mock/fedora-23-x86_64/result/x264-libs-0.148-
> 7.20160614gita5e06b9.fc23.x86_64.rpm   
>   
> common sonames:
> libx264.so.148  /usr/lib64/libx264.so.148   /usr/lib64/libx264.so.1
> 48
> libx26410b.so.148   /usr/lib64/libx26410b.so.148/usr/lib64/libx
> 26410b.so.148
> 
> --- x264-libs-0.148-5.20160118git5c65704.fc23/libx264.so.1482016-
> 08-01 02:55:13.521971143 +0100
> +++ x264-libs-0.148-7.20160614gita5e06b9.fc23/libx264.so.1482016-
> 08-01 01:36:53.004771700 +0100
> @@ -258,2 +258,3 @@
>  x264_ratecontrol_summary   T
> +x264_ratecontrol_zone_init T
>  x264_rc_analyse_slice  T
> @@ -280,2 +281,3 @@
>  x264_sps_init  T
> +x264_sps_init_reconfigurable   T
>  x264_sps_write T
> 
> 2 symbols added
> T x264_ratecontrol_zone_init
> T x264_sps_init_reconfigurable
> 
> # template for libx264.so.148 version script
> X264_0.148 {
> global:
> x264_ratecontrol_zone_init;
> x264_sps_init_reconfigurable;
> };
> 
> --- x264-libs-0.148-5.20160118git5c65704.fc23/libx26410b.so.148 2016-
> 08-01 02:55:13.521971143 +0100
> +++ x264-libs-0.148-7.20160614gita5e06b9.fc23/libx26410b.so.148 2016-
> 08-01 01:36:53.004771700 +0100
> @@ -252,2 +252,3 @@
>  x264_ratecontrol_summary   T
> +x264_ratecontrol_zone_init T
>  x264_rc_analyse_slice  T
> @@ -274,2 +275,3 @@
>  x264_sps_init  T
> +x264_sps_init_reconfigurable   T
>  x264_sps_write T
> 
> 2 symbols added
> T x264_ratecontrol_zone_init
> T x264_sps_init_reconfigurable
> 
> # template for libx26410b.so.148 version script
> X264_0.148 {
> global:
> x264_ratecontrol_zone_init;
> x264_sps_init_reconfigurable;
> };
> 
> vim:ft=diff
> 
> 7 retirement some more packages
>  https://bugzilla.rpmfusion.org/show_bug.cgi?id=3996
>  https://bugzilla.rpmfusion.org/show_bug.cgi?id=3892
> 
> 

-- 
---
Antonio Trande
mailto: sagitter 'at' fedoraproject 'dot' org
http://fedoraos.wordpress.com/
https://fedoraproject.org/wiki/User:Sagitter
GPG Key: 0x6CE6D08A
Check on https://keys.fedoraproject.org/



signature.asc
Description: OpenPGP digital signature


[Bug 4165] Review Request: nvidia-video-codec-sdk - Hardware accelerated video encode and decode

2016-08-03 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4165

--- Comment #1 from leigh scott  2016-08-03 12:45:40 
CEST ---
The License would make this package suitable for the nonfree repo.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


Re: 7 leftovers

2016-08-03 Thread Sérgio Basto
On Qua, 2016-08-03 at 12:45 +0200, Antonio Trande wrote:
> > 2. new github modules do not update
> > Here is the list of affected github repos: 
> > 
> > qtads
> > kisslicer
> > gstreamer1-plugins-bad-nonfree
> > frobtads
> > zboy
> > vdr-weatherforecast
> > vdr-tvguideng
> > vdr-mpv
> > rfpkg-minimal
> > mp3splt-gtk
> > mp3splt
> > lives
> > libmp3splt
> > libde265
> > kodi-platform
> > girl
> > game-data-packager
> > freshplayerplugin
> > flowblade
> > devedeng
> 
> What do you mean with "github modules do not update"?

ah some are updated now like: 
https://github.com/rpmfusion/freshplayerplugin
https://github.com/rpmfusion/flowblade

but description with website not look good says: http://@githubhomepage

but others still empty: 
https://github.com/rpmfusion/game-data-packager
https://github.com/rpmfusion/devedeng

maybe they will be updated on next commit , like should happened with
the modules that are already updated .

Cheers,
-- 
Sérgio M. B.


[Bug 4165] Review Request: nvidia-video-codec-sdk - Hardware accelerated video encode and decode

2016-08-03 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4165

--- Comment #2 from leigh scott  2016-08-03 20:05:12 
CEST ---
(In reply to comment #1)
> The License would make this package suitable for the nonfree repo.

note: the nvenc-devel license is  MIT/X11 (BSD like)

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


Re: 7 leftovers

2016-08-03 Thread Andrea Musuruane
On Wed, Aug 3, 2016 at 7:48 PM, Sérgio Basto  wrote:

> but others still empty:
> https://github.com/rpmfusion/game-data-packager
> https://github.com/rpmfusion/devedeng
>
>
I still have to import devedeng. That's why it's empty (in RPM Fusion too).

Bye,

Andrea


Re: 7 leftovers

2016-08-03 Thread Sérgio Basto
On Qua, 2016-08-03 at 20:45 +0200, Andrea Musuruane wrote:
> On Wed, Aug 3, 2016 at 7:48 PM, Sérgio Basto 
> wrote:
> > but others still empty: 
> > https://github.com/rpmfusion/game-data-packager
> > https://github.com/rpmfusion/devedeng
> > 
> I still have to import devedeng. That's why it's empty (in RPM Fusion
> too).

Not quiet, in github we should have an mirror of cgit and https://pkgs.
rpmfusion.org/cgit/free/devedeng.git/ have the init setup, which github
don't.
But now if it is fixed, on first commit, should update the all module
in github mirror (all the branches and commits), is what we expect if
this leftover is fixed. 
What I can say more ? For one creation of new packages on RPMFusion, we
have a few tasks to do, one is creation of modules on github, before
create a repo in cgit and after we just need add one rule in cgit for
mirror the commits to github. 
So with new a commit we can test it :). Since this is production, I
prefer try with "real" commits. So Andrea be my guess :).

> Bye,
> 
> Andrea
> 
Cheers,
-- 
Sérgio M. B.


[Bug 3576] Review request: obs-studio - Open Broadcaster Software Studio

2016-08-03 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3576

--- Comment #35 from leigh scott  2016-08-04 00:16:27 
CEST ---
Created attachment 1596
  --> https://bugzilla.rpmfusion.org/attachment.cgi?id=1596
spec file patch

I have attached a patch with some recommended changes.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.