1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

354 Commits

Author SHA1 Message Date
Juergen Lock
e1bf909131 Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.
PR:		ports/184614
Submitted by:	kwm (via irc earlier)
2013-12-20 19:55:29 +00:00
William Grzybowski
aeff470790 multimedia/vlc: add missing lib depend for NOTIFY
Reported by:	Ajtim (via email)
2013-12-20 15:03:36 +00:00
William Grzybowski
e03d70af09 multimedia/vlc: update to 2.1.2 2013-12-19 12:53:11 +00:00
Christian Weisgerber
56ba5294e6 Update opus to 1.1, which includes:
* new analysis code and tuning that significantly improves encoding
  quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
  mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
  to 48 kbps,
* and speed improvements on all architectures.

Chase shared library bump.

PR:		184956
2013-12-18 16:04:49 +00:00
William Grzybowski
102f7a3607 multimedia/vlc: add -fPIC fixing build with liveMedia
Reported by:	olgeni
2013-12-11 22:24:01 +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
William Grzybowski
df6e693eea multimedia/vlc: USE_GL only if X11 is enabled
Submitted by:	olgeni
2013-11-30 18:53:41 +00:00
Juergen Lock
ac232488b2 Fix build with LIBSSH2 knob.
Reported by:	hselasky
2013-11-27 23:20:17 +00:00
William Grzybowski
762559d87b multimedia/vlc: update to 2.1.1
Changes: http://www.videolan.org/developers/vlc-branch/NEWS
2013-11-18 11:34:38 +00:00
William Grzybowski
cef2febd81 multimedia/vlc: fix install path for pkg config files
PR:		ports/183846
2013-11-10 19:49:27 +00:00
Juergen Lock
feee863c65 Fix build on 9.2+/i386 by adding -fomit-frame-pointer to the clang
case (which is default on amd64 anyway.)

Submitted by:	beefy1 via pkg-fallout, dim
Tested by:	callumgibson@optusnet.com.au
2013-11-08 22:52:58 +00:00
William Grzybowski
2a8e78d51a multimedia/vlc: fix seek error with OSS 2013-11-04 20:37:23 +00:00
William Grzybowski
6b05da6143 multimedia/vlc: enable OSS
- Enable OSS again (thanks to Rémi Denis-Courmont)
- Add PULSEAUDIO back as an option
2013-11-02 20:20:53 +00:00
William Grzybowski
ad89dbb346 multimedia/vlc: fix typo in MAD option
PR:		ports/183503
2013-10-31 15:23:47 +00:00
William Grzybowski
be45891ea1 multimedia/vlc: disable OSS
- Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760)
- Use pulse audio
- Remove deprecated sqlite feature
2013-10-29 15:55:29 +00:00
William Grzybowski
d0b07f33c7 multimedia/vlc: fix SAMBA option
- SAMBA option never worked before due to wrong feature name and lack of pkg
  config file
- Remove deprecated options

Reported by:	Kevin Oberman
2013-10-28 19:22:31 +00:00
William Grzybowski
b2797ead30 multimedia/vlc: remove extra patches for FreeBSD 8.0
- The oldest supported release is 8.3

Reported by:	tijl
2013-10-28 14:20:17 +00:00
William Grzybowski
c126f664b5 multimedia/vlc: fix schroedinger check and use options helpers
- Fix schroedinger lib check
- Use options helpers
- Remove FreeBSD < 8.x check (deprecated)
- Remove a few options and embed them inside X11
2013-10-28 13:46:19 +00:00
William Grzybowski
2078f2a7ae multimedia/vlc: fix package without pkgng
- Fix package without pkgng

PR:		ports/183356
Submitted by:	mandree
2013-10-27 22:20:43 +00:00
William Grzybowski
ae3b4c10e8 multimedia/vlc: update to 2.1.0
- Update to 2.1.0
- Convert lib depends to new format
- Allow staging
- Remove deprecated PORT_OPTIONS usage
2013-10-26 23:46:09 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
Kubilay Kocak
51bfa6a800 multimedia/x264: Update to 20130827 snapshot
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports

