summaryrefslogtreecommitdiff
path: root/audio/libshout/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23Update libshout to 2.4.1.wiz1-3/+5
Set LICENSE. Fix installed pkg-config file. Remove unnecessary includes from bl3.mk. Enable speex support. libshout 2.4.1 (20151120) * Fixed issue with missing file in distribution libshout 2.4.0 (20151111) * Audio only WebM support. * Protocol level meta data support improved. Some API calls got replaced and marked as obsolete. * Code hardened. * Fixed overlinking. * Removed Debian packaging. * TLS support (RFC2818 and RFC2817, mode can be autodetected). * Improved HTTP protocol: * Set Host:-header (vhosting), * Check for server capabilities. * Basic support for RoarAudio protocol.
2013-10-22update to 2.3.1drochner1-2/+2
changes: added support for WebM streams, Opus approved by The Maintainer
2012-09-11"user-destdir" is default these daysasau1-3/+1
2009-08-04Needs pkg-config, otherwise it will not install the pc file.joerg1-1/+2
2009-07-30update to 2.2.2drochner1-3/+2
changes: bugfixes pkgsrc change: enable pkg-config again, so that the .pc file gets installed (didn't find a pkg which depends on the old shout-config script) from Guillaume Lasmayous per PR pkg/41468
2008-07-14Mark as destdir ready.joerg1-1/+3
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-28Upgrade to libshout 2.1, from Juan RP (xtraeme@) in private mail.kim1-4/+4
Bug fixes, no API changes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-02-14bl3ify and explicitly disable finding/using pkg-config so that thejlam1-5/+7
shout-config script is generated and installed.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-12'libshout' allows applications to easily communicate and broadcast tokim1-0/+20
an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details.