./net/libmms, Library for parsing mms:// and mmsh:// type network streams

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.4, Package name: libmms-0.6.4, Maintainer: jfranz

LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols)
parsing library, licensed under LGPL.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 347.868 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2019-06-22 13:52:32 by Nia Alarie | Files touched by this commit (9)
Log message:
Use https for sourceforge project links.
   2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748)
Log message:
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-04-17 13:15:09 by Thomas Klausner | Files touched by this commit (3)
Log message:
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/
   2013-07-13 11:28:25 by OBATA Akio | Files touched by this commit (2)
Log message:
try to fix build for the case missing AI_ADDRCONFIG (NetBSD-5).
   2013-06-16 23:12:26 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.6.2:

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
   2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.