2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
14 # Copyright 2020 Andreas Wacknitz
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 3.100
23 COMPONENT_SUMMARY
= LAME is a high quality MPEG Audio Layer III
(MP3
) encoder licensed under the LGPL
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e
27 COMPONENT_ARCHIVE_URL
= https
://downloads.sourceforge.net
/sourceforge
/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= https
://lame.sourceforge.io
/
29 COMPONENT_LICENSE
= LGPLv2
30 COMPONENT_LICENSE_FILE
= COPYING
31 COMPONENT_CLASSIFICATION
= System
/Media
32 COMPONENT_FMRI
= audio
/lame
34 include $(WS_MAKE_RULES
)/common.mk
36 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
37 CONFIGURE_OPTIONS
+= --with-fileio
=sndfile
38 CONFIGURE_OPTIONS
+= --enable-shared
39 CONFIGURE_OPTIONS
+= --disable-rpath
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= library
/libsndfile
43 REQUIRED_PACKAGES
+= library
/ncurses
44 REQUIRED_PACKAGES
+= system
/library
45 REQUIRED_PACKAGES
+= system
/library
/math