PR:		ports/182484
Submitted by:	mm
Reviewed by:	kwm, bapt
2013-10-07 09:21:13 +00:00
Juergen Lock
95f2e460c7 Bump PORTEPOCH as vlc-2.0.8.a,3 is < vlc-2.0.8,3 .
Submitted by:	erwin, Thomas Mueller <tmueller@sysgo.com>
2013-09-26 16:47:25 +00:00
Juergen Lock
bbd5d65753 Update to 2.0.8a . (bugfix release) 2013-09-25 17:07:49 +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
Juergen Lock
c6a4f22b68 Add LIBSSH2 knob. (default off)
PR:		ports/182166
Submitted by:	pawel
2013-09-17 17:39:21 +00:00
Juergen Lock
1919fab6ad - Update to 2.0.8 .
- Add subtitle, video, and audio track scrolling to VLC's ncurses.c
  module. [1]
- Add GME knob. (audio/libgme dependency) [2]
- Fix build with clang+libc++. [3]

PR:		ports/181596 [1], ports/181909 [3]
Submitted by:	Cam Karnes <karnes.cameron@gmail.com> [1]
Submitted by:	pawel (on -multimedia) [2]
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>, bapt via pb2 [3]
Obtained from:	vlc upstream git [1]
2013-09-09 18:05:40 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +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
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
27047b2c43 - Convert to new perl framework
Approved by:	bapt@ (multimedia@)
2013-08-04 12:49:58 +00:00
Juergen Lock
c9dc366680 Update to 2.0.7 .
Thanks to:	madpilot and Fabian Keil for testing!
2013-07-26 17:40:16 +00:00
Christian Weisgerber
532255a7ae Update to Opus 1.0.3:
* new surround API
* fixes for a few minor glitches during mode switching
* fixes a regression in the FEC code introduced in 1.0.2

Chase libopus bump in dependent ports.
2013-07-15 20:24:59 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Emanuel Haupt
b4db839ab8 Chase textproc/libebml, multimedia/libmatroska update.
Approved by:    multimedia (bapt, kwm)
2013-05-06 23:01:58 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Jason Helfman
b946e6f7a6 - adoption of USES
Approved by:	portmgr (bapt@)
2013-05-01 18:17:36 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Juergen Lock
fd942d6cf3 - Update to 2.0.6 .
- Add SIDPLAY knob (C64 sid demux support)
2013-04-25 19:44:59 +00:00
Martin Wilke
c50850b097 - Chase libmtp shlib bump 2013-03-26 16:13:17 +00:00
Juergen Lock
1242ecb0a2 - Fix mkv playback when built with clang.
- Bump PORTREVISION.

Obtained from:	debian
2013-03-01 22:52:09 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Juergen Lock
b788fc6a12 - Prefer clang on 9.1+ (instead of gcc 4.6+ only on i386.)
- Fix build without V4L option (the multimedia/libdvbpsi dependency is
  no longer optional.)
- No PORTREVISION bump since the resulting package should behave the same.
2013-02-02 20:35:48 +00:00
Juergen Lock
38ac7cbc04 - libportaudio.so.2 is actually a different port than libportaudio.so.0
so in this case specifying the shlib major version in LIB_DEPENDS
  makes sense.
- No PORTREVISION bump as PORTAUDIO isn't a default option.
2013-01-12 19:49:30 +00:00
Juergen Lock
d31c6d5755 Update to 2.0.5 .
Thanx to:	several people on -multimedia for testing and feedback
2012-12-23 20:35:46 +00:00
Christian Weisgerber
6aca43e7f1 Chase audio/opus library bump. 2012-12-10 19:02:10 +00:00
Juergen Lock
e9f66232b1 Add LIRC option (default off.)
Suggested by:	hselasky
Feature safe:	yes
2012-11-28 21:46:10 +00:00