Commit graph

11 commits

Author SHA1 Message Date
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
William Grzybowski
18953f8188 multimedia/ffmpeg0: temporary workaround for opencv issue
PR:		ports/184500
Submitted by:	Lawrence Chen <lchen zen.lhaven.homeip.net>
2013-12-04 22:31:40 +00:00
Jason E. Hale
3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00
Hiroki Sato
42bc4e4802 - Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
2013-10-31 02:03:01 +00:00
Dmitry Marakasov
7124a12af3 - Remove duplicate plist entry
PR:		183461
Submitted by:	amdmi3
Approved by:	wg (maintainer)
2013-10-30 14:05:43 +00:00
William Grzybowski
c90dc2ede9 multimedia/ffmpeg0: update to 0.7.16
- Update to 0.7.16
2013-10-21 12:53:44 +00:00
William Grzybowski
b71656f19e multimedia/ffmpeg0: fix FFSERVER option
- Fix pkg-plist without FFSERVER

Reported by:	izen mail.ru
2013-10-10 20:12:31 +00:00
William Grzybowski
65055c31a8 multimedia/ffmpeg0: fix libpostproc0 pkg config
- Fix libpostproc0 pkg config
2013-10-10 02:04:46 +00:00
William Grzybowski
583f51696e multimedia/ffmpeg0: fix pkg-config lib names
- Fix pkg-config lib names (requirements)
2013-10-08 21:06:26 +00:00
William Grzybowski
22e784c6a6 multimedia/ffmpeg0: remove extra USE_LDCONFIG
- Remove extra USE_LDCONFIG [1]
- Remove PORTDOCS

Spotted by:	bapt [1]
2013-10-08 19:59:38 +00:00
William Grzybowski
54f9d181ed ffmpeg is a hyper fast realtime audio/video encoder, a streaming
server and a generic audio and video file converter.

It can convert a standard video source into several file formats
based on DCT/motion compensation encoding. Sound is compressed in
MPEG audio layer 2 or using an AC3 compatible stream.

What makes ffmpeg interesting ?
- Simple and efficient video encoder: outputs MPEG1, H263, Real
  Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the
  same encoder core.
- Hyper fast MPEG audio layer 2 compression (50 times faster than
  realtime on a K6 500).
[snip -> rest on website below]

ffmpeg is made of two programs:
* ffmpeg: soft VCR which encodes in real time to several formats.
  It can also encode from any supported input file format to any
  input supported format.
* ffserver: high performance live broadcast streaming server based
  on the ffmpeg core encoders.

WWW: http://ffmpeg.mplayerhq.hu/
2013-10-08 19:24:30 +00:00