[RPM Fusion] Issue with fedora's openssl package for libbluray/libaacs
by Nicolas Chauvet
Hi,
As you may know, the libaacs package from RPM Fusion rely on openssl
functions that have been disabled in the fedora package for some
reason.
This lead the libaacs package to be partially unuseable for it's target usage.
I would like to list what would be possible workarounds for this
issue. We likely need to build a openssl-freeworld package:
- Build a similar package and drop a file in ld.conf.d to make it
system wide ? (the freetype-freeworld way)
This seems unpractical as we may produce unknown behavior and
un-certified code path with others applications.
- Build a shared object with another SONAME so packages liked with the
freeworld version will not conflict with package linked with the
fedora version.
(It will eventually be possible to relink the so to the the fedora
SONAME manually in a second step).
- Build the freeworld version statically.
The question to sync the patch between fedora and RPM Fusion VCS is a
big question until we move to git, so I hope that progress will be
made in this area soon.
If not we may experiment an openssl-freeworld to be possibily behind
the fedora version.
Any thoughts on that ?
Nicolas (kwizart).
11 years, 1 month
[Bug 2224] New: Review request: HeeksCNC - CAM add-on for HeeksCAD
by RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2224
Bug #: 2224
Summary: Review request: HeeksCNC - CAM add-on for HeeksCAD
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-review(a)rpmfusion.org
ReportedBy: SpikeFedora(a)gmail.com
CC: rpmfusion-package-review(a)rpmfusion.org
Blocks: 2
Spec URL:
http://spike.fedorapeople.org/HeeksCNC/HeeksCNC.spec
SRPM URL:
http://spike.fedorapeople.org/HeeksCNC/HeeksCNC-0.18.0-0.1.20111215git272...
Description:
Written in C++, HeeksCNC is an add-on for HeeksCAD. The user can add machining
operations. These can then be output to NC code. The NC code is then shown as
red and green lines on the screen. The NC code is generated using Python
script, so it can be configured for different machines.
HeeksCNC uses OpenCAMLib for the "Zig Zag" operation HeeksCNC uses libarea for
the "Pocket" operation
Why this package is not eligible to be included in Fedora:
HeeksCNC depends on OCE (HeeksCNC->HeeksCAD-devel->OCE-devel), which is
considered non-free
[1] http://fedoraproject.org/wiki/Licensing#Bad_Licenses
rpmlint output:
SPECS/HeeksCNC.spec:39: E: hardcoded-library-path in
%{buildroot}/usr/lib/heekscnc/nc/iso_codes.py
SPECS/HeeksCNC.spec:48: E: hardcoded-library-path in /usr/lib/heekscnc
SPECS/HeeksCNC.spec:49: E: hardcoded-library-path in /usr/lib/libheekscnc*
SPECS/HeeksCNC.spec: W: invalid-url Source0: HeeksCNC-svnHEAD.tar.bz2
HeeksCNC.src: W: spelling-error %description -l en_US libarea -> lib area,
lib-area, millibar
HeeksCNC.src:39: E: hardcoded-library-path in
%{buildroot}/usr/lib/heekscnc/nc/iso_codes.py
HeeksCNC.src:48: E: hardcoded-library-path in /usr/lib/heekscnc
HeeksCNC.src:49: E: hardcoded-library-path in /usr/lib/libheekscnc*
HeeksCNC.src: W: invalid-url Source0: HeeksCNC-svnHEAD.tar.bz2
1 packages and 1 specfiles checked; 6 errors, 3 warnings.
The hardcoded-library-path error probably needs to be fixed. A friendly cmake
expert would be very much appreciated.
--
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.
11 years, 4 months