Commit graph

120 commits

Author SHA1 Message Date
Michael Johnson
f7126ec8c9 - Update to 2007-04-18 snapshot
- OGG is enabled by default now
- Partly fix amd64 support by disabling mem align check code that bombs
  gcc on amd64 [1]. amd64 support still does not build

Partly obtained from:	OpenBSD [1]
2007-04-18 16:14:01 +00:00
Michael Nottebrock
fd2d537db1 FFMPEG's configure script does some artistic stunts with sed, which can
yield unexpected results with some locales, so set LANG=C in CONFIGURE_ENV.
2007-04-18 02:32:36 +00:00
Michael Johnson
e60a1493fd - Fix faad 2.5 runtime
PR:		ports/109379
Reported by:	fenner
2007-04-02 21:19:17 +00:00
Michael Johnson
14a2cdecd4 Update to 2007-03-31 snapshot 2007-04-02 14:06:07 +00:00
Michael Johnson
49869e340c Transfer MAINTAINER to multimedia@ 2007-03-31 05:39:48 +00:00
Mario Sergio Fujikawa Ferreira
eda0d6a41f Give maintainership to Michael Johnson <ahze@FreeBSD.org>. 2007-03-31 03:25:48 +00:00
Stanislav Sedov
09e4e6f119 - Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:	portmgr (marcus) [1],
		Anders Troback <freebsd@troback.com> (maintainer) [2]
2007-03-11 08:51:14 +00:00
Michael Johnson
4f4a7eefb8 Don't try to patch non-existent files
PR:		106618
Submitted by:	ahze
Reported by:	molnarcs@gmail.com
Approved by:	lioux (maintainer time out)
2007-02-11 17:50:14 +00:00
Michael Johnson
ca05a2a27d Fix build with latest x264
Reported and tested by:	Pav
Forgotten by:		ahze
2006-11-13 15:47:05 +00:00
Kris Kennaway
0308399127 Disable bktr on !i386 2006-10-07 19:22:01 +00:00
Kris Kennaway
01840bf3b2 * Fix build with SDL
* Fix build on amd64

Pointy hat to:	lioux
2006-10-07 17:12:14 +00:00
Ion-Mihai Tetcu
c87c16b272 Catch-up with multimedia/x264's libx264 version bump.
Pontyhat to:	ahze
2006-10-04 06:02:01 +00:00
Mario Sergio Fujikawa Ferreira
1124db206b o Fix build: Rollback modification of files/patch-libavcodec_x264.c
o Bump PORTREVISION (Some ARCHs build but should be rebuilt)

PR:		103889
Submitted by:	Hans Nieser <h.nieser@xs4all.nl>
2006-10-03 01:36:30 +00:00
Mario Sergio Fujikawa Ferreira
617018b249 Fix build on 4.x: fix devel/sdl header include
PR:		102431
Submitted by:	Shaun Amott <shaun@FreeBSD.org>
2006-09-25 00:47:40 +00:00
Stanislav Sedov
e74ffecde5 - Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
2006-09-21 08:07:59 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Michael Johnson
37bf7b369f - Fix build with x264
Reported by: many
2006-08-10 10:29:51 +00:00
Michael Johnson
c1d5b98a07 - Chase libver bump in x264 2006-08-09 15:32:45 +00:00
Michael Johnson
8f5c25f837 - Chase x264 libver bump 2006-05-10 11:45:48 +00:00
Marcus Alves Grando
8d9120adf2 - Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
2006-05-07 02:57:34 +00:00
Mario Sergio Fujikawa Ferreira
d52139f9a6 o Update to 2006032300 cvs snapshot made on March 23, 2006
o Properly USE_RC_SUBR directive by poiting it at a rc.d script
  template
o Take care of some problems raised by portlint(1)
2006-03-24 13:53:05 +00:00
Mario Sergio Fujikawa Ferreira
4ac66aaa73 Removed after copy to ffserver.in 2006-03-24 13:52:51 +00:00
Mario Sergio Fujikawa Ferreira
172854a46a Copied from ffserver.sh 2006-03-24 13:52:19 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
John-Mark Gurney
14128ee2c2 fix a couple misspellings... 2006-02-19 05:38:14 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Mario Sergio Fujikawa Ferreira
bf5209249d o gnu configure script: fix shared library number versioning
o Bump PORTREVISION
2005-12-27 05:40:26 +00:00
Mario Sergio Fujikawa Ferreira
36cc86767c Fix typo: incorrect PLIST commit 2005-12-26 20:07:17 +00:00
Mario Sergio Fujikawa Ferreira
3f55e08a26 Update to 2005122600 CVS snapshot 2005-12-26 20:06:35 +00:00
Mario Sergio Fujikawa Ferreira
73306fda25 Fix a small quoting typo
Submitted by:	Sean Bryant <sean@cyberwang.net>
2005-12-16 01:08:18 +00:00
Mario Sergio Fujikawa Ferreira
ed757d5aaf Fix CONFIGURE_ARGS entry typo
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2005-12-14 23:01:33 +00:00
Mario Sergio Fujikawa Ferreira
6fba2e4b6e Fix build on sparc64 ARCH
Submitted by:	pointyhat (kris)
2005-12-11 06:17:18 +00:00
Mario Sergio Fujikawa Ferreira
882cd434b5 1) Update to cvs snapshot 2005120600 by means of a diff to snapshot
2005112800: house the snapshot patch file under MASTER_SITE_LOCAL.
   Currently, ffmpeg cvs snapshot distribution server is down.
