# # DSM for LAME 3.100 sources. # Written by Juan Manuel Guerrero 2022-10-21 # Product compiled using gcc346b, bnu2351b and djdev206. # dsm-file-version: 1.0 dsm-name: lme3100s dsm-version: 0.6.1 type: sources dsm-author: Juan Manuel Guerrero dsm-author-email: juan.guerrero@gmx.de name: lame version: 3.100 release 1 manifest: lme3100s libraries-dsm: lme3100a binaries-dsm: lme3100b documentation-dsm: lme3100d short-description: Sources for LAME version 3.100. long-description: LAME is a high quality MP3 encoder library and program. license: GNU LGPL # author. author: The LAME Project author-email: http://lame.sf.net # maintainer. maintainer: The LAME Project maintainer-email: http://lame.sf.net # For reporting bugs. mailing-list: https://sourceforge.net/p/lame/mailman/lame-dev/ # The home page of LAME. web-site: https://lame.sourceforge.io/ # The ftp site of LAME. ftp-site: https://sourceforge.net/projects/lame/files/lame/ # For discussing DJGPP- and DOS/Windows-specific aspects. mailing-list: djgpp@delorie.com newsgroup: comp.os.msdos.djgpp porter: Juan Manuel Guerrero porter-email: juan.guerrero@gmx.de simtelnet-path: v2tk/ zip: lme3100s.zip changelog: contrib/lame-3.100/ChangeLog post-install-readme: contrib/lame-3.100/NEWS post-install-readme: contrib/lame-3.100/README post-install-readme: contrib/lame-3.100/djgpp/README # These are required to configure LAME: requires: bash requires: fileutils requires: sh-utils requires: sed requires: gawk requires: grep requires: mktemp >= 1.7 release 3 # These are required to build LAME: requires: DPMI 0.9 requires: gcc requires: binutils requires: djdev >= 2.05 requires: texinfo >= 4.0d requires: make >= 3.75 requires: bash >= 4.2.53 release 1 replaces: lame < 3.100 release 1 # DJGPP v2.05 or later is need, because any # previous version is no longer supported. depends-on: djdev >= 2.05 # For GNU install and GNU mkdir, to run "make install". # Also, for "make clean" and for "make check": depends-on: fileutils # Also, for "make check": depends-on: diffutils depends-on: m4 # For GNU Bash and GNU `echo', to run "make install". depends-on: bash depends-on: sh-utils # For producing the info page and running install-info: depends-on: texinfo >= 4.0d # For producing the formatted man page: depends-on: groff # For producing printed docs: depends-on: web2c depends-on: dvips depends-on: dvilj # For the testsuite: depends-on: gawk # For NLS support. # For generating the .gmo files: depends-on: gettext >= 0.20.1 release 1 # For recoding the .gmo files from unix to dos charset: depends-on: libiconv >= 1.16 release 1 # For Unicode strings support. requires: libunistring >= 0.9.10 release 1