pkgsrc/net/libmms/Makefile
wiz 7b71c49d97 Update to 0.6.4:
2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Fix a possible heap memory overrun in get_answer().
  Reported by Alex Chapman.

2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Some changes for more recent automake versions
* Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara
  http://sourceforge.net/p/libmms/patches/11/
* Fix several issues that prevented seeking from working, patch by John Lindgren
  http://sourceforge.net/p/libmms/patches/12/
* Remove dependency on iconv
  https://sourceforge.net/p/libmms/bugs/15/
* Fix connecting to certain mms streams, patch by gstblub
  http://sourceforge.net/p/libmms/bugs/13/
2014-04-17 11:15:09 +00:00

21 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/04/17 11:15:09 wiz Exp $
DISTNAME= libmms-0.6.4
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/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"