2) [1] fixes FFmpeg libavcodec Buffer Overflow Vulnerability advisory:

   http://secunia.com/advisories/17892/

Prompted by:	marcus [2]
2005-12-06 20:06:51 +00:00
Mario Sergio Fujikawa Ferreira
e5e34689bd 1) PLIST change: install ffmpeg's libavutil.pc pkgconfig under
${PREFIX}/libdata/pkgconfig instead of incorrect
   ${PREFIX}/lib/pkgconfig.  This incidently fixes PLIST since
   {PREFIX}/lib/pkgconfig dir can no longer forgotten behind.
2) Safer installion (no complains received regarding this): add
   quotes around file/directory paths inside ffmpeg's Makefile.
   Safety approach.
3) Bump PORTREVISION due to [1]

Submitted by:	pointyhat (kris) [1]
2005-12-04 10:51:30 +00:00
Mario Sergio Fujikawa Ferreira
24e432e264 Remove improper additions to CFLAGS 2005-12-02 00:19:28 +00:00
Mario Sergio Fujikawa Ferreira
4bb41a8ba4 Update to cvs snapshot 2005112800: house the snapshot distinfo under
MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution
server is down.
2005-11-29 03:11:41 +00:00
Mario Sergio Fujikawa Ferreira
b69ccc5a2a Fix build on ${OSVERSION} >= 504100 2005-11-22 02:16:24 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Kris Kennaway
1b404931b8 BROKEN on ia64 and amd64: Does not compile 2005-07-20 23:38:45 +00:00
Mario Sergio Fujikawa Ferreira
9fc2e76ec4 Update to snapshot 20050620 2005-06-20 23:02:09 +00:00
Mario Sergio Fujikawa Ferreira
41a58609bb o Fix PLIST (thanks to tinderbox scripts); thus, removing BROKEN
status
o Fix typo: USE_LINUX is not required
o Update to snapshot 20050619
2005-06-19 17:59:54 +00:00
Kris Kennaway
6789db2273 BROKEN: Incorrect pkg-plist 2005-06-17 15:05:38 +00:00
Mario Sergio Fujikawa Ferreira
6a165e0797 Update to snapshot 20050616 2005-06-17 02:06:15 +00:00
Mario Sergio Fujikawa Ferreira
d793f78914 Update to snapshot 20050612 2005-06-12 20:24:01 +00:00
Mario Sergio Fujikawa Ferreira
ef66a30a77 Update to snapshot 20050610 2005-06-10 10:32:26 +00:00
Mario Sergio Fujikawa Ferreira
7dd47b7679 Update to snapshot 20050609 2005-06-10 01:39:51 +00:00
Mario Sergio Fujikawa Ferreira
6a79fc885a Update to snapshot 20050608 2005-06-08 10:35:58 +00:00
Mario Sergio Fujikawa Ferreira
83d5b351ba I) Update to snapshot 20050607
II) Improve the bktr(4) device grab code [1] in sync with
multimedia/ffmpeg/files/grab_bsdbktr.c revision 1.9
        1) Add support for DragonFly
        2) Use proper castings
        3) Test file descriptors before using them
        4) Improve frame capture
        5) Fix some errors
        6) Clean up the signals on bktr(4) when closing the device
III) Re-enable video capture WITH_VIDEO_CAPTURE due to (II)

Submitted by:	Steve O'Hara-Smith <steve@sohara.org> et al [1]
2005-06-08 02:33:41 +00:00
Mario Sergio Fujikawa Ferreira
085cd61274 Update to 20050605 snapshot 2005-06-06 02:31:51 +00:00
Mario Sergio Fujikawa Ferreira
4cb3160910 Update to 20050604 snapshot 2005-06-04 23:45:11 +00:00