Re: [python-vlc] Skip Python 3 tests
by Dominik 'Rathann' Mierzejewski
On Tuesday, 04 October 2016 at 06:03, Orcan Ogetbil wrote:
> --- a/python-vlc.spec
> +++ b/python-vlc.spec
[...]
> @@ -63,7 +64,8 @@ chmod +x %{buildroot}%{python3_sitelib}/*py
>
> %check
> %{__python2} setup.py test
> -%{__python3} setup.py test
> +# Disable Python 3 tests. They pass on 3.4 but fail on 3.5
> +#{__python3} setup.py test
>
> %files -n python2-%{srcname}
> %license COPYING
Please file a bug upstream (if not done already) and put the link
in a comment.
Regards,
Dominik
--
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
8 years, 1 month
Migration from dokuwiki
by Nicolas Chauvet
Hello,
The current wiki in rpmfusion.org uses dokuwiki package (from el5).
There is a need to migrate it to something more current (to an el7 guest VM).
The problem is that there is (at least) no dokuwiki package for el7.
So here are the alternatives:
1 / - have a dokuwiki maintainer for a package in epel7 (and eventually fedora)
- create an ansible role to deploy the packaged dokuwiki from a copr repo
2 / - switch to mediawiki (fedora/epel maintained and used by the infra)
- migrate the data from dokuwiki to mediawiki.
We need to have ACL support on some pages.
Any thought and experience on this ?
Thx
--
-
Nicolas (kwizart)
8 years, 1 month
Re: [simplescreenrecorder] Correct use of macro for ARM builds.
by Nicolas Chauvet
2016-10-03 16:05 GMT+02:00 Vasiliy Glazov <vascom(a)rpmfusion.org>:
> commit d8b4314eadac7c69e0fecf8e3649f7eb5891b45c
> Author: Vascom <vascom2(a)gmail.com>
> Date: Mon Oct 3 17:05:19 2016 +0300
>
> Correct use of macro for ARM builds.
>
> simplescreenrecorder.spec | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
> ---
> diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
> index 3e484ad..227686b 100644
> --- a/simplescreenrecorder.spec
> +++ b/simplescreenrecorder.spec
> @@ -36,11 +36,12 @@ It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC
> %build
> export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L libavformat libavcodec libavutil libswscale`"
> export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I libavformat libavcodec libavutil libswscale`"
> -%ifarch %{arm}
> - %configure --disable-static --disable-x86-asm --disable-glinjectlib
> -%else
> - %configure --disable-static
> +%configure --disable-static \
> +%ifarch %{arm} aarch64
> + --disable-x86-asm \
at least for this I would use %ifnarch %{ix86} x86_64 instead.
> + --disable-glinjectlib \
I don't know if it's the same case here.
Thx for your fix.
--
-
Nicolas (kwizart)
8 years, 1 month
[Bug 4204] Package Review: lives - A Video Editing System
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4204
leigh scott <leigh123linux(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Review Request |lives
Version|Current |unspecified
Assignee|rpmfusion-package-review@rp |anto.trande(a)gmail.com
|mfusion.org |
Product|Package Reviews |Fedora
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
8 years, 1 month
[Bug 4204] Package Review: lives - A Video Editing System
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4204
leigh scott <leigh123linux(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rpmfusion-package-review@rp
| |mfusion.org
Component|lives |Review Request
Version|26/rawhide |Current
Assignee|anto.trande(a)gmail.com |rpmfusion-package-review@rp
| |mfusion.org
Product|Fedora |Package Reviews
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
8 years, 1 month