cvsextras request
by Michel Salim
Hi,
I've been a Fedora package maintainer for quite some time
(https://admin.fedoraproject.org/pkgdb/users/packages/), and currently
maintain Vagalume for Livna/RPMfusion (I do not have commit rights for
Livna, since Vagalume was reviewed just a couple of months ago, close
to the transition to RPMfusion).
I've set up my RPMfusion account, already have a Bugzilla account,
signed the CLA and requested membership in packagers and bugs. Could
one of the administrators approve my group membership?
(note that the owners list does not list the email I use for Bugzilla,
michel.sylvan(a)gmail.com, as I was using my fedoraproject.org email for
the changelog entries. The package was initially intended for
inclusion in Fedora, but while it does not contain any infringing
code, it is useless without an MP3 plugin for Gstreamer and so would
not have worked out of the box)
Thanks,
--
Michel Salim
http://hircus.jaiku.com/
16 years
cvs.rpmfusion.org not working for me (ssh keys?)
by Rex Dieter
I've been fighting trying to get access to cvs.rpmfusion.org the past 2
days, without luck. Maybe I'm doing something fundamentally wrong.
I import my public keys into fas, then follow instructions on
http://rpmfusion.org/Contributors#head-014c352d2815a61a3a0583acc3819fc50b...
and alter my ~/.ssh/config to use the proper private key. I tried both
using the same key I use for fedora, as well as generate a separate
rpmfusion-only key. Neither seems to work. I only get:
$ echo $CVSROOT
:ext:rdieter@cvs.rpmfusion.org:/cvs
$ echo $CVS_RSH
ssh
$ cvs co free
Permission denied (publickey,gssapi-with-mic).
cvs [checkout aborted]: end of file from server (consult above messages
if any)
??
-- Rex
16 years, 1 month
SELinux and execheap
by Andrea Musuruane
Hi all,
As you main know, I maintain e-uae in RPM Fusion. Unluckily it
requires an executable heap and SELinux complains about this.
Therefore I try to tell SELinux that this program is OK to require an
executable heap and not to worry about. I read that changing the
context of the executable to unconfined_execmem_exec_t should be
enough.
This is the scriptlet I tried to make, but it doesn't work.
%post
[...]
semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/uae
>/dev/null 2>&1 || :
restorecon -R %{_bindir}/uae
%postun
[...]
if [ "$1" -eq "0" ]; then
semanage fcontext -d -t unconfined_execmem_exec_t %{_bindir}/uae
>/dev/null 2>&1 || :
fi
Any idea what is wrong? A link to proper documentation should be
helpful too. I Googled a lot without finding anything really useful :(
Thanks.
Bye,
Andrea.
16 years, 2 months
PLEASE READ: Import status livna, work from maintainers required
by Thorsten Leemhuis
Hi!
I imported a lot of livna packages over the past week into RPM Fusion's
CVS and tried to build them. A good bunch of packages just built fine
(see below). I'll try to get them into the public repo later.
But there were a lot of problems (see below as well). For a few packages
I was unsure what to import exactly; some others require some smaller
changes which I (for now) wanted to leave up to the maintainers to not
step on peoples toes. Thus:
IMPORTANT: If you
- maintain a package in livna and want to continue maintaining it in RPM
Fusion
- if you want to take over a livna package for RPM Fusion
then *please* take the time now and read this mail to check the status
of your package.
If there are problems with them please help getting them fixed quickly.
Especially if one of your packages is needed by other packages for
building then please help getting the issues solved *as soon as
possible*, otherwise RPM Fusion will get delayer even further and you
create additional work for everyone else, as everything needs to be
maintained in both RPM Fusion and Livna in parallel until RPM Fusion starts.
Reminder: you can search for you email on
http://cvs.rpmfusion.org/viewvc/free/owners/owners.list?view=markup
http://cvs.rpmfusion.org/viewvc/nonfree/owners/owners.list?view=markup
to get a list of packages you own.
So here we go. The below text can also be found in the wiki at
http://rpmfusion.org/LivnaImport ; I'll try to do my best to keep it up
to date.
> = Status =
>
> == devel import ==
>
> === missing deps ===
>
> || # || name || deps missing or problems ||
> || 321 || ushare-freeworld || libdlna (315) ||
> || 306 || dvdstyler || mplayer (479), y4mscaler (476) ||
> || 325 || mythtv || libdvdcss libfame||
> || 327 || mythtv-themes || mythtv||
> || 479 || mplayer || live ||
> || 496 || kmediafactory || mplayer (479), y4mscaler (476) ||
> || -- || devede || mplayer (479) ||
>
> === needswork ===
>
> || # || name || what needs to be done ||
> || -- || akode-extras || no branches created yet ||
> || -- || amarok-extras-freeworld || rename; needed for which branches? ||
> || -- || audacious-plugins-freeworld || rename, provide a meta package that requires all the plugins and obsoletes audacious-plugins-extras from freshrpms ||
> || -- || amrnb || waiting for hans ||
> || -- || amrwb || waiting for hans ||
> || -- || k3b-extras-freeworld || rename; needed for which branches? ||
> || -- || libtunepimp-extras-freeworld || rename; needed for which branches? ||
>
> == build errors ==
>
> === devel ===
>
> || # || name || problem ||
> || 305 || comical || ComicalApp.cpp:63: error: invalid use of incomplete type 'struct wxIcon' ||
> || 309 || gltron || scripting.c:172: error: conflicting types for 'scripting_RunFile'||
> || 311 || gsview || error: syntax error in expression <<br>>error: /builddir/build/SPECS/gsview.spec:21: parseExpressionBoolean returns -1 ||
> || 312 || kplayer || /var/tmp/rpm-tmp.AlljS4: line 29: /etc/profile.d/qt.sh: No such file or directory ||
> || 315 || libdlna || ./configure: line 492: test: =: unary operator expected <<BR>>Checking for libavformat ...<<BR>>Error, can't find libavformat ! ||
> || 319 || subtitleripper || 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej ||
> || 359 || avidemux || ADM_mpeg.cpp:438: error: cast from 'void**' to 'uint32_t' loses precision ||
> || 415 || vdr-muggle || 1 out of 1 hunk FAILED -- saving rejects to file mg_setup.c.rej ||
> || 419 || k9copy || Could not find dvdread ||
> || 429 || vdr-dxr3 || CMake Error: Could not find avcodec ||
> || 462 || qmmp-plugins-freeworld || error: avformat.h: No such file or directory ||
> || 476 || y4mscaler || y4mscaler.C:197: error: 'LOG_INFO' was not declared in this scope ||
> || 494 || gstreamer-plugins-ugly || File not found: /builddir/rpmbuild/BUILDROOT/gstreamer-plugins-ugly-0.10.8-2.fc10.ppc64/usr/lib64/gstreamer-0.10/libgstdvdread.so ||
> || 495 || kino || ../frame.h:51:24: error: avcodec.h: No such file or directory ||
> || 497 || mpd || 1 out of 5 hunks FAILED -- saving rejects to file src/player.c.rej ||
> || 499 || smpeg || 1 out of 1 hunk FAILED ||
> || 518 || streamdvd || streamdvd.c:22:30: error: dvdread/ifo_read.h: No such file or directory ||
> || 522 || compat-python24 || ./Modules/_bsddb.c:4583: error: 'DB_ENV' has no member named 'db_home' ; this blocks the whole zope/plone stack and its deps; those still need to be queued when this was fixed ||
>
> === F9 ===
>
> || # || name || problem ||
> || 420 || k9copy || CMake Error: Could not find avcodec ||
> || 428 || vdr-dxr3 || /usr/bin/ld: cannot find -lavcodec ||
> || 463 || qmmp-plugins-freeworld || error: avformat.h: No such file or directory ||
> || 480 || transcode || odd buildsys issue? ||
> || 490 || vlc || needs live ||
> || 506 || gstreamer-ffmpeg || gstffmpegenc.c:34:28: error: ffmpeg/avcodec.h: No such file or directory ||
> || 508 || gstreamer-plugins-bad || gstdiracenc.cc:431: error: 'struct dirac_encparams_t' has no member named 'prefilter' ||
>
> === F8 ===
>
> || # || name || problem ||
> || 272 || qmc2 || rsync issues on x86 builders; worked fine in F9 and devel ||
> || 421 || k9copy || k9avidecode.h:17:29: error: ffmpeg/avformat.h: No such file or directory ||
> || 429 || vdr-dxr3 || dxr3ffmpeg.h:27:21: error: avcodec.h: No such file or directory ||
> || 441 || xine || file /usr/lib64/liblirc_client.so.0.2.0 conflicts between attempted installs of lirc-libs-0.8.3-1.fc8.ppc64 and lirc-0.8.2-2.fc8.ppc64 ||
> || 464 || qmmp-plugins-freeworld || error: avformat.h: No such file or directory ||
> || 481 || transcode || odd buildsys issue? ||
> || 491 || vlc || needs live ||
> || 507 || gstreamer-ffmpeg || gstffmpegprotocol.c:27:22: error: avformat.h: No such file or directory ||
> || 509 || gstreamer-plugins-bad || gstmpeg2enc.cc:662: error: 'LOG_NONE' was not declared in this scope ||
>
> == Successfully imported to devel ==
>
> (there might be a free dribble packages in the repo; ignore them ;-) )
>
> {{{
> Cg
> a52dec
> amule
> arcem
> autopano-sift-C
> bubbros
> compat-plone
> compat-python24
> compat-python24-elementtree
> compat-python24-feedparser
> compat-python24-imaging
> compat-python24-libxml2
> compat-python24-lxml
> compat-python24-setuptools
> compat-zope
> desmume
> d1x
> doom-shareware
> faac
> faad2
> fakenes
> fceultra
> ffmpeg
> ffmpeg2theora
> foo2zjs
> freetype-freeworld
> gecko-mediaplayer
> gfceu
> gnome-mplayer
> gnuboy
> gpac
> gstreamer-plugins-ffmpeg
> gstreamer-plugins-bad
> jad
> jbigkit
> lame
> lastfm
> lha
> libdca
> libdvbpsi
> libmad
> libmms
> libmpeg2
> libmpeg3
> libquicktime
> megamario
> mjpegtools
> mp3gain
> mpg321
> mpgtx
> normalize
> osmose
> pdflib-lite
> php-pecl-pdflib
> plus4emu
> smplayer
> streamripper
> transcode
> twolame
> ufoai
> ufoai-data
> unrar
> vagalume
> vcdimager
> vdr-burn
> vdr-dxr3
> vdr-mp3
> vdr-remote
> vdrsync
> vlc
> x264
> xrick
> xine
> xmms-mp3
> xroar
> xv
> xvidcore
> zsnes
> }}}
Again: If one of your packages is in above list and made troublem then
please help getting them fixed. If you need help or have trouble
accessing CVS or buildsys please ask here or in #rpmfusion on freenode. tia!
CU
knurd
16 years, 2 months
rpmfusion based spin
by Rahul Sundaram
Hi,
I have been keep a tab on rpmfusion progress by reading the archives and
it seems the repository is getting reading for launch soon. Congrats
on that.
My primary interest here at the moment is creating a spin based on
rpmfusion and Fedora which Thorsten Leemhuis mentioned as desirable in
one of his earlier mails to this list.
So before I put in some effort, a few questions:
* Is this seen as a worthwhile effort by rpmfusion contributors?
* My primary effort would be around a live cd based on the desktop
live cd from Fedora but I would like to hear your thoughts on other
variants as well.
* What should the package content be? Should both rpmfusion-free and
rpmfusion-nonfree repository installed by default? What are the
important packages you want to see included? Keep in mind that in the
live cd atleast, we would have to drop some existing packages to
accommodate new ones.
* What do you want to call the spin as? My idea was that the spin name
should be different the repository name to avoid confusion and unique
identify what we are talking about easily. Does freefusion sound good?
Any other feedback is welcome as well. Finally, it would also be useful
I can get some hosting space to upload content as we test the spins.
Thanks.
Rahul
16 years, 2 months
RPM Fusion for EL/EPEL 5
by Thorsten Leemhuis
Hi all!
More and more people talk to me and ask "when will RPM Fusion for
EL/EPEL 5 start". As a big junk of the livna import is now done I might
over the next few weeks slowly start to do the same work for EPEL. But I
need to know which of the package owners actually is willing to maintain
their packages in RPM Fusion's EL-branch.
So if you want to maintain all or some of you packages for EL drop me a
line please. Then I'll create branches for them sooner or later and help
with the initial build round just like I do for Fedora now.
You are a Fedora/EPEL packager and interested in RPM Fusion for EL/EPEL
as well but don't own packages in RPM Fusion (or dribble / frehsrpms /
livna) yet? Then drop me a line -- some of the current RPM Fusion
packagers won't be intersted in EPEL, so we need to find owners for
their packages in RPM Fusions EL-branch. There are likely some deps for
RPM Fusions packages that are still missing in EPEL -- so the more hands
that can help with that the better.
Cu
knurd
16 years, 2 months
xine-lib-extras-(freeworld/nonfree)
by Rex Dieter
There's a pending fedora xine-lib-1.1.15 security update all ready, and
I've been trying to get cooredinated -extras-* builds done for
livna/rpmfusion. livna's svn seems to be offline, and I've queue'd
builds for rpmfusion, but it's repo seems not to be available/ready yet.
Seems I may well have to issue the fedora update, with the caveat that
these 3rd-party repos will eventually catch up.
Any advice/suggestions?
-- Rex
16 years, 2 months