Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: atrpms: devel

New vlc available

 

 

atrpms devel RSS feed   Index | Next | Previous | View Threaded


promac at gmail

May 22, 2008, 3:54 PM

Post #1 of 6 (1318 views)
Permalink
New vlc available

Hi, Axel


http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.8.6g-26.fc8.src.rpm


Please, don't forget that for F9 it should be used

--with xulrunner

Thanks.

--
Paulo Roma Cavalcanti
LCG - UFRJ


Axel.Thimm at ATrpms

Dec 20, 2008, 10:42 AM

Post #2 of 6 (949 views)
Permalink
Re: new vlc available [In reply to]

Hi,

On Sun, Dec 14, 2008 at 09:43:17PM -0200, Paulo Cavalcanti wrote:
> http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm

Thanks, it doesn't seem to build here, I get:

libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSYS_LINUX -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DHAVE_RELEASE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=portaudio -DMODULE_NAME_IS_portaudio -DMODULE_STRING=\"portaudio\" -O3 -ffast-math -funroll-loops -mtune=athlon64 -fomit-frame-pointer -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libportaudio_plugin_la-portaudio.lo -MD -MP -MF .deps/libportaudio_plugin_la-portaudio.Tpo -c portaudio.c -fPIC -DPIC -o .libs/libportaudio_plugin_la-portaudio.o
portaudio.c:68: error: expected specifier-qualifier-list before 'PaDeviceIndex'
portaudio.c:125: warning: type defaults to 'int' in declaration of 'PaStreamCallbackTimeInfo'
portaudio.c:125: error: expected ';', ',' or ')' before '*' token
portaudio.c: In function 'Open':
portaudio.c:188: error: 'struct aout_sys_t' has no member named 'i_device_id'
portaudio.c:172: warning: unused variable 'i_err'
portaudio.c: In function 'PAOpenDevice':
portaudio.c:349: error: 'aout_sys_t' has no member named 'i_devices'
portaudio.c:349: warning: implicit declaration of function 'Pa_GetDeviceCount'
portaudio.c:350: error: 'aout_sys_t' has no member named 'i_devices'

--
Axel.Thimm at ATrpms.net


promac at gmail

Dec 20, 2008, 10:59 AM

Post #3 of 6 (957 views)
Permalink
Re: new vlc available [In reply to]

On Sat, Dec 20, 2008 at 4:42 PM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:

> Hi,
>
> On Sun, Dec 14, 2008 at 09:43:17PM -0200, Paulo Cavalcanti wrote:
> > http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
>
> Thanks, it doesn't seem to build here, I get:
>
> libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
> -I../../include -I../../include -DSYS_LINUX -D_FILE_OFFSET_BITS=64
> -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE
> -DHAVE_RELEASE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=portaudio
> -DMODULE_NAME_IS_portaudio -DMODULE_STRING=\"portaudio\" -O3 -ffast-math
> -funroll-loops -mtune=athlon64 -fomit-frame-pointer -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -Wextra -Wsign-compare
> -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings
> -Wmissing-prototypes -Wvolatile-register-var -MT
> libportaudio_plugin_la-portaudio.lo -MD -MP -MF
> .deps/libportaudio_plugin_la-portaudio.Tpo -c portaudio.c -fPIC -DPIC -o
> .libs/libportaudio_plugin_la-portaudio.o
> portaudio.c:68: error: expected specifier-qualifier-list before
> 'PaDeviceIndex'
> portaudio.c:125: warning: type defaults to 'int' in declaration of
> 'PaStreamCallbackTimeInfo'
> portaudio.c:125: error: expected ';', ',' or ')' before '*' token
> portaudio.c: In function 'Open':
> portaudio.c:188: error: 'struct aout_sys_t' has no member named
> 'i_device_id'
> portaudio.c:172: warning: unused variable 'i_err'
> portaudio.c: In function 'PAOpenDevice':
> portaudio.c:349: error: 'aout_sys_t' has no member named 'i_devices'
> portaudio.c:349: warning: implicit declaration of function
> 'Pa_GetDeviceCount'
> portaudio.c:350: error: 'aout_sys_t' has no member named 'i_devices'
>
>
I am using

[cascavel:~/RPMS104/atrpms] qrpm portaudio
portaudio-19-5.fc8.x86_64
portaudio-devel-19-5.fc8.x86_64

from Fedora.

You should be using portaudio-18, right?
Why do you still need portaudio-18?

You can try buinding using

--without portaudio

