1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

283 Commits

Author SHA1 Message Date
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Thierry Thomas
f8cfface7c . Update to 1.1.20131223
. This addresses multiple mplayer + mencoder problems:
- Wrong aspect ratio in certain (old) h264 files
  (Thanks Carl + Reimar for fixing this upstream)
- Proper handling of RTCPU. Fixes ports/184937 and ports/153776
- Remove explicit cat pkg_messag. Fixes ports/184945
- Dependency registration on screensaver works now. Fixes ports/177721

PR:		ports/185142
Submitted by:	Thomas Zander (maintainer)
2013-12-24 17:26:22 +00:00
Thierry Thomas
b43152157f Fix a problem with the control applet and playbar.
Submitted by:	bar
Approved by:	maintainer
2013-12-16 20:45:37 +00:00
Thierry Thomas
919c3bd721 Fix libdv entry.
Reported by:	Ivan Klymenko <fidaj (at) ukr (dot) net>
2013-12-15 21:54:19 +00:00
Thierry Thomas
975b6ff93b - Update to 1.1.20131109
- Stagify

Note: options have been modified, please review your config!

PR:		ports/184407
Submitted by:	Thomas Zander (maintainer)
2013-12-15 18:50:51 +00:00
Thierry Thomas
00be22f3cc - Stagify;
- it seems that we can now use the targets supplied by upstream,
so that the port installs now as intended and like on the
other platforms;

- switch to shared libraries, so that we shall be able to apply
minor upgrades without rebuilding its consumers;

- chase this upgrade in mplayer and vlc.

PR:		ports/184035
Submitted by:	/me
2013-12-01 21:58:15 +00:00
Tijl Coosemans
58d30ed8fc Fix build on i386 with clang.
Some inline asm requires 7 registers but only 6 are available because
clang assumes the stack is 4-byte aligned and there's a local variable
that requires 16-byte alignment so the stack has to be realigned which
requires one register to be used as frame pointer.

PR:		ports/180564
Submitted by:	dt71@gmx.com
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-10-18 07:45:48 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Alex Kozlov
97e5e7dc3d - Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by:	portmgr (bapt)
2013-09-20 10:54:22 +00:00
Baptiste Daroussin
77aed62c7d Add an explicit dependency on pkgconf 2013-09-02 20:51:40 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
39efaf1646 - Fix accidental breakage 2013-08-14 22:52:44 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
6c9e1c4e6f Remove non default options on arts
Reported by:	mat
2013-07-26 23:31:35 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Christian Weisgerber
bf57e0090a Also disable the use of SSE4/SSE4.2/AVX instructions when using the
old toolchain.  Fixes the build on 8.4 i386.

Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-03-29 15:20:53 +00:00
Christian Weisgerber
71ed9f76bb Update mplayer and mencoder to a recent snapshot. Major changes:
- Reduce the number of dependencies (use internal ffmpeg whenever possible)
  in mplayer
- Do not build with clang on i386
- Use new options framework

PR:		177083
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-03-23 15:45:25 +00:00
Alex Kozlov
6a3e10552a - Fix build with clang [1]
- Convert Makefile headers to new style

