[Bug 3251] Review request: vdr-xineliboutput - xine-lib based software output device for VDR

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251

--- Comment #16 from MartinKG  2014-05-27 20:39:49 CEST ---
@Antonio

i get the following rpmlint warings when making a fedora-review for rawhide
with:
fedora-review -m fedora-rawhide-x86_64-rpmfusion_free -n vdr-xineliboutput

Warnings:

vdr-xineliboutput-plugin.x86_64: W: dangling-symlink
/usr/lib64/vdr/libxineliboutput-fbfe.so.2.0.6
/usr/lib64/vdr/libxineliboutput-fbfe.so.2.0.6-cvs
vdr-xineliboutput-plugin.x86_64: W: dangling-symlink
/usr/lib64/vdr/libxineliboutput-sxfe.so.2.0.6
/usr/lib64/vdr/libxineliboutput-sxfe.so.2.0.6-cvs

I don't if this be can 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.


[Bug 118] Review Request: cinelerra-cv - Advanced audio and video capturing, compositing, and editing

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=118

--- Comment #42 from Sérgio Basto  2014-05-27 18:54:27 CEST 
---
RPM: http://www.serjux.com/cinelerra-cv/SOURCES/cinelerra-cv.spec
SPEC:
http://www.serjux.com/cinelerra-cv/SOURCES/cinelerra-cv-2.2.1-0.5.20140525gitef4fddb.fc20.src.rpm

added:  
Patch5: cinelerra-cv-ffmpeg_api2.2.patch
Patch6: cinelerra-cv-ffmpeg2.0.patch

Update to git HEAD ef4fddb and build with external ffmpeg. 
I think we don't have blockers anymore. 

if you want install or update in your system , you may do: 

yum --tmprepo=http://www.serjux.com/cinelerra-cv/i386/repodata/repomd.xml 
--nogpg update

or 
yum --tmprepo=http://www.serjux.com/cinelerra-cv/x86_64/repodata/repomd.xml
--nogpg install cinelerra-cv

-- 
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.

[Bug 3251] Review request: vdr-xineliboutput - xine-lib based software output device for VDR

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251

--- Comment #15 from MartinKG  2014-05-27 16:29:17 CEST ---
Spec URL:
https://www.dropbox.com/s/wjqwbfwuttzey5m/vdr-xineliboutput.spec

SRPM URL:
https://www.dropbox.com/s/kknhezesq1yfhd5/vdr-xineliboutput-1.1.0-6.cvs20140429.fc20.src.rpm

%changelog
* Tue May 27 2014 Martin Gansser  -
1.1.0-6.cvs20140429
- removed hardcoded ffmpeg CFLAGS option from configure
- added FFMPEG_CFLAGS build flag
- corrected link to xineplugins because of rpmlint warning W:
dangling-relative-symlink

-- 
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.


[Bug 2150] Review request: geom - SALOME Geometry Module

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2150

--- Comment #29 from Richard  2014-05-27 16:07:55 CEST ---
Now that OCE is in Fedora I assume this bug can be closed?

-- 
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.


[Bug 3251] Review request: vdr-xineliboutput - xine-lib based software output device for VDR

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251

--- Comment #14 from Antonio Trande  2014-05-27 15:42:35 
CEST ---
(In reply to comment #12)
> (In reply to Nicolas Chauvet from comment #11)
> > (In reply to comment #10)
> > > (In reply to Antonio Trande from comment #9)
> > > > - Please, use  CFLAGS="-I%{includedir}/ffmpeg" \
> > Please don't harcode the ffmpeg cflags. You need to use pkgconfig and pass 
> > the
> > FFMPEG_CFLAGS as needed when building the code using it.
> 
> i don't know if this is the correct command, i where should i place this ?
> 
> # FFMPEG_CFLAGS=`pkg-config --cflags libavcodec libavdevice libavfilter
> libavformat libavutil libpostproc libswscale`
> # echo $FFMPEG_CFLAGS
> -I/usr/include/ffmpeg

1. Try

...
%prep
%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}

./configure \
--enable-x11 \
--enable-fb \
--enable-vdr \
--enable-libxine  \
--debug \
%if !%{have_bluray}
--disable-libbluray \
%endif
VDRDIR=%{vdr_plugindir} \
VDRINCDIR=%{_includedir} \
LOCALEDIR=./locale \
DESTDIR=%{buildroot} \
LIBDIR=%{_libdir} \
XINELIBOUTPUT_FB=1 \
XINELIBOUTPUT_X11=1 \
XINELIBOUTPUT_VDRPLUGIN=1 \
XINELIBOUTPUT_XINEPLUGIN=1

%build
FFMPEG_CFLAGS="$FFMPEG_CFLAGS $(${cross_prefix}pkg-config --cflags libavformat
libavcodec libswscale libavutil)"
export=FFMPEG_CFLAGS 
make CFLAGS="%{optflags} -fPIC $FFMPEG_CFLAGS" CXXFLAGS="%{optflags} -fPIC
$FFMPEG_CFLAGS" %{?_smp_mflags} all

2. About the warnings

vdr-xineliboutput-plugin.x86_64: W: dangling-relative-symlink
/usr/lib64/vdr/libxineliboutput-fbfe.so.2.0.6
libxineliboutput-fbfe.so.2.0.6-cvs
vdr-xineliboutput-plugin.x86_64: W: dangling-relative-symlink
/usr/lib64/vdr/libxineliboutput-sxfe.so.2.0.6
libxineliboutput-sxfe.so.2.0.6-cvs

Symbolic links seem wrong
-rwxr-xr-x. 1 sagitter sagitter 565304 May 26 20:09
libvdr-xineliboutput.so.2.0.6
-rwxr-xr-x. 1 sagitter sagitter  73520 May 26 20:09
libxineliboutput-fbfe.so.2.0.0-cvs
lrwxrwxrwx. 1 sagitter sagitter 34 May 26 20:09
libxineliboutput-fbfe.so.2.0.6 -> libxineliboutput-fbfe.so.2.0.6-cvs
-rwxr-xr-x. 1 sagitter sagitter 122968 May 26 20:09
libxineliboutput-sxfe.so.2.0.0-cvs
lrwxrwxrwx. 1 sagitter sagitter 34 May 26 20:09
libxineliboutput-sxfe.so.2.0.6 -> libxineliboutput-sxfe.so.2.0.6-cvs

-- 
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.


[Bug 3251] Review request: vdr-xineliboutput - xine-lib based software output device for VDR

2014-05-27 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251

--- Comment #13 from MartinKG  2014-05-27 15:08:22 CEST ---
@Nicolas,

I think the additional option CFLAGS can be ignoredd because the configure
script autodetect the ffmpeg include path.

Checking for pkg-config libavutil ... adding -lavutil to LIBS_AVUTIL
adding -I/usr/include/ffmpeg to CFLAGS_AVUTIL

comlete mock build.log
https://www.dropbox.com/s/p0bzieafa2mv99u/build.log

what is your opinon ?

-- 
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.