summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
AgeCommit message (Collapse)AuthorFilesLines
2007-01-12Don't explicitly include x11.b3.mk, it is not needed.joerg1-2/+1
2007-01-05Removed api.mpt from the PLIST, since it has probably never beenrillig5-6/+44
intended to have this file in an installed package. It also conflicted with pkgsrc's manual page handling, since it does not have a well-known file extension.
2006-10-25Make sure the MAX macro is defined. Builds on solaris now.dmcmahill2-1/+19
2006-10-03The "mpeg4ipSDL" library is not build under Mac OS X (by purpose).tron2-3/+11
Adapt the package list accordingly.
2006-07-22Make this build with gcc4.xtraeme2-1/+15
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-06-16gcc4 does not like declarations for "static" functions inside otherrillig2-1/+21
functions. Fixes PR 33743.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-06-08Don't define glib's types (gchar, guchar, etc.) if glib.h is alreadyhira3-2/+18
included. This fixes build of audio/gtkpod with `mpeg4ip' option. Idea from audio/faad2. Bump PKGREVISION.
2006-05-30Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:tron3-9/+9
- Added integration with libsrtp for player and mp4live - Updated for gcc 4.0 - Integrated changes from SDL-1.2.9 - Added support for Quicktime .mov aac audio - Fixed some issues with H.264 hinting. - Fixed some issues with mp4v2 and metadata - Added some atoms for OpenIPMP for mp4v2. - Added some APIs for mp4v2 to access atom properties. - Added wide filenames for mp4v2 for Windows. - Changed RTP library APIs to use unsigned, const when applicable. - Added new RTP library APIs for session creation. - Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player and mp4live. - Smoothed out changes to audio correction in player - Fixed player initialization when media takes a long time. - Fixed playback of mp3 files with id3 tags. - Added some H.264 nerd knobs in mp4live
2006-05-19+= to assign, not +abs1-2/+2
2006-05-19faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriateadrianp1-1/+3
CONFLICTS statement.
2006-05-09Add missing USE_LANGUAGES. Reported and fix tested by smb@.hira1-1/+2
2006-04-28Add DragonFly support. Override all libtool instances.joerg4-2/+44
2006-04-16Fix build when faac is installed. Reported by veego@.wiz2-3/+12
2006-04-12Initial import of mpeg4ip-1.4.1:wiz7-0/+278
The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text. To achieve this we've integrated a number of existing open source packages, and created some original code to fill in the gaps. Please note this project is intended for developers who are interested in standards based audio and video, and Internet streaming. It is not intended for end-users.