1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Ganael LAPLANCHE
a6a77bf429 - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
2012-01-17 14:35:18 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Martin Matuska
26cbc33e1b Update x264 to 0.119.2113 2011-12-21 08:48:28 +00:00
Eitan Adler
780e00e70f - update to 1.1.7
Changes:

Update the video stabilization plugins to version 0.80. Speed boost.

PR:		ports/163417
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2011-12-21 01:20:34 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Martin Matuska
3877ad0a33 Update x264 to 0.116.2076 2011-10-10 10:04:07 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Martin Matuska
0c0dda15f1 Update to 0.115.2000 2011-06-23 18:09:46 +00:00
Baptiste Daroussin
a8964fc594 - update mjpegtools to 2.0.0
- chase library bump
2011-06-06 04:31:52 +00:00
Baptiste Daroussin
a63d7250bc Remove run dependency on the expired multimedia/xvid4conf 2011-05-02 06:51:00 +00:00
Greg Lewis
52c58775e0 . Pass a value for mandir in pre-install to prevent it trying to install
man pages in LOCALBASE. Unbreaks the build as non-root.
. Remove MD5 to keep portlint happy.

PR:		153462
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2010-12-27 08:28:05 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Martin Matuska
8746c8ffeb - Update x264 to 0.110.1804 2010-11-30 09:50:47 +00:00
Max Brazhnikov
199a6d9bdb Bump PORTREVISION for libdvdread dependants 2010-09-14 18:58:51 +00:00
Martin Matuska
dfc28b2b23 Update ImageMagick to 6.6.2-10 2010-07-24 19:49:59 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Martin Matuska
165386783b - Update x264 to 20100624 (build 98) 2010-07-24 15:30:17 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00
Martin Wilke
40245408ac - Fix segmentation fault with jpeg
PR:		146311
Submitted by:	Ports Fury
Approved by:	maintainer
2010-05-09 11:22:21 +00:00
Martin Matuska
159cf134b0 - Update x264 to shared library version 85 2010-04-21 12:56:46 +00:00
Martin Matuska
779a04d1f7 - Bump Magick++, MagickWand or MagickCore dependency 2010-03-28 21:41:12 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
3ff05f4318 - Chase mjpegtools shlib bump
Reported by:	Naram Qashat via #bsdports
2010-02-13 17:12:44 +00:00
Martin Wilke
7f5002d381 - Chase multimedia/mjpegtools shlib bump 2010-02-13 08:45:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
f273819f2c - Fix mpeg2 support
PR:		141192
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Reported by:	Sven Gottner
2009-12-09 19:33:11 +00:00
Dmitry Marakasov
bfa2fe2e8f - Update to 1.1.5
PR:		140218
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-11-05 17:55:37 +00:00
Dmitry Marakasov
46b2ed1a56 - Update to 1.1.4
PR:		138123
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-08-26 20:34:42 +00:00
Dmitry Marakasov
5739754692 - Fix build after libtool bump
- While here, remove empty patches

PR:		137410
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-08-04 14:42:01 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Josh Paetzel
f027cc67f8 Update to 1.1.3
Assign new MAINTAINER

PR:	ports/131447
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	itetcu@ (mentor)
2009-07-22 18:01:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Joe Marcus Clarke
7a8d0ac274 Don my seldom-used multimedia hat, and fix the %%LOCALBASE%% substitution
in configure.
2009-06-02 01:09:36 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Robert Noland
c6542427d4 Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2009-02-08 18:45:38 +00:00
Diane Bruce
e0c0a1d11d - Fix multimedia/transcode configure failure locating libavcodec on 6.x [1]
- Add @ in front of LZO REPLACE_CMD to quieten down the build a bit.

PR:		ports/126310
2008-09-01 17:20:14 +00:00
Diane Bruce
b33fd50e92 - Fix build when WITH_LZO is not defined. This disables NuppelVideo import
support which needs lzo.

Reviewed by:	erwin, itetcu
2008-08-15 22:42:37 +00:00
Erwin Lansing
80bd153c3e Mark BROKEN: does not build after the latest ffmpeg update. 2008-08-14 07:59:13 +00:00
Michael Johnson
78f8093bb6 Switch from using lzo to lzo2 to fix build 2008-07-27 16:51:02 +00:00
Michael Johnson
3d1bc92c7e Update to 1.0.6Update to 1.0.6Update to 1.0.6Update to 1.0.6Update to 1.0.6Update to 1.0.6 2008-07-26 21:08:27 +00:00
Martin Wilke
ab1db86b87 - Fix build with new ImageMagick
Approved by:	ahze via irc
2008-04-23 14:34:36 +00:00
Martin Wilke
e9ffa8d8b8 - Fix build when IMAGEMAGICK set is
Submitted by:	cokane
2008-04-22 15:40:48 +00:00
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00