https://bugzilla.redhat.com/show_bug.cgi?id=2262752
Bug ID: 2262752
Summary: Review Request: ghc-bitwise - Fast multi-dimensional
unboxed bit packed Bool arrays
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: frank(a)systemf.dev
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fdedden.fedorapeople.org/ghc-bitwise.spec
SRPM URL: https://fdedden.fedorapeople.org/ghc-bitwise-1.0.0.1-1.fc40.src.rpm
Description:
Unboxed multidimensional bit packed Bool arrays with fast aggregate operations
based on lifting Bool operations to bitwise operations.
There are many other bit packed structures out there, but none met all of these
requirements:
(1) unboxed bit packed Bool array,
(2) multi-dimensional indexing,
(3) fast (de)serialization, or interoperable with foreign code,
(4) fast aggregate operations (fold, map, zip).
Quick tour of the bitwise library:
[Data.Bits.Bitwise] Lift boolean operations on 'Bool' to bitwise operations on
'Data.Bits.Bits'.
[Data.Array.BitArray] Immutable bit arrays.
[Data.Array.BitArray.ST] Mutable bit arrays in 'Control.Monad.ST.ST'.
[Data.Array.BitArray.IO] Mutable bit arrays in 'IO'.
[Data.Array.BitArray.ByteString] (De)serialization.
[Codec.Image.PBM] Portable bitmap monochrome 2D image format.
Very rough performance benchmarks:
* immutable random access single bit reads: 'BitArray ix' is about 40% slower
than 'UArray ix Bool',
* 'Control.Monad.ST.ST' mutable random access single bit reads: 'STBitArray s
ix' is about the same as 'STUArray s ix Bool',
* immutable map 'Bool -> Bool': 'BitArray ix' is about 85x faster than 'UArray
ix Bool',
* immutable zipWith 'Bool -> Bool -> Bool': 'BitArray ix' is about 1300x faster
than 'UArray ix Bool'.
Fedora Account System Username: fdedden
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2262752
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2254709
Bug ID: 2254709
Summary: Review Request: shotcut - A free, open source,
cross-platform video editor
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mgansser(a)netcom-mail.de
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/shotcut.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/shotcut-23.11.29-2.fc39.src.…
Description:
Shotcut is a free and open-source cross-platform video editing application for
Windows, OS X, and Linux.
Shotcut supports many video, audio, and image formats via FFmpeg and screen,
webcam, and audio capture. It uses a time-line for non-linear video editing of
multiple tracks that may be composed of various file formats. Scrubbing and
transport control are assisted by OpenGL GPU-based processing and a number of
video and audio filters are available.
Fedora Account System Username: martinkg
shotcut is still in the rpmfusion repo.
shotcut can be built directly in Fedora. The BuildRequires: x264-devel is not
used during the build, so it can be omitted. It uses libx264 only via
FFmpeg. For this reason, it can be moved to Fedora and take advantage of the
Fedora infrastructure and CI.
%changelog
* Fri Dec 15 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.11.29-2
- Rebuild
- remove BR x264-devel
$ rpmlint shutter.spec ../SRPMS/shutter-0.97-0.1.git01d8563.fc35.src.rpm
../RPMS/noarch/shutter-0.97-0.1.git01d8563.fc35.noarch.rpm^C
[martin@fedora SPECS]$ rpmlint shotcut.spec
../SRPMS/shotcut-23.11.29-2.fc39.src.rpm
../RPMS/x86_64/shotcut-23.11.29-2.fc39.x86_64.rpm
============================================================================================
rpmlint session starts
============================================================================================
rpmlint: 2.4.0
configuration:
/usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
/etc/xdg/rpmlint/fedora-legacy-licenses.toml
/etc/xdg/rpmlint/fedora-spdx-licenses.toml
/etc/xdg/rpmlint/fedora.toml
/etc/xdg/rpmlint/scoring.toml
/etc/xdg/rpmlint/users-groups.toml
/etc/xdg/rpmlint/warn-on-functions.toml
checks: 31, packages: 3
shotcut.x86_64: E: invalid-soname /usr/lib64/libCuteLogger.so libCuteLogger.so
shotcut.x86_64: E: files-duplicated-waste 683405
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/bigsh0t_rect_to_eq/icon.webp
/usr/share/shotcut/qml/filters/bigsh0t_eq_to_rect/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/select0r/icon.webp
/usr/share/shotcut/qml/filters/bluescreen0r/icon.webp:/usr/share/shotcut/qml/filters/mask_chromakey/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/blur_lowpass/icon.webp
/usr/share/shotcut/qml/filters/blur_exponential/icon.webp:/usr/share/shotcut/qml/filters/blur_gaussian/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/gpstext/vui.qml
/usr/share/shotcut/qml/filters/dynamictext/vui.qml
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/fadein_movit/icon.webp
/usr/share/shotcut/qml/filters/fadein_brightness/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/fadeout_movit/icon.webp
/usr/share/shotcut/qml/filters/fadeout_brightness/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/lenscorrection/icon.webp
/usr/share/shotcut/qml/filters/fisheye/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/vaguedenoiser/icon.webp
/usr/share/shotcut/qml/filters/fspp/icon.webp:/usr/share/shotcut/qml/filters/hqdn3d/icon.webp:/usr/share/shotcut/qml/filters/noise_fast/icon.webp:/usr/share/shotcut/qml/filters/smartblur/icon.webp
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/spectrum/vui_spectrum.qml
/usr/share/shotcut/qml/filters/lightshow/vui.qml
shotcut.x86_64: W: files-duplicate
/usr/share/shotcut/qml/filters/mask_shape/icon.webp
/usr/share/shotcut/qml/filters/mask_alphaspot/icon.webp
shotcut.x86_64: W: desktopfile-without-binary
/usr/share/applications/org.shotcut.Shotcut.desktop env
shotcut.spec:71: E: buildarch-instead-of-exclusivearch-tag noarch \
shotcut.spec:71: E: buildarch-instead-of-exclusivearch-tag noarch \
============================================================ 2 packages and 1
specfiles checked; 4 errors, 11 warnings, 4 badness; has taken 1.2 s
=============================================================
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2254709
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2271625
Bug ID: 2271625
Summary: Review Request: python-holidays - Generate and work
with holidays in Python
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: t.imarthurlee(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://github.com/timarthurlee/uml-redhat-capstone-2023/raw/main/rpmbuild/…
SRPM URL:
https://github.com/timarthurlee/uml-redhat-capstone-2023/raw/main/rpmbuild/…
Description: python-holidays A fast, efficient Python library for generating
country- and subdivision- (e.g. state or province) specific sets of
government-designated holidays on the fly. It aims to make determining whether
a specific date is a holiday as fast and flexible as possible.:PyPI: :alt: PyPI
version
Fedora Account System Username: timarthurlee
This is my first package and I will need a sponsor. I am submitting this as a
part of the 2023 Friendly Fedora capstone project team at UMass Lowell
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2271625
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2208353
Bug ID: 2208353
Summary: Review Request: python-unicode-slugify - Slug
generator that turns strings into unicode slugs
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: davide(a)cavalca.name
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://dcavalca.fedorapeople.org/review/python-unicode-slugify/python-unic…
SRPM URL:
https://dcavalca.fedorapeople.org/review/python-unicode-slugify/python-unic…
Description:
Unicode Slugify is a slugifier that generates unicode slugs. It was originally
used in the Firefox Add-ons web site to generate slugs for add-ons and add-on
collections. Many of these add-ons and collections had unicode characters and
required more than simple transliteration.
Fedora Account System Username: dcavalca
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2208353
https://bugzilla.redhat.com/show_bug.cgi?id=2255828
Bug ID: 2255828
Summary: Review Request: llama-cpp - Port of Facebook's LLaMA
model in C/C++
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: trix(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://trix.fedorapeople.org/llama-cpp.spec
SRPM URL: https://trix.fedorapeople.org/llama-cpp-b1695-1.fc40.src.rpm
Description:
The main goal of llama.cpp is to run the LLaMA model using 4-bit
integer quantization on a MacBook
* Plain C/C++ implementation without dependencies
* Apple silicon first-class citizen - optimized via ARM NEON, Accelerate
and Metal frameworks
* AVX, AVX2 and AVX512 support for x86 architectures
* Mixed F16 / F32 precision
* 2-bit, 3-bit, 4-bit, 5-bit, 6-bit and 8-bit integer quantization support
* CUDA, Metal and OpenCL GPU backend support
The original implementation of llama.cpp was hacked in an evening.
Since then, the project has improved significantly thanks to many
contributions. This project is mainly for educational purposes and
serves as the main playground for developing new features for the
ggml library.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2255828
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…