[Bug 5450] New: Review request: scrcpy- Display and control your
Android device
by RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=5450
Bug ID: 5450
Summary: Review request: scrcpy- Display and control your
Android device
Product: Package Reviews
Version: Current
Hardware: x86_64
OS: GNU/Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: Review Request
Assignee: rpmfusion-package-review(a)rpmfusion.org
Reporter: faezebax(a)riseup.net
CC: rpmfusion-package-review(a)rpmfusion.org
Blocks: 2, 30
namespace: free
spec file:
https://raw.githubusercontent.com/faezebax/rpms/master/scrcpy.spec
source rpm:
https://github.com/faezebax/rpms/raw/master/scrcpy-1.10-1.fc31.src.rpm
This application provides display and control of Android devices connected on
USB (or over TCP/IP). It does not require any root access.
This application uses ffmpeg which is not in official fedora repos since so it
cannot be placed in fedora repos. Also it has a sever part that should be build
by gradle which needs Android SDK. It is placed as a scrcpy-server.jar in the
package. I talked with upstream and asked them to find a way to build it
without needing to Android SDK.
Output of "rpmlint scrcpy-1.10-1.fc31.src.rpm":
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
Output of "rpmlint scrcpy-1.10-1.fc31.x86_64.rpm":
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
Output of"rpmlint scrcpy.spec"
0 packages and 1 specfiles checked; 0 errors, 0 warnings.
This is my first RPM Fusion package. I want to contribute more to fedora and I
am seeking a sponsor. I appreciate any advice that make my package better and
increase my knowledge.
Referenced Bugs:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2
[Bug 2] Tracker: New packages awaiting review
https://bugzilla.rpmfusion.org/show_bug.cgi?id=30
[Bug 30] Tracker : Sponsorship Request
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
2 years, 1 month
About multilibs support in RPM Fusion
by Nicolas Chauvet
Hi there,
For the info, I've restored the capability to build for multilibs on
fedora 31+ (as we don't build i686 by default). There is a rfpkg
update that is been prepared by sergio to automate the appropriate
packages to be forwarded to the related koji build target.
The current packages that will build on multilibs are currently
limited to steam, libva-intel-driver and nvidia driver. If other
components are missing, please let me know.
For the long run, it's more complicated as i386 repos doesn't seem to
be published (el8) or are going to be less reliable (fedora 31+). So
instead, I envision to build using the x86_64 repos (using a x86_64
compiler and tools and i686 libraries).
For information, RHEL8 is obviously building i686 with -m32
-march=x86_64 by default, so I assume the i686 packages are already
built using a x86_64 userspace there.
I've reported this issue to mock to investigate how this can be achieved:
https://github.com/rpm-software-management/mock/issues/340
Thx
--
-
Nicolas (kwizart)
2 years, 3 months
Re: [audacity-freeworld] Update to Audacity 2.3.3. Modify wxWidgets
build require to wxGTK3 (gtk3 version). Modify libdir pat
by Nicolas Chauvet
Le ven. 29 nov. 2019 à 11:14, David Timms <dtimms(a)rpmfusion.org> a écrit :
>
> commit 8eb6c033f30f616867f13afc21d90076e9bc9374
> Author: David Timms <dtimms(a)iinet.net.au>
> Date: Fri Nov 29 21:11:52 2019 +1100
>
> Update to Audacity 2.3.3.
> Modify wxWidgets build require to wxGTK3 (gtk3 version).
> Modify libdir patch for 2.3.3.
> Fix -manual file archive dropping the leading help/ in path.
> Disable twolame for EPEL-8 as the -devel package isn't available.
...
> diff --git a/audacity-2.3.3-libdir.patch b/audacity-2.3.3-libdir.patch
> new file mode 100644
> index 0000000..2659a0c
> --- /dev/null
> +++ b/audacity-2.3.3-libdir.patch
> @@ -0,0 +1,15 @@
> +--- ./src/effects/ladspa/LadspaEffect.cpp.orig 2019-10-22 07:29:41.000000000 +1100
> ++++ ./src/effects/ladspa/LadspaEffect.cpp 2019-11-10 09:44:41.865684664 +1100
> +@@ -378,11 +378,10 @@
> + #else
> +
> + pathList.push_back(wxGetHomeDir() + wxFILE_SEP_PATH + wxT(".ladspa"));
> ++ pathList.push_back(wxT("/usr/%{_lib}/ladspa"));
^^ This looks wrong as %{_lib} is a RPM macro and there is no reason
this will be expanded to either lib or lib64. (unless you are
dynamically patching the patch which looks wrong.)
> + #if defined(__LP64__)
This is also wrong, as aarch64 (aka arm64) are LP64 but isn't using
the lib64, same for ppc64le (IIRC).
You really need to use the configured --libdir, there is no way around.
> +- pathList.push_back(wxT("/usr/local/lib64/ladspa"));
> + pathList.push_back(wxT("/usr/lib64/ladspa"));
> + #endif
> +- pathList.push_back(wxT("/usr/local/lib/ladspa"));
> + pathList.push_back(wxT("/usr/lib/ladspa"));
> + pathList.push_back(wxT(LIBDIR) wxT("/ladspa"));
> +
> diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
> index 02b5bf0..b57840c 100644
> --- a/audacity-freeworld.spec
> +++ b/audacity-freeworld.spec
> @@ -8,8 +8,8 @@
>
> Name: audacity-freeworld
>
> -Version: 2.3.2
> -Release: 2%{?dist}
> +Version: 2.3.3
> +Release: 1%{?dist}
> Summary: Multitrack audio editor
> License: GPLv2
...
> BuildRequires: taglib-devel
> +%if 0%{?rhel} && 0%{?rhel} == 8
> +#note: epel-8 currently doesn't have twolame-devel.
> +%else
Please fix the above, we have twolame-libs in appstream repository,
but we are using a -devel in our override repo, so it's there.
http://koji.rpmfusion.org/buildsys-override/el8-free/x86_64/
> BuildRequires: twolame-devel
> +%endif
--
-
Nicolas (kwizart)
2 years, 6 months
RPM Fusion update report 2019-11-29
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 30
-------------
Pushed to testing:
qmplay2-19.11.26-1.fc30
vlc-bittorrent-2.7-3.fc30
Pushed to stable:
alsa-plugins-freeworld-1.2.1-1.fc30
xpra-codecs-freeworld-3.0.2-1.fc30
Fedora 31
-------------
Pushed to testing:
HandBrake-1.3.0-2.fc31
qmplay2-19.11.26-1.fc31
vlc-bittorrent-2.7-3.fc31
Pushed to stable:
xpra-codecs-freeworld-3.0.2-1.fc31
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
rpmfusion-packager-0.6.6-1.el7
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Section nonfree:
-------------
Fedora 30
-------------
Pushed to testing:
clipgrab-3.8.7-1.fc30
unrar-5.8.4-1.fc30
Pushed to stable:
Fedora 31
-------------
Pushed to testing:
clipgrab-3.8.7-1.fc31
unrar-5.8.4-1.fc31
Pushed to stable:
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
unrar-5.8.4-1.el8
Pushed to stable:
Theses packages will be available in main mirror in a few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
2 years, 7 months
RPM Fusion logo
by Dominik 'Rathann' Mierzejewski
Hi!
Does anyone have a vector version of the RPM Fusion logo? If not,
then at least a high resolution version of what's on the wiki.
I'm making a presentation for a conference and I've just found out
I don't have a nice-looking RPM Fusion logo.
Thanks in advance!
Regards,
Dominik
--
Fedora https://getfedora.org | RPM Fusion http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
2 years, 7 months
Sponsoring new packagers
by Nicolas Chauvet
Hi there,
FYI, I've raised few rpmfusion members as packager sponsor.
If you are doing review and helping others members, feel free to ask
to be a sponsor in FAS.
Thx
--
-
Nicolas (kwizart)
2 years, 7 months
RPM Fusion update report 2019-11-26
by noreply@rpmfusion.org
RPM Fusion update report
------------------------
Section free:
-------------
Fedora 29
-------------
Pushed to testing:
Pushed to stable:
Fedora 30
-------------
Pushed to testing:
xpra-codecs-freeworld-3.0.2-1.fc30
Pushed to stable:
alsa-plugins-freeworld-1.2.1-1.fc30
xt7-player-mpv-0.30.3140-0.1.20191030.git6e211df.fc30
Fedora 31
-------------
Pushed to testing:
xpra-codecs-freeworld-3.0.2-1.fc31
Pushed to stable:
chromium-freeworld-78.0.3904.108-1.fc31
xt7-player-mpv-0.30.3140-0.1.20191030.git6e211df.fc31
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
Section nonfree:
-------------
Fedora 29
-------------
Pushed to testing:
Pushed to stable:
Fedora 30
-------------
Pushed to testing:
nvidia-340xx-kmod-340.107-9.fc30
Pushed to stable:
Fedora 31
-------------
Pushed to testing:
nvidia-340xx-kmod-340.107-11.fc31
Pushed to stable:
EL 6
-------------
Pushed to testing:
Pushed to stable:
EL 7
-------------
Pushed to testing:
Pushed to stable:
EL 8
-------------
Pushed to testing:
Pushed to stable:
nvidia-kmod-440.36-1.el8
nvidia-modprobe-440.36-1.el8
nvidia-persistenced-440.36-1.el8
nvidia-settings-440.36-1.el8
nvidia-xconfig-440.36-1.el8
xorg-x11-drv-nvidia-440.36-1.el8
Theses packages will be available in main mirror in few hours. Wait for local mirrors to sync
Please report any issue to https://bugzilla.rpmfusion.org
2 years, 7 months