[Bug 2472] New: Review request: gstreamer1-libav - GStreamer 1.0 FFmpeg-based plug-ins
by RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2472
Bug #: 2472
Summary: Review request: gstreamer1-libav - GStreamer 1.0
FFmpeg-based plug-ins
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: j.w.r.degoede(a)gmail.com
CC: rpmfusion-package-review(a)rpmfusion.org
Blocks: 2
Spec: http://jwrdegoede.danny.cz/gstreamer1-libav.spec
SRPM: http://jwrdegoede.danny.cz/gstreamer1-libav-0.11.93-1.fc19.src.rpm
Description:
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.
This package provides FFmpeg-based GStreamer plug-ins.
Why not Fedora: possibly patented codec
rpmlint:
gstreamer1-libav-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/gst-libav-0.11.93/ext/libpostproc/gstpostproc.c
3 packages and 0 specfiles checked; 1 errors, 0 warnings.
(these can all be ignored)
--
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.
12 years, 1 month
[Bug 2532] New: Gmediafinder - software to search stream an/or download files
by RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2532
Bug #: 2532
Summary: Gmediafinder - software to search stream an/or
download files
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: mgansser(a)alice.de
CC: rpmfusion-package-review(a)rpmfusion.org
Gmediafinder is a software to search stream an/or download files from
YouTube without flash, Google and some mp3 search-engines
(you know the rules...) its support full-screen mode, visualization and
use the gstreamer engine for YouTube you can select you preferred
resolution and give priority to mp4 format for video seeking!
(and lower CPU usage than flv...)
Software dependencies:
python-gtk2, python-gdata, python-gst0.10, gstreamer0.10-ffmpeg,
libvisual-0.4-0, libvisual-0.4-plugins, python-configobj, ffmpeg,
python-mechanize, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad,
python-xlib, python-glade2, python-setuptools
Spec URL:
https://www.disk.dsl.o2online.de/FclyPlh/RPMS/gmediafinder/gmediafinder-1...
SRPM URL:
https://www.disk.dsl.o2online.de/FclyPlh/RPMS/gmediafinder/gmediafinder-1...
%changelog
* Sat Oct 13 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.1-1
- initial rebuild for Fedora 18
rpmlint output:
rpmlint gmediafinder-1.0.1-1.fc18.src.rpm
gmediafinder.src: W: spelling-error %description -l en_US gstreamer ->
streamer, g streamer, steamer
gmediafinder.src: W: spelling-error %description -l en_US flv -> fl, flt, flu
gmediafinder.src: W: invalid-url Source0: gmediafinder-1.0.1.tar.bz2
1 packages and 0 specfiles checked; 0 errors, 3 warnings.
rpmlint gmediafinder-1.0.1-1.fc18.noarch.rpm
gmediafinder.noarch: W: spelling-error %description -l en_US gstreamer ->
streamer, g streamer, steamer
gmediafinder.noarch: W: spelling-error %description -l en_US flv -> fl, flt,
flu
gmediafinder.noarch: W: no-manual-page-for-binary gmediafinder
1 packages and 0 specfiles checked; 0 errors, 3 warnings.
--
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.
12 years, 1 month
Need advice: kmod-wl and akmod-wl with kernel >= 3.6.0
by Nicolas Viéville
Hello community,
I currently have to face some bug reports against the Broadcom kmod-wl
package for kernel >= 3.6.0 in F-16 and F-17, since I switched that
module to the new kernel wireless API CFG80211. The old one, aka WEXT,
will be dropped in future kernels
(https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commi...).
The problem is that some platforms work out of the box with the current
packages, and some others need some tweaks.
The two tweaks are:
- include lib80211 lib80211_crypt_tkip wl modules in kernel initramfs in
order to avoid a kernel panic at boot time.
- revert to WEXT API.
The first one seems to be relatively direct to handle. Add
a /etc/dracut.conf.d/20-wl.conf file with correct directive in it
(add_drivers+="lib80211 lib80211_crypt_tkip wl") in the package, and
appropriate %post and %postun section containing dracut command in the
package spec file.
Any tips on this part of the packaging are welcome.
The second one is not so trivial to handle as to be complete on this
subject same Broadcom devices (lspci reports) on different laptops give
different results. So I imagined that it would be left to the user to
choose the correct module API to install. But as the choice between the
two API is made at build time, the only way to achieve this goal for the
user is to install only the akmod-wl package (no kmod-wl package),
modify a configuration file manually, relaunch akmods command to get the
correct API for that module. The Makefile included in the sources will
be modified to include the configuration file at build time and to
adjust build settings correctly.
My question:
Do you think this method to resolve the issue is the good one?
How long the WEXT API will be available?
Any comments on this are welcome.
One caveat of these two methods is that dracut configuration file and
akmod API configuration file would be provided with standard kmod-wl
packages.
I provide as attachments the fedora.readme file and the dracut
configuration file I intend to add to the package if I opt for these
solutions. Thanks for reviewing them since my natural language is not
English.
What are the other precautions that I could have missed?
Thanks in advance for your responses.
Cordially,
--
Nicolas Viéville
12 years, 1 month
RPM Fusion (EL - free) Package Build Report 2012-11-09
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (EL - free) 6: 1
ffmpeg-0.10.5-1.el6
============================================================================
Packages built and released for RPM Fusion (EL - free) testing/6: 1
z-push-2.0.5-1.el6
============================================================================
Packages built and released for RPM Fusion (EL - free) testing/5: 1
z-push-2.0.5-1.el5.centos
============================================================================
Changes in RPM Fusion (EL - free) 6:
ffmpeg-0.10.5-1.el6
-------------------
* Thu Oct 04 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.5-1
- Updated to 0.10.5
============================================================================
Changes in RPM Fusion (EL - free) testing/6:
z-push-2.0.5-1.el6
------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
============================================================================
Changes in RPM Fusion (EL - free) testing/5:
z-push-2.0.5-1.el5
------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
12 years, 1 month
RPM Fusion (EL - nonfree) Package Build Report 2012-11-09
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (EL - nonfree) 6: 2
NEW OCE-0.8.0-3.el6 : OpenCASCADE Community Edition
NEW smesh-5.1.2.2-5.svn54.el6 : OpenCascade based MESH framework
============================================================================
Changes in RPM Fusion (EL - nonfree) 6:
OCE-0.8.0-3.el6
---------------
* Wed May 02 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.8.0-3
- Update icons.
smesh-5.1.2.2-5.svn54.el6
-------------------------
* Mon Oct 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-5.svn54
- Remove build requirement for fortran (f2c).
- Initial packaging for EPEL 6.
12 years, 1 month
RPM Fusion (Fedora - nonfree) Package Build Report 2012-11-09
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/18: 6
mame-0.147u2-1.fc18
nvidia-173xx-kmod-173.14.35-2.fc18.7
nvidia-kmod-304.64-1.fc18
NEW pyskool-0.6-1.fc18 : Remakes of Skool Daze and Back to Skool
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc18
xorg-x11-drv-nvidia-304.64-1.fc18
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 17: 5
catalyst-kmod-12.10-2.fc17.2
nvidia-173xx-kmod-173.14.35-2.fc17.7
nvidia-96xx-kmod-96.43.23-1.fc17.9
nvidia-kmod-304.60-1.fc17.2
wl-kmod-5.100.82.112-6.fc17.3
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/17: 2
NEW pyskool-0.6-1.fc17 : Remakes of Skool Daze and Back to Skool
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc17
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 16: 5
catalyst-kmod-12.6-1.fc16.2
nvidia-173xx-kmod-173.14.35-2.fc16.6
nvidia-96xx-kmod-96.43.23-1.fc16.7
nvidia-kmod-304.60-1.fc16.2
wl-kmod-5.100.82.112-4.fc16.3
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/16: 1
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc16
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) development: 2
NEW pyskool-0.6-1.fc19 : Remakes of Skool Daze and Back to Skool
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc19
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/18:
mame-0.147u2-1.fc18
-------------------
* Tue Oct 30 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.147u2-1
- Updated to 0.147u2
- Conditionalised the low memory workaround
- Use system libjpeg-turbo on Fedora 19 and above
- Do not delete the entire obj/, leave the bits needed by the -debuginfo package
nvidia-173xx-kmod-173.14.35-2.fc18.7
------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.7
- Rebuilt for updated kernel
* Thu Nov 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.6
- Rebuilt for updated kernel
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.5
- Rebuilt for updated kernel
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.4
- Rebuilt for updated kernel
* Thu Oct 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.3
- Rebuilt for updated kernel
* Mon Oct 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.2
- Rebuilt for updated kernel
* Wed Oct 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.1
- Rebuilt for updated kernel
* Mon Oct 01 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.35-2
- patch for 3.6 kernel
* Thu Sep 27 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.13
- Rebuilt for updated kernel
* Mon Sep 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.12
- Rebuilt for updated kernel
* Fri Aug 31 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.11
- Rebuilt for updated kernel
* Wed Aug 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.10
- Rebuilt for updated kernel
* Thu Aug 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.9
- Rebuilt for updated kernel
* Sat Aug 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.8
- Rebuilt for updated kernel
* Tue Jul 31 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.7
- Rebuilt for updated kernel
* Sat Jul 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.6
- Rebuilt for updated kernel
* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.5
- Rebuilt for updated kernel
* Fri Jul 06 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.4
- Rebuilt for updated kernel
* Thu Jun 28 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.3
- Rebuilt for updated kernel
* Thu Jun 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.2
- Rebuilt for updated kernel
* Sun Jun 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.1
- Rebuilt for updated kernel
nvidia-kmod-304.64-1.fc18
-------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-1
- Update to 304.64
pyskool-0.6-1.fc18
------------------
* Wed Jun 01 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.6-1
- First release
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc18
------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2
- Fix posttrans error code
xorg-x11-drv-nvidia-304.64-1.fc18
---------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-1
- Update to 304.64
- Move nvidia xorg libraries to _libdir/nvidia/xorg - rfbz#2264
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 17:
catalyst-kmod-12.10-2.fc17.2
----------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.10-2.2
- Rebuilt for updated kernel
nvidia-173xx-kmod-173.14.35-2.fc17.7
------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.7
- Rebuilt for updated kernel
nvidia-96xx-kmod-96.43.23-1.fc17.9
----------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-1.9
- Rebuilt for updated kernel
nvidia-kmod-304.60-1.fc17.2
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.60-1.2
- Rebuilt for updated kernel
wl-kmod-5.100.82.112-6.fc17.3
-----------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-6.3
- Rebuilt for updated kernel
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/17:
pyskool-0.6-1.fc17
------------------
* Wed Jun 01 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.6-1
- First release
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc17
------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2
- Fix posttrans error code
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 16:
catalyst-kmod-12.6-1.fc16.2
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.6-1.2
- Rebuilt for updated kernel
nvidia-173xx-kmod-173.14.35-2.fc16.6
------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2.6
- Rebuilt for updated kernel
nvidia-96xx-kmod-96.43.23-1.fc16.7
----------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-1.7
- Rebuilt for updated kernel
nvidia-kmod-304.60-1.fc16.2
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.60-1.2
- Rebuilt for updated kernel
wl-kmod-5.100.82.112-4.fc16.3
-----------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-4.3
- Rebuilt for updated kernel
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/16:
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc16
------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2
- Fix posttrans error code
============================================================================
Changes in RPM Fusion (Fedora - nonfree) development:
pyskool-0.6-1.fc19
------------------
* Wed Jun 01 2011 Andrea Musuruane <musuruan(a)gmail.com> 0.6-1
- First release
xorg-x11-drv-nvidia-173xx-173.14.35-2.fc19
------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-2
- Fix posttrans error code
12 years, 1 month
RPM Fusion (Fedora - free) Package Build Report 2012-11-09
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/18: 5
ffmpegthumbs-4.9.2-1.fc18
NEW gmediafinder-1.0.4-5.203ab96.fc18 : A program to stream an/or download files
openafs-1.6.1-8.fc18
qmmp-plugins-freeworld-0.6.4-1.fc18
z-push-2.0.5-1.fc18
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 17: 7
buildsys-build-rpmfusion-17-27
ndiswrapper-kmod-1.57-2.fc17.34
openafs-kmod-1.6.1-4.fc17.4
staging-kmod-3.6.1-1.fc17.5
VirtualBox-kmod-4.2.4-3.fc17
west-chamber-kmod-0.0.1-7.20101017svn.fc17.37
xtables-addons-kmod-1.46-1.fc17.6
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/17: 2
NEW ffmpegthumbs-4.9.2-1.fc17 : KDE ffmpegthumbnailer service
z-push-2.0.5-1.fc17
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 16: 7
buildsys-build-rpmfusion-16-57
ndiswrapper-kmod-1.57-3.fc16.24
openafs-kmod-1.6.1-4.fc16.2
staging-kmod-3.6.1-1.fc16.4
VirtualBox-kmod-4.2.4-3.fc16
west-chamber-kmod-0.0.1-7.20101017svn.fc16.54
xtables-addons-kmod-1.46-1.fc16.5
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/16: 1
z-push-2.0.5-1.fc16
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 5
NEW ffmpegthumbs-4.9.3-1.fc19 : KDE ffmpegthumbnailer service
NEW gmediafinder-1.0.4-5.203ab96.fc19 : A program to stream an/or download files
openafs-1.6.1-8.fc19
qmmp-plugins-freeworld-0.6.4-1.fc19
z-push-2.0.5-1.fc19
============================================================================
Changes in RPM Fusion (Fedora - free) testing/18:
ffmpegthumbs-4.9.2-1.fc18
-------------------------
* Thu Nov 08 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.2-1
- 4.9.2
* Wed Sep 12 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.1-1
- 4.9.1
gmediafinder-1.0.4-5.203ab96.fc18
---------------------------------
* Thu Nov 01 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-5.203ab96
- rebuild for new git version
* Wed Oct 31 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-4.302a1a0
- added pyshared as separate %dir
- added %gitrev in %changelog revision
* Tue Oct 30 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-3
- corrected scriptlets
* Mon Oct 29 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-2
- corrected URL
* Sun Oct 28 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-1
- new release
- added git revision in numbering
- corrected path in file section
- added runtime Requirement hicolor-icon-theme
- added Instructions for checking out the sources
- added %desktop-file-validate
- shortened description
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-2
- added gnome-icon-theme and pywebkitgtk as requirement
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-1
- corrected download command for gmediafinder sources
- removed desktop patch
- changed %desktopdir to %datadir in file section
- added Build Requirement intltool
- rebuild for new release
* Sat Oct 13 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.1-1
- initial rebuild for Fedora 18
openafs-1.6.1-8.fc18
--------------------
* Thu Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
- Implement a directory for sourced post init scripts. These
fine tune the AFS client's behavior after startup and live in
/etc/openafs/posthooks.d/
* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
- Fine tune the systemd version of /etc/sysconfig/openafs
to use -fakestat and have some options settable by the user.
qmmp-plugins-freeworld-0.6.4-1.fc18
-----------------------------------
* Tue Nov 06 2012 Karel Volný <kvolny(a)redhat.com> 0.6.4-1
- version bump
* Mon Jul 30 2012 Karel Volný <kvolny(a)redhat.com> 0.6.3-1
- version bump
z-push-2.0.5-1.fc18
-------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
============================================================================
Changes in RPM Fusion (Fedora - free) 17:
buildsys-build-rpmfusion-17-27
------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:17-27
- rebuild for kernel 3.6.6-1.fc17
ndiswrapper-kmod-1.57-2.fc17.34
-------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-2.34
- Rebuilt for updated kernel
openafs-kmod-1.6.1-4.fc17.4
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-4.4
- Rebuilt for updated kernel
staging-kmod-3.6.1-1.fc17.5
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.6.1-1.5
- Rebuilt for updated kernel
VirtualBox-kmod-4.2.4-3.fc17
----------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-3
- Bump for akmod - rfbz#2563
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-2.2
- Rebuilt for updated kernel
* Thu Nov 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-2.1
- Rebuilt for updated kernel
* Sun Oct 28 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
- New upstream release.
* Tue Oct 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.0-1.5
- Rebuilt for updated kernel
* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.0-1.4
- Rebuilt for updated kernel
* Thu Oct 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.0-1.3
- Rebuilt for updated kernel
* Mon Oct 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.0-1.2
- Rebuilt for updated kernel
west-chamber-kmod-0.0.1-7.20101017svn.fc17.37
---------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.37
- Rebuilt for updated kernel
xtables-addons-kmod-1.46-1.fc17.6
---------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.46-1.6
- Rebuilt for updated kernel
============================================================================
Changes in RPM Fusion (Fedora - free) testing/17:
ffmpegthumbs-4.9.2-1.fc17
-------------------------
* Thu Nov 08 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.2-1
- 4.9.2
z-push-2.0.5-1.fc17
-------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
============================================================================
Changes in RPM Fusion (Fedora - free) 16:
buildsys-build-rpmfusion-16-57
------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:16-57
- rebuild for kernel 3.6.6-1.fc16
ndiswrapper-kmod-1.57-3.fc16.24
-------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-3.24
- Rebuilt for updated kernel
openafs-kmod-1.6.1-4.fc16.2
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-4.2
- Rebuilt for updated kernel
staging-kmod-3.6.1-1.fc16.4
---------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.6.1-1.4
- Rebuilt for updated kernel
VirtualBox-kmod-4.2.4-3.fc16
----------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-3
- Bump for akmod - rfbz#2563
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-2.2
- Rebuilt for updated kernel
* Thu Nov 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.4-2.1
- Rebuilt for updated kernel
west-chamber-kmod-0.0.1-7.20101017svn.fc16.54
---------------------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.54
- Rebuilt for updated kernel
xtables-addons-kmod-1.46-1.fc16.5
---------------------------------
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.46-1.5
- Rebuilt for updated kernel
============================================================================
Changes in RPM Fusion (Fedora - free) testing/16:
z-push-2.0.5-1.fc16
-------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
============================================================================
Changes in RPM Fusion (Fedora - free) development:
ffmpegthumbs-4.9.3-1.fc19
-------------------------
* Thu Nov 08 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.3-1
- 4.9.3
gmediafinder-1.0.4-5.203ab96.fc19
---------------------------------
* Thu Nov 01 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-5.203ab96
- rebuild for new git version
* Wed Oct 31 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-4.302a1a0
- added pyshared as separate %dir
- added %gitrev in %changelog revision
* Tue Oct 30 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-3
- corrected scriptlets
* Mon Oct 29 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-2
- corrected URL
* Sun Oct 28 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.4-1
- new release
- added git revision in numbering
- corrected path in file section
- added runtime Requirement hicolor-icon-theme
- added Instructions for checking out the sources
- added %desktop-file-validate
- shortened description
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-2
- added gnome-icon-theme and pywebkitgtk as requirement
* Fri Oct 19 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.3-1
- corrected download command for gmediafinder sources
- removed desktop patch
- changed %desktopdir to %datadir in file section
- added Build Requirement intltool
- rebuild for new release
* Sat Oct 13 2012 Martin Gansser <linux4martin(a)gmx.de> 1.0.1-1
- initial rebuild for Fedora 18
openafs-1.6.1-8.fc19
--------------------
* Thu Nov 08 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-8
- Implement a directory for sourced post init scripts. These
fine tune the AFS client's behavior after startup and live in
/etc/openafs/posthooks.d/
* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
- Fine tune the systemd version of /etc/sysconfig/openafs
to use -fakestat and have some options settable by the user.
qmmp-plugins-freeworld-0.6.4-1.fc19
-----------------------------------
* Tue Nov 06 2012 Karel Volný <kvolny(a)redhat.com> 0.6.4-1
- version bump
* Mon Jul 30 2012 Karel Volný <kvolny(a)redhat.com> 0.6.3-1
- version bump
z-push-2.0.5-1.fc19
-------------------
* Thu Nov 08 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5
* Sun Nov 04 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.4-1
- Upgrade to 2.0.4
* Wed Oct 31 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.13-1
- Upgrade to 1.5.13
* Sun Aug 26 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.12-1
- Upgrade to 1.5.12
* Sat Jun 30 2012 Robert Scheck <robert(a)fedoraproject.org> 1.5.11-1
- Upgrade to 1.5.11
12 years, 1 month
spotify: bundling and license issues.
by Alec Leamas
Im considering to package the Spotify client [1]: This is a binary
without sources aimed for the nonfree section. Two issues are not
immediately clear to me:
-Package has a frightening attachment of included licenses [2]. Do I
need to sort out all of these in the License: tag?! Or is there a
loophole to just use "Re-distributable, no changes permitted" , which is
the overall conditions from Spotify?
- To make things work, I need to bundle some old libs (libssl,
libcrypto) since I can't relink the spotify binary blob. Is this OK;
given that these libs are private and not visible to other packages?
Anyone, out there?
--alec
[1] http://community.spotify.com/t5/Desktop-Linux/bd-p/spotifylinux
[2] http://leamas.fedorapeople.org/licenses.xhtml
12 years, 1 month