[MPlayer-dev-eng] RPM package - features

Gábor Lénárt lgb at lgb.hu
Mon Apr 29 19:35:44 CEST 2002


On Mon, Apr 29, 2002 at 07:03:44PM +0200, Alex Beregszaszi wrote:
> Hi,
> 
> > No, eg Debian contains a package named "xanim-modules" which is only
> > a downloader script with (eg) wget. Once maintainer of that package notices
> > that new xanim modules are released he just release a new package into
> > Debian with greater version number, so people doing upgrade will notice
> > and installer will ask to download the new modules or not.
> Does it supports 3ivX? 
> If not, we should notice him.

hmmm, a piece of that script:

# Mapping from Debian architectures to Mark's
ARCHMAP = { 'powerpc' : 'linuxELFppc',
            'alpha' : 'linuxELFalphaC6',
            'i386' : 'linuxELFx86c6' }

# Mapping of available modules and versions
FILEMAP = { 'powerpc' : ('cvid_2.1', 'cyuv_1.0', 'h261_1.0', 'h263_1.0',
                         'iv32_2.1', 'iv41_1.1', 'iv50_1.0'),
            'alpha' : ('cvid_2.1', 'cyuv_1.0', 'h261_1.0', 'h263_1.1',
                       'iv32_2.1', 'iv41_1.1', 'iv50_1.0'),
            'i386' : ('cvid_2.1', 'cyuv_1.0', 'h261_1.0', 'h263_1.1',
                      'iv32_2.1', 'iv41_1.1', 'iv50_1.0')
            }

# Mapping of modules and their long names
MODNAMES = { 'cvid' : 'Radius Cinepak',
             'cyuv' : 'Creative CYUV',
             'h261' : 'CCITT H.261',
             'h263' : 'CCITT H.263',
             'iv32' : 'Intel Indeo 3.1, 3.2',
             'iv41' : 'Intel Indeo 4.1',
             'iv50' : 'Intel Indeo 5.0' }

- Gábor



More information about the MPlayer-dev-eng mailing list