[ATrpms-devel] povray for f18 and f19

2013-06-15 Thread Kim Bisgaard

Hi Axel,

I have updated povray to RC7 and it compiles at least for f18 and f19, 
but should compile all other places where the old package was successful.


http://people.atrpms.net/~kbisgaard/povray-3.7.0.RC7-1.fc19.src.rpm


Regards,
Kim

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


[ATrpms-devel] YafaRay

2013-06-15 Thread Kim Bisgaard

Hi Axel,

Do you want a package if it is already in Fedora?

yum list YafaRay-blender.x86_64 blender.x86_64
Available Packages
YafaRay-blender.x86_64  0.1.1-8.fc19 fedora
blender.x86_64  1:2.67b-1.fc19   updates-testing

# yum --showduplicates list YafaRay-blender.x86_64 blender.x86_64
YafaRay-blender.x86_640.1.1-6.fc18 fedora
blender.x86_641:2.64a-3.fc18   fedora
blender.x86_641:2.67a-2.fc18   updates
blender.x86_641:2.67b-1.fc18   updates-testing

Regards,
Kim

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] gstreamer-plugins-ugly for f19

2013-06-15 Thread Axel Thimm
Hi,

this fails to build with

  CC libgstamrnb_la-amrnb.lo
/bin/sh ../../libtool --silent --tag=CC --tag=disable-static  --mode=compile 
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libxml2   -I../../gst-libs 
-I../../gst-libs -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libxml2-DG_THREADS_MANDATORY 
-DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -Wall -Wdeclaration-after-statement 
-Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes 
-Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security 
-Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress 
-Waggregate-return -Wno-multichar -Wnested-externs   -g -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4  -m64 -mtune=generic -c -o libgstamrnb_la-amrnb.lo 
`test -f 'amrnb.c' || echo './'`amrnb.c
In file included from amrnb.c:24:0:
amrnbdec.h:25:24: fatal error: interf_dec.h: No such file or directory

on f18/f17 and with a missing PyXML on f19.
(what happend to PyXML in f19???)

On Sun, Jun 02, 2013 at 03:46:15PM +0200, Kim Bisgaard wrote:
> Hi,
> 
> I have looked at gstreamer-plugins-ugly for f19, and gotten it to
> compile by:
> * updating to 0.10.19
> * adding upstream patch for cdio code changes
> * riped out sid
> 
> Axel: Perhaps I should get an account on your ftp-server to upload
> src.rpm's?
> 
> Attached: patch and spec
> 
> Regards,
> Kim

