[ATrpms-devel] vlc

Axel Thimm Axel.Thimm at ATrpms.net
Sun Feb 25 15:00:14 CET 2007


On Sun, Feb 25, 2007 at 09:35:45AM -0300, Paulo Cavalcanti wrote:
> Hi, Axel
> 
> could you please check if "vlc" builds in ATrpms now?
> 
> 
> http://people.atrpms.net/~pcavalcanti/srpms/vlc-0.8.6a-11.fc6.lcg.src.rpm
> 
> Try using these options:
> 
> --without daap --without dvbpsi --without mad --without mpeg2dec --without
> twolame --without vcd

If you use --without mad then the following breaks:

        %{!?_without_mad:--enable-mad} \

because it will by default try to build with mad. E.g. you need
something like

        %{!?_without_mad:--enable-mad}%{?_without_mad:--disable-mad} \

or even just

        %{?_without_mad:--disable-mad} \

Since ATrpms does carry mad, I simply dropped the --without mad. I'll
let you know whether something else is missing.

> I think these missing packages are not essential anyway.
> There is an option "vcdx" which does not use vcdimager anymore,
> and libdvdplay has been replaced by libdvdnav.
> 
> It would be really nice if we could have our own version of vlc for all
> platforms.

For RHEL you need several dependencies, for example RHEL4:

                        Depends: libcddb-devel but it is not installable
                        Depends: libtar-devel but it is not installable
                        Depends: libupnp-devel but it is not installable
                        Depends: libcaca-devel but it is not installable
                        Depends: libcdio-devel but it is not installable
                        Depends: libgoom2-devel but it is not installable
                        Depends: libmatroska-devel but it is not installable
                        Depends: libmodplug-devel but it is not installable
                        Depends: libmpcdec-devel but it is not installable
                        Depends: libshout-devel but it is not installable
                        Depends: openslp-devel but it is not installable
                        Depends: wxGTK-devel (>= 2.4.2) but it is not installable

-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070225/3ac441c2/attachment.bin 


More information about the atrpms-devel mailing list