or let Fedora's get in:

%{!?_without_portaudio:BuildRequires: portaudio-devel >= 19, nas-devel}

changing the spec file.

What do you think?

--
Paulo Roma Cavalcanti
LCG - UFRJ


Axel.Thimm at ATrpms

Dec 20, 2008, 12:51 PM

Post #4 of 6 (954 views)
Permalink
Re: new vlc available [In reply to]

Hi,

On Sat, Dec 20, 2008 at 04:59:25PM -0200, Paulo Cavalcanti wrote:
> On Sat, Dec 20, 2008 at 4:42 PM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:
> > On Sun, Dec 14, 2008 at 09:43:17PM -0200, Paulo Cavalcanti wrote:
> > > http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
> >
> > Thanks, it doesn't seem to build here, I get:

> I am using
>
> [cascavel:~/RPMS104/atrpms] qrpm portaudio
> portaudio-19-5.fc8.x86_64
> portaudio-devel-19-5.fc8.x86_64
>
> from Fedora.
>
> You should be using portaudio-18, right?
> Why do you still need portaudio-18?

I don't think I used portaudio-18, the buildsystem picks the highest
evr, so it picked the version in Fedora.
--
Axel.Thimm at ATrpms.net


promac at gmail

Dec 20, 2008, 1:49 PM

Post #5 of 6 (949 views)
Permalink
Re: new vlc available [In reply to]

On Sat, Dec 20, 2008 at 6:51 PM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:

> Hi,
>
> On Sat, Dec 20, 2008 at 04:59:25PM -0200, Paulo Cavalcanti wrote:
> > On Sat, Dec 20, 2008 at 4:42 PM, Axel Thimm <Axel.Thimm [at] atrpms>
> wrote:
> > > On Sun, Dec 14, 2008 at 09:43:17PM -0200, Paulo Cavalcanti wrote:
> > > >
> http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
> <http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
> > >
> > > Thanks, it doesn't seem to build here, I get:
>
> > I am using
> >
> > [cascavel:~/RPMS104/atrpms] qrpm portaudio
> > portaudio-19-5.fc8.x86_64
> > portaudio-devel-19-5.fc8.x86_64
> >
> > from Fedora.
> >
> > You should be using portaudio-18, right?
> > Why do you still need portaudio-18?
>
> I don't think I used portaudio-18, the buildsystem picks the highest
> evr, so it picked the version in Fedora.
>

Axel,

I have no other explanation. The spec file is the same of the previous
version.
Can you check in the log, which version has been installed?

I have just rebuilt it with mock, and had no problem at all....


--
Paulo Roma Cavalcanti
LCG - UFRJ


Axel.Thimm at ATrpms

Dec 20, 2008, 2:22 PM

Post #6 of 6 (947 views)
Permalink
Re: new vlc available [In reply to]

On Sat, Dec 20, 2008 at 07:49:02PM -0200, Paulo Cavalcanti wrote:
> On Sat, Dec 20, 2008 at 6:51 PM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:
>
> > Hi,
> >
> > On Sat, Dec 20, 2008 at 04:59:25PM -0200, Paulo Cavalcanti wrote:
> > > On Sat, Dec 20, 2008 at 4:42 PM, Axel Thimm <Axel.Thimm [at] atrpms>
> > wrote:
> > > > On Sun, Dec 14, 2008 at 09:43:17PM -0200, Paulo Cavalcanti wrote:
> > > > >
> > http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
> > <http://people.atrpms.net/%7Epcavalcanti/srpms/vlc-0.9.8a-34.fc8.src.rpm>
> > > >
> > > > Thanks, it doesn't seem to build here, I get:
> >
> > > I am using
> > >
> > > [cascavel:~/RPMS104/atrpms] qrpm portaudio
> > > portaudio-19-5.fc8.x86_64
> > > portaudio-devel-19-5.fc8.x86_64
> > >
> > > from Fedora.
> > >
> > > You should be using portaudio-18, right?
> > > Why do you still need portaudio-18?
> >
> > I don't think I used portaudio-18, the buildsystem picks the highest
> > evr, so it picked the version in Fedora.
> >
>
> Axel,
>
> I have no other explanation. The spec file is the same of the previous
> version.
> Can you check in the log, which version has been installed?
>
> I have just rebuilt it with mock, and had no problem at all....

I'll rebuild and have all used packages spit out their
version/release, so we can compare.
--
Axel.Thimm at ATrpms.net

atrpms devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.