Changeset 110 for libmad-dummy

Show
Ignore:
Timestamp:
05/11/07 23:10:09 (19 months ago)
Author:
free
Message:

DebPool? has now its own SVN repo on Alioth

Location:
libmad-dummy/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • libmad-dummy/trunk/debian/changelog

    r97 r110  
     1libmad-dummy (0.15.1b-1.64studio3) unstable; urgency=low 
     2 
     3  * Replaced the original package description. 
     4 
     5 -- Free Ekanayaka <freee@debian.org>  Fri, 11 May 2007 19:04:28 +0200 
     6 
     7libmad-dummy (0.15.1b-1.64studio2) unstable; urgency=low 
     8 
     9  * Fixed errors in alsaplayer 
     10 
     11 -- Free Ekanayaka <freee@debian.org>  Wed,  9 May 2007 16:51:38 +0200 
     12 
    113libmad-dummy (0.15.1b-1.64studio1) unstable; urgency=low 
    214 
  • libmad-dummy/trunk/debian/control

    r44 r110  
    1111Section: libs 
    1212Depends: ${shlibs:Depends} 
    13 Description: MPEG audio decoder library 
    14  MAD is an MPEG audio decoder. It currently only supports the MPEG 1 
    15  standard, but fully implements all three audio layers (Layer I, Layer II, 
    16  and Layer III, the latter often colloquially known as MP3.) 
    17  . 
    18  MAD has the following special features: 
    19    - 100% fixed-point (integer) computation 
    20    - completely new implementation based on the ISO/IEC 11172-3 standard 
    21    - distributed under the terms of the GNU General Public License (GPL) 
     13Description: Dummy libmad replacement 
     14 This is a dummy libmad library, built specifically for 64 Studio. Due 
     15 to pantent issues it's not possible for 64 Studio to ship the original 
     16 libmad library, so if you need the original library please install the 
     17 version in Debian instead. 
  • libmad-dummy/trunk/mad.h

    r26 r110  
    2525# endif 
    2626 
    27 # define FPM_INTEL 
     27# define FPM_DEFAULT 
    2828 
    2929 
    3030 
    3131# define SIZEOF_INT 4 
    32 # define SIZEOF_LONG 4 
     32# define SIZEOF_LONG 8 
    3333# define SIZEOF_LONG_LONG 8 
    3434