Path to this page:
./
multimedia/libmp4v2,
libmp4v2 from mpeg4ip
Branch: CURRENT,
Version: 1.6.1nb1,
Package name: libmp4v2-1.6.1nb1,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 2af97fc0da6a5c0bcb7b433c6715967487b80e38
RMD160: ee8375d9581cccbbf685f730bb36f3866eaf12f7
Filesize: 6176.063 KB
Version history: (Expand)
- (2007-12-08) Updated to version: libmp4v2-1.6.1nb1
- (2007-11-19) Updated to version: libmp4v2-1.6.1nb1
- (2007-11-17) Updated to version: libmp4v2-1.6.1
- (2007-11-14) Updated to version: libmp4v2-1.6.1
- (2007-02-10) Package added to pkgsrc.se, version libmp4v2-1.5.0.1 (created)
CVS history: (Expand)
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-12-04 16:07:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid finding nasm.
|
| 2007-11-27 22:24:33 by Matthias Drochner | Files touched by this commit (1) |
Log message:
set OVERRIDE_DIRDEPTH because there are config.{guess,sub} files
deep within the hierarchy (not used by the build),
from Rumko per mail to pkgsrc-users
|
| 2007-11-19 10:48:43 by Dieter Baron | Files touched by this commit (3) |
Log message:
Add define of new type to mpeg4ip.h replacement.
Bump revision, since depending packages failed to compile.
|
2007-11-14 19:44:46 by Matthias Drochner | Files touched by this commit (4) |  |
Log message:
update to 1.6.1; this is the last release because the author changed
jobs; the release contains final fixes and cleanup
(The original distfile is corrupt, and the author appearently not able
to fix it, so we fetch a repackaged version from FreeBSD.)
|
| 2007-07-01 17:47:54 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
| 2007-02-23 14:55:17 by Matthias Drochner | Files touched by this commit (2) |
Log message:
include <stdint.h> explicitely to get uint16_t (on NetBSD/sys/types.h
defines these, but on Linux it does not)
should fix build problem reported by Lieven De Keyzer in pkgsrc-users
|
| 2007-02-16 01:56:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Proxy-commit for drochner@:
The bootstrap script checks too much and isn't useful -- just don't use it.
|