PR:	ports/171707 [1]
Submitted by:	anonymous <anonymous@gmail.com>
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-02-13 10:39:13 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Greg Larkin
113d2ba83e - Fixed OS detection on freebsd-ppc [1]
- Fixed ppc assembly language build error in embedded ffmpeg (tested on
  committer's Mac G4)

PR:		ports/172416
Submitted by:	michael copeland <michael@kryptos-security.com>
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-01-18 20:52:49 +00:00
Juergen Lock
d89b327207 - Only default to clang on amd64 and when /usr/bin/clang exists.
- Set CPP= clang-cpp in that case too.
- Fix windows codecs dir configure arg.
- Bump PORTREVISIONs.

PR:		ports/171249
Submitted by:	"Herbert J. Skuhra" <h.skuhra@gmail.com>
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-09-04 20:56:27 +00:00
Juergen Lock
022132c330 Update to 2012-07-21 snapshot.
PR:		ports/170735
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-09-01 14:13:10 +00:00
Pawel Pekala
e4890d9eb9 Don't link to audio/libbs2b
PR:		ports/169689
Reported by:	myself
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-07-11 15:07:50 +00:00
Dirk Meyer
0bcce91f3e - fix build with giflib 2012-06-06 16:02:35 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Michael Scheidell
0260448577 - Fix h264 regression in mplayer/mencoder from ffmpeg
- Bump PORTREVISION on master and slave to force rebuild

PR:		ports/167485
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-05-03 00:13:16 +00:00
Michael Scheidell
bffe7f9063 - Update mplayer and memcoder to 2012-03-22 shapshot
- Supersedes ports/164943

PR:		ports/166946
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-04-17 18:50:38 +00:00
Ruslan Makhmatkhanov
d906850592 - update to 0.2.2
- chase shlib bump in dependent ports
- bump PORTREVISION for xbmc and xbmc-pvr

Please note that this commit isn't actually feature safe, because it bumps
portrevision for two (not that small) ports. But it fixes the breakage, reported
in PR, and, as side effect, raises library version.

PR:		165449
Reported by:    Justin <freebsd.users at gmail dot com>
Submitted by:	Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Feature safe:	yes
2012-03-22 06:52:34 +00:00
Ruslan Makhmatkhanov
667ed6ab6c - update libbluray to 0.2.1
PR:		163721 [based on]
Submitted by:	Kurt Jaeger <fbsd-ports at opsec dot eu>
Approved by:    maintainer (timeout; 1 month+)
2012-02-24 05:17:10 +00:00
Dirk Meyer
871680aa5d - move dependency to giflib
PR:		165235
2012-02-18 19:04:46 +00:00
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
David Thiel
874629c3a1 Fix build by chasing libvpx bump. 2012-02-16 20:17:31 +00:00
Dmitry Marakasov
e1feca74ec - Add option for enca charset detection
- Fix v4l support

PR:		164639
Submitted by:	"Marat N.Afanasyev" <amarat@ksu.ru>
Fix by:		Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-02-10 23:26:29 +00:00
Michael Scheidell
d1e19975c6 - Fix build if OSVERSION < 802502
- Update MASTER_SITES

PR:		ports/164580
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> maintainer
Approved by:	gabor (mentor)
2012-02-02 08:42:05 +00:00
Martin Matuska
1a193f8a71 Update multimedia/schroedinger to 1.0.11 2012-01-25 10:11:48 +00:00
Tilman Keskinoz
719264f183 Chase libcdio shlib bump 2012-01-18 17:36:27 +00:00
Emanuel Haupt
0dd26a3a8b Explicit link against /usr/lib/libncurses.so instead of using -lncurses to
prevent a conflict with devel/ncurses.

PR:		164244
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (solution)
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2012-01-18 10:52:56 +00:00
Michael Scheidell
dbadfe7b3a - Update to 1.0.r20111218
PR:		ports/163969
Submitted by:	thomas.e.zander@googlemail.com (maintainer)
Approved by:	gabor (mentor)
----------------------------------------------------------------------
2012-01-15 22:31:53 +00:00
Chris Rees
16e23b379f - As discussed with maintainer, disable linking to external faad.
- While here, add $FreeBSD$ to other Makefiles

PR:		ports/158501
Submitted by:	David Demelier <demelier.david@gmail.com>
Reviewed by:	Thomas Zander <riggs@rrr.de> (maintainer), naddy
Approved by:	Thomas Zander <riggs@rrr.de> (maintainer)
2011-08-21 08:11:55 +00:00
Rene Ladan
6fc4d28358 Fix build with clang: in contrast to lang/clang, the one from base adds
"FreeBSD" in front of it which broke the detection of the compiler name.
If the operating system name is added, use the second word as the compiler
name.

PR:		ports/159250
Submitted by:	Test Rat (ttsestt gmail.com)
Approved by:	maintainer (in private mail)
2011-08-09 06:39:25 +00:00
Brendan Fabeny
07b6aa4bc8 Enable libass by default; do not silently override user-specified
libass option; disable enca autodetection when libass is disabled;
bump portrevision

Approved by:	Thomas Zander (maintainer)
2011-08-01 03:40:31 +00:00
Mario Sergio Fujikawa Ferreira
472f73f0c0 o Fix build when multimedia/libass is already installed when one
tries to build multimedia/mplayer

  * Add option 'ASS "Enable ASS/SSA subtitle rendering"' with default
    off
    - However, override user decision to on if multimedia/libass
    is already installed: mplayer does not uphold configure options
    disabling dependency on external port.

  * Do not bump PORTREVISION since nothing has really changed for
  users who didn't have multimedia/libass on their systems

PR:		ports/159021
Approved by:	maintainer
2011-07-20 02:52:34 +00:00
Martin Wilke
d13a684481 - set USE_NCURSES
PR:		157098
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Approved by:	maintainer
2011-06-26 05:07:09 +00:00
Dennis Herrmann
45426e571f - Forget to commit in ports/156086
Submitted by:	maintainer
2011-04-03 15:24:04 +00:00
Dennis Herrmann
d44c8a67e3 - Update mplayer and mencoder to the latest snapshots.
PR:		ports/156086
Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2011-04-01 11:09:36 +00:00
Emanuel Haupt
1dd7e6eb8e Fix typo introduced by the previous commit.
Notified by:	N.J. Mann <njm@njm.me.uk>
2011-03-03 09:29:37 +00:00
Emanuel Haupt
803472b1ac Add optional multimedia/libbluray support
PR:		154939
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2011-03-02 21:48:01 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

	http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:	portmgr (miwi) [2]
Thanks to:	Warren Block <wblock@wonkity.com> for testing [1]
2011-02-26 22:11:54 +00:00
Mikhail Teterin
7e10f0c8b7 Fix build for the case, when WITH_LIBRTMP is defined.
Approved by:	maintainer's mail-server rejects mail as "spam"
Feature safe:	yes
2011-02-09 06:01:50 +00:00