> %define desktop_vendor ATrpms
> 
> %define majorminor   0.10
> %define gstreamergstreamer
> 
> %define gst_minver   0.10.25
> %define gstpb_minver 0.10.25
> 
> Summary: GStreamer streaming media framework "ugly" plug-ins
> Name:gstreamer-plugins-ugly
> Version: 0.10.19
> Release: 15%{?dist}
> License: LGPLv2
> Group:   Applications/Multimedia
> URL: http://gstreamer.freedesktop.org/
> Source0: 
> http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.bz2
> Patch0: gst-plugins-ugly-%{version}.patch
> BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
> BuildRequires: %{gstreamer}-devel >= %{gst_minver}
> BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
> BuildRequires: gettext-devel
> #BuildRequires: libsidplay-devel >= 1.36.0
> BuildRequires: a52dec-devel >= 0.7.3
> BuildRequires: libdvdnav-devel >= 0.1.3
> BuildRequires: libdvdread-devel >= 0.9.0
> BuildRequires: lame-devel >= 3.89
> BuildRequires: libid3tag-devel >= 0.15.0
> BuildRequires: libmad-devel >= 0.15.0
> BuildRequires: twolame-devel
> BuildRequires: mpeg2dec-devel >= 0.4.0
> BuildRequires: opencore-amr-devel
> BuildRequires: liboil-devel
> BuildRequires: libcdio-devel
> BuildRequires: x264-devel
> #BuildRequires: PyXML
> Requires: %{gstreamer} >= %{gst_minver}
> 
> #Provides: gstreamer-sid = %{version}-%{release}
> Provides: gstreamer-lame = %{version}-%{release}
> Provides: gstreamer-mad = %{version}-%{release}
> Provides: gstreamer-a52dec = %{version}-%{release}
> Provides: gstreamer-dvdnav = %{version}-%{release}
> Provides: gstreamer-dvdread = %{version}-%{release}
> Provides: gstreamer-mpeg2dec = %{version}-%{release}
> 
> %description
> GStreamer is a streaming media framework, based on graphs of elements,
> which operate on media data.
> 
> This package contains well-written plug-ins that can't be shipped in
> gstreamer-plugins-good because:
> - the license is not LGPL
> - the license of the library is not LGPL
> - there are possible licensing issues with the code.
> 
> 
> %prep
> %setup -q -n gst-plugins-ugly-%{version}
> # Avoid standard rpaths on lib64 archs
> sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
> %patch -P 0 -p 1
> 
> %build
> %configure \
> --with-package-name='gst-plugins-ugly %{desktop_vendor} rpm' \
> --with-package-origin='http://atrpms.net/' \
> --enable-debug \
> --disable-static
> %{__make} %{?_smp_mflags}
> 
> 
> %install
> %{__rm} -rf %{buildroot}
> %makeinstall
> %find_lang gst-plugins-ugly-%{majorminor}
> 
> # Clean out files that should not be part of the rpm.
> %{__rm} -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
> %{__rm} -f %{buildroot}%{_libdir}/*.la
> 
> 
> %clean
> %{__rm} -rf %{buildroot}
> 
> 
> %files -f gst-plugins-ugly-%{majorminor}.lang
> %defattr(-,root,root,-)
> %doc AUTHORS COPYING README REQUIREMENTS
> %{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
> %{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
> %{_libdir}/gstreamer-%{majorminor}/libgstasf.so
> %{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
> %{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
> %{_libdir}/gstreamer-%{majorminor}/libgstiec958.so
> %{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
> %{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
> %{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
> %{_libdir}/gstreamer-

Re: [ATrpms-devel] YafaRay

2013-06-15 Thread Axel Thimm
Hi,

On Sat, Jun 15, 2013 at 01:31:47PM +0200, Kim Bisgaard wrote:
> Hi Axel,
> 
> Do you want a package if it is already in Fedora?

everything that adds value to the people pulling the packages is
OK. If it is breaking something, then not, of course.

More concrete on the yafaray bits: These are all from Paulo, and I
forget what the history was, but I think he had a hard time getting
the packages with upstream (Fedora) to import/work properly.

> yum list YafaRay-blender.x86_64 blender.x86_64
> Available Packages
> YafaRay-blender.x86_64  0.1.1-8.fc19 fedora
> blender.x86_64  1:2.67b-1.fc19   updates-testing
> 
> # yum --showduplicates list YafaRay-blender.x86_64 blender.x86_64
> YafaRay-blender.x86_640.1.1-6.fc18 fedora
> blender.x86_641:2.64a-3.fc18   fedora
> blender.x86_641:2.67a-2.fc18   updates
> blender.x86_641:2.67b-1.fc18   updates-testing
> 
> Regards,
> Kim
> 
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> 

-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] gstreamer-plugins-ugly for f19

2013-06-15 Thread Kim Bisgaard

Hi Axel,

On 15-06-2013 15:03, Axel Thimm wrote:

Hi,

this fails to build with

   CC libgstamrnb_la-amrnb.lo
/bin/sh ../../libtool --silent --tag=CC --tag=disable-static  --mode=compile 
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libxml2   -I../../gst-libs 
-I../../gst-libs -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/libxml2-DG_THREADS_MANDATORY 
-DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -Wall -Wdeclaration-after-statement 
-Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes 
-Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security 
-Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress 
-Waggregate-return -Wno-multichar -Wnested-externs   -g -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4  -m64 -mtune=generic -c -o libgstamrnb_la-amrnb.lo 
`test -f 'amrnb.c' || echo './'`amrnb.c
In file included from amrnb.c:24:0:
amrnbdec.h:25:24: fatal error: interf_dec.h: No such file or directory


Yes as I wrote in a follow-up mail:


I have looked at gstreamer-plugins-ugly for f19, and gotten it to
compile by:
* updating to 0.10.19
* adding upstream patch for cdio code changes
* riped out sid


Forgot to tell that I needed to symlink all opencore-amr include files to 
/usr/include I can remember having reverted to that before - are they installed 
in an unusual path on fedora?




on f18/f17 and with a missing PyXML on f19.
(what happend to PyXML in f19???)


If you do not know - neither do I. I removed the build-depend on PyXML - 
could not see it being used anywhere.




On Sun, Jun 02, 2013 at 03:46:15PM +0200, Kim Bisgaard wrote:

Hi,

I have looked at gstreamer-plugins-ugly for f19, and gotten it to
compile by:
* updating to 0.10.19
* adding upstream patch for cdio code changes
* riped out sid



Regards,
Kim

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


[ATrpms-devel] avidemux

2013-06-15 Thread Kim Bisgaard

Hi Axel,

Looked at avidemux (avidemux-2.5.6-30.src.rpm) and it compiled fine on 
both f18 and f19 :-) didn't do a thing.


It is a bit old, so perhaps I will try to upgrade to version 2.6.4 later 
in the weekend.


Regards,
Kim

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] avidemux

2013-06-15 Thread Axel Thimm
Hi,

On Sat, Jun 15, 2013 at 03:56:37PM +0200, Kim Bisgaard wrote:
> Hi Axel,
> 
> Looked at avidemux (avidemux-2.5.6-30.src.rpm) and it compiled fine
> on both f18 and f19 :-) didn't do a thing.

It should had failed - the specfile requires

BuildRequires:  /bin/arch

which now lives under /usr/bin. Maybe the symlinks of existing
packages save the day, but in a clean chroot it doesn't pull in the
right packages.

A solution would be to not use file provides, but packages provides. I
used file provides because the package name changed from util-linux to
coreutils, but perhaps all supported distros for avidemux are just
on coreutils by now.

> It is a bit old, so perhaps I will try to upgrade to version 2.6.4
> later in the weekend.

That sounds great, I'll hold off from rebuilding the older one in case
you do upload a fresher version, thanks!!
-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel