Marcel Telka
2023-09-20 63e728e37aa598f03c6ea802961d9ee58b3ca2ef
twolame: update to 0.4.0; drop 32-bit binaries

2 files added
3 files modified
106 ■■■■ changed files
components/multimedia/twolame/Makefile 26 ●●●●● patch | view | raw | blame | history
components/multimedia/twolame/manifests/sample-manifest.p5m 60 ●●●●● patch | view | raw | blame | history
components/multimedia/twolame/pkg5 1 ●●●● patch | view | raw | blame | history
components/multimedia/twolame/test/results-all.master 8 ●●●●● patch | view | raw | blame | history
components/multimedia/twolame/twolame.p5m 11 ●●●● patch | view | raw | blame | history
components/multimedia/twolame/Makefile
@@ -13,35 +13,41 @@
# Copyright 2015 Alexander Pyhalov
#
BUILD_BITS= 64_and_32
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= twolame
COMPONENT_VERSION= 0.3.13
COMPONENT_REVISION=2
COMPONENT_SUMMARY= twolame MP3 Encoder
COMPONENT_VERSION= 0.4.0
COMPONENT_SUMMARY= Optimised MPEG Audio Layer 2 (MP2) encoder
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a
  sha256:cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d
COMPONENT_ARCHIVE_URL= \
  http://tenet.dl.sourceforge.net/project/twolame/twolame/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://www.twolame.org/
COMPONENT_LICENSE = LGPLv2.1
COMPONENT_LICENSE = LGPL-2.1-only
COMPONENT_LICENSE_FILE = COPYING
COMPONENT_CLASSIFICATION = System/Multimedia Libraries
COMPONENT_FMRI = audio/twolame
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/configure.mk
include $(WS_TOP)/make-rules/ips.mk
USE_DEFAULT_TEST_TRANSFORMS = yes
include $(WS_TOP)/make-rules/common.mk
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --enable-shared
CONFIGURE_OPTIONS += --disable-static
build: $(BUILD_32_and_64)
# Drop 32-bit binaries
COMPONENT_POST_INSTALL_ACTION += $(RM) -r $(PROTOUSRBINDIR32) ;
# Install html documentation
COMPONENT_POST_INSTALL_ACTION += $(INSTALL) -d $(PROTOUSRSHAREDOCDIR)/twolame/html ;
COMPONENT_POST_INSTALL_ACTION += $(INSTALL) $(SOURCE_DIR)/doc/html/* $(PROTOUSRSHAREDOCDIR)/twolame/html ;
COMPONENT_POST_INSTALL_ACTION += $(RM) $(PROTOUSRSHAREDOCDIR)/twolame/html/{Doxyfile,Makefile}.* ;
install: $(INSTALL_32_and_64)
# We need to run tests in clean environment
COMPONENT_TEST_ENV_CMD = $(ENV) -
# Auto-generated dependencies
REQUIRED_PACKAGES += library/libsndfile
components/multimedia/twolame/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,60 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/twolame
file path=usr/include/twolame.h
link path=usr/lib/$(MACH64)/libtwolame.so target=libtwolame.so.0.0.0
link path=usr/lib/$(MACH64)/libtwolame.so.0 target=libtwolame.so.0.0.0
file path=usr/lib/$(MACH64)/libtwolame.so.0.0.0
file path=usr/lib/$(MACH64)/pkgconfig/twolame.pc
link path=usr/lib/libtwolame.so target=libtwolame.so.0.0.0
link path=usr/lib/libtwolame.so.0 target=libtwolame.so.0.0.0
file path=usr/lib/libtwolame.so.0.0.0
file path=usr/lib/pkgconfig/twolame.pc
file path=usr/share/doc/twolame/AUTHORS
file path=usr/share/doc/twolame/COPYING
file path=usr/share/doc/twolame/NEWS
file path=usr/share/doc/twolame/README
file path=usr/share/doc/twolame/api.txt
file path=usr/share/doc/twolame/html/api.html
file path=usr/share/doc/twolame/html/authors.html
file path=usr/share/doc/twolame/html/doxygen.css
file path=usr/share/doc/twolame/html/doxygen.png
file path=usr/share/doc/twolame/html/index.html
file path=usr/share/doc/twolame/html/nav_f.png
file path=usr/share/doc/twolame/html/nav_h.png
file path=usr/share/doc/twolame/html/news.html
file path=usr/share/doc/twolame/html/psycho.html
file path=usr/share/doc/twolame/html/readme.html
file path=usr/share/doc/twolame/html/tabs.css
file path=usr/share/doc/twolame/html/twolame-manpage.css
file path=usr/share/doc/twolame/html/twolame.1.html
file path=usr/share/doc/twolame/html/twolame.css
file path=usr/share/doc/twolame/html/twolame_8h.html
file path=usr/share/doc/twolame/html/twolame_8h_source.html
file path=usr/share/doc/twolame/html/vbr.html
file path=usr/share/doc/twolame/psycho.txt
file path=usr/share/doc/twolame/vbr.txt
file path=usr/share/man/man1/twolame.1
components/multimedia/twolame/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "library/libsndfile",
        "system/library",
        "system/library/math"
components/multimedia/twolame/test/results-all.master
New file
@@ -0,0 +1,8 @@
PASS: test.pl
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
components/multimedia/twolame/twolame.p5m
@@ -14,6 +14,7 @@
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,9 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
<transform file path=usr/share/doc/.* ->  default facet.doc true>
file path=usr/bin/$(MACH64)/twolame
file path=usr/bin/twolame
file path=usr/include/twolame.h
link path=usr/lib/$(MACH64)/libtwolame.so target=libtwolame.so.0.0.0
@@ -35,19 +33,22 @@
link path=usr/lib/libtwolame.so.0 target=libtwolame.so.0.0.0
file path=usr/lib/libtwolame.so.0.0.0
file path=usr/lib/pkgconfig/twolame.pc
file path=usr/share/doc/twolame/AUTHORS
file path=usr/share/doc/twolame/COPYING
file path=usr/share/doc/twolame/NEWS
file path=usr/share/doc/twolame/README
file path=usr/share/doc/twolame/api.txt
file path=usr/share/doc/twolame/html/api.html
file path=usr/share/doc/twolame/html/authors.html
file path=usr/share/doc/twolame/html/changelog.html
file path=usr/share/doc/twolame/html/doxygen.css
file path=usr/share/doc/twolame/html/doxygen.png
file path=usr/share/doc/twolame/html/index.html
file path=usr/share/doc/twolame/html/nav_f.png
file path=usr/share/doc/twolame/html/nav_h.png
file path=usr/share/doc/twolame/html/news.html
file path=usr/share/doc/twolame/html/psycho.html
file path=usr/share/doc/twolame/html/readme.html
file path=usr/share/doc/twolame/html/tabs.css
file path=usr/share/doc/twolame/html/todo.html
file path=usr/share/doc/twolame/html/twolame-manpage.css
file path=usr/share/doc/twolame/html/twolame.1.html
file path=usr/share/doc/twolame/html/twolame.css