[Bug 4256] New: Review request: aegisub - Tool for creating and modifying subtitles
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256
Bug ID: 4256
Summary: Review request: aegisub - Tool for creating and
modifying subtitles
Product: Package Reviews
Version: Current
Hardware: x86_64
URL: http://www.aegisub.org
OS: GNU/Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: Review Request
Assignee: rpmfusion-package-review(a)rpmfusion.org
Reporter: rebus(a)seznam.cz
CC: rpmfusion-package-review(a)rpmfusion.org
Depends on: 4255
Blocks: 2
SPEC: https://rebus.fedorapeople.org/SPECS/aegisub.spec
SRPM: https://rebus.fedorapeople.org/SRPMS/aegisub-3.2.2-1.fc23.src.rpm
Description:
Aegisub is a free, cross-platform open source tool for creating and
modifying subtitles. Aegisub makes it quick and easy to time
subtitles to audio, and features many powerful tools for styling them,
including a built-in real-time video preview.
Why this package is not eligible to be included in Fedora:
Package depends on ffms2 library, which depends on the ffmpeg.
$ rpmlint aegisub.spec ../SRPMS/aegisub-3.2.2-1.fc23.src.rpm
../RPMS/x86_64/aegisub-3.2.2-1.fc23.x86_64.rpm
aegisub.x86_64: W: no-manual-page-for-binary aegisub-3.2
2 packages and 1 specfiles checked; 0 errors, 1 warnings.
Mention if this is your first RPM Fusion package.
This is not my first package and I am also Fedora packager.
--
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
SSL on download1.rpmfusion.org
by Gaël STEPHAN
Guys,
Warren ( i guess some of you knows him ) pointed to me that the repo rpm
file was downloaded from a http server, not a https one, and well he has
a point. So i'm gonna make a cert on https://letsencrypt.org/ and setup
the https vhost for download1.rpmfusion.org.
I'll let you know when it's ok, so you can change the download link, and
maybe setup a rewrite so all http links become https ones.
If you have any concern or problem with this, please let me know!
Pix
8 years, 1 month
7 leftovers
by Sérgio Basto
Hello,
How are you ? RPM Fusion is back in business ! Congratulations all, now
it leftover some minor adjustments , kwizart may be many things, let me
know, how I should report it and if are quick or long tasks, please.
1. VirtualBox provides libGL.so
rpm -q --provides VirtualBox-guest-additions , got libEGL.so.1 and
libGL.so.1 ,
for IRC "nchauvet: sergiomb, both EGL and GL are replaced, the name of
the path name doesn't count, only the internal soname count (readelf -a
/usr/lib64/VBoxEGL.so |grep SONAME)
nchauvet: for now I can't provide this package, you will need to filter
theses dependencies and make sure they will confict with other libgl
providers (such as nvidia)"
In a vm guest system, we shouldn't install nvidia drives , because it
uses vboxvideo drive .
is enough remove provides of RPM ? using
%global __requires_exclude ^libEGL.so.1
%global __requires_exclude %__requires_exclude|^libGL.so.1
2. new github modules do not update
Here is the list of affected github repos:
qtads
kisslicer
gstreamer1-plugins-bad-nonfree
frobtads
zboy
vdr-weatherforecast
vdr-tvguideng
vdr-mpv
rfpkg-minimal
mp3splt-gtk
mp3splt
lives
libmp3splt
libde265
kodi-platform
girl
game-data-packager
freshplayerplugin
flowblade
devedeng
3 no bugzilla modules in new packages, in search we can extract all
modules
4 add to wiki bugzilla ( http://rpmfusion.org/ReportingBugs )
https://ask.fedoraproject.org/en/question/47794/is-bugzillarpmfusionor
g-safe/?answer=76122#post-id-76122
5 python-vlc, need / may I updated ?
6 update x264 in f23 (and f24) ,
rpmsodiff x264-libs-0.148-5.20160118git5c65704.fc23.x86_64.rpm
/var/lib/mock/fedora-23-x86_64/result/x264-libs-0.148-
7.20160614gita5e06b9.fc23.x86_64.rpm
common sonames:
libx264.so.148 /usr/lib64/libx264.so.148 /usr/lib64/libx264.so.1
48
libx26410b.so.148 /usr/lib64/libx26410b.so.148 /usr/lib64/libx
26410b.so.148
--- x264-libs-0.148-5.20160118git5c65704.fc23/libx264.so.148 2016-
08-01 02:55:13.521971143 +0100
+++ x264-libs-0.148-7.20160614gita5e06b9.fc23/libx264.so.148 2016-
08-01 01:36:53.004771700 +0100
@@ -258,2 +258,3 @@
x264_ratecontrol_summary T
+x264_ratecontrol_zone_init T
x264_rc_analyse_slice T
@@ -280,2 +281,3 @@
x264_sps_init T
+x264_sps_init_reconfigurable T
x264_sps_write T
2 symbols added
T x264_ratecontrol_zone_init
T x264_sps_init_reconfigurable
# template for libx264.so.148 version script
X264_0.148 {
global:
x264_ratecontrol_zone_init;
x264_sps_init_reconfigurable;
};
--- x264-libs-0.148-5.20160118git5c65704.fc23/libx26410b.so.148 2016-
08-01 02:55:13.521971143 +0100
+++ x264-libs-0.148-7.20160614gita5e06b9.fc23/libx26410b.so.148 2016-
08-01 01:36:53.004771700 +0100
@@ -252,2 +252,3 @@
x264_ratecontrol_summary T
+x264_ratecontrol_zone_init T
x264_rc_analyse_slice T
@@ -274,2 +275,3 @@
x264_sps_init T
+x264_sps_init_reconfigurable T
x264_sps_write T
2 symbols added
T x264_ratecontrol_zone_init
T x264_sps_init_reconfigurable
# template for libx26410b.so.148 version script
X264_0.148 {
global:
x264_ratecontrol_zone_init;
x264_sps_init_reconfigurable;
};
vim:ft=diff
7 retirement some more packages
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3996
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3892
--
Sérgio M. B.
8 years, 2 months
Re: [x264] Update to 0.148-20160924-86b7198 version
by Nicolas Chauvet
2016-09-24 5:39 GMT+02:00 Sérgio M. Basto <sergiomb(a)rpmfusion.org>:
> commit 36ac6ae0d5cb72b37ba60a8dc69eae3b147e0935
> Author: Sérgio M. Basto <sergio(a)serjux.com>
> Date: Sat Sep 24 04:31:21 2016 +0100
>
> Update to 0.148-20160924-86b7198 version
> %endif
>
> %changelog
> +* Sat Sep 24 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148.20160924git86b7198-1
> +- Update to 0.148-20160924-86b7198 version
> +- Change versioning of the package in order to have better information, now the
> + package version include date plus git short commit, as result we may reset the
> + release count.
This versionning change violate the packaging guideline.
https://fedoraproject.org/wiki/Packaging:Versioning
I've untagged this build for now.
If you want to enforce dependencies based on snapshot date, please
have a look on live555 instead.
Thx
--
-
Nicolas (kwizart)
8 years, 2 months
[Bug 4222] cAudio-freeworld - MP3 support for cAudio
by RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4222
--- Comment #5 from Ben Rosser <rosser.bjr(a)gmail.com> ---
rfpkg upload looks like it succeeded, but I can't seem to push a commit:
$ git push
FATAL: W any free/cAudio-freeworld tc01 DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
--
You are receiving this mail because:
You are on the CC list for the bug.
8 years, 2 months