bbed1ea532
2011-01-17 libmms-0.6.2 release (Hans de Goede <j.w.r.degoede@gmail.com>) ------------------------------------------------------------------------- * Really fix building libmms with mingw, once more thanks to Carlo Bramini * Move a lot of duplicate code between mms and mmsh to a new mms-common-funcs file * Fix several issues in the stream selection code when dealing with mms streams with multiple audio / video streams inside them https://bugs.launchpad.net/libmms/+bug/381782 https://bugs.launchpad.net/libmms/+bug/414892 2011-01-11 libmms-0.6.1 release (Hans de Goede <j.w.r.degoede@gmail.com>) ------------------------------------------------------------------------- * Fix use of this keyword in public headers, patch by Fabian Greffrath http://bugzilla.rpmfusion.org/show_bug.cgi?id=1596 * Add support for getting file creation time patch by Norman Rasmussen https://sourceforge.net/tracker/?func=detail&aid=3072760&group_id=101989&atid=630607 https://bugs.edge.launchpad.net/libmms/+bug/398287 * Fix endianness macros doing unaligned word accesses (this also fixes the strict aliasing warnings): https://sourceforge.net/tracker/?func=detail&aid=3068992&group_id=101989&atid=630609 https://sourceforge.net/tracker/?func=detail&aid=3050812&group_id=101989&atid=630607 * Add support for compiling under mingw and BeOS, patch by Carlo Bramini https://sourceforge.net/tracker/?func=detail&aid=3072635&group_id=101989&atid=630607 https://bugs.launchpad.net/libmms/+bug/339946 * Add support for connecting to mmsh / mmst streams over ipv6, based on a patch by Cristian Morales Vega: https://sourceforge.net/tracker/?func=detail&aid=3051744&group_id=101989&atid=630609 * Fix mmsh infinite loop when stream not avaliable any more, patch by Serge (sf account ttipok): https://sourceforge.net/tracker/?func=detail&aid=3025529&group_id=101989&atid=630609
22 lines
634 B
Makefile
22 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/06/16 21:12:26 wiz Exp $
|
|
|
|
DISTNAME= libmms-0.6.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmms/}
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://sourceforge.net/projects/libmms
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CPPFLAGS.SunOS+= -Du_int64_t=uint64_t -Du_int32_t=uint32_t -Du_int16_t=uint16_t
|
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig/libmms.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|