| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=342735
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/186452 [1]
PR: ports/185848 [2]
PR: ports/186413 [3]
Submitted by: madpilot [1]
Submitted by: Ferenc Gal <gferenc88@gmail.com> [2]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [3]
Notes:
svn path=/head/; revision=342613
|
|
|
|
|
|
|
| |
- Bump dependent ports' revisions
Notes:
svn path=/head/; revision=342392
|
|
|
|
|
|
|
|
|
| |
PR: ports/185031
Submitted by: Anton Sayetsky
Sponsored by: Absolight
Notes:
svn path=/head/; revision=341382
|
|
|
|
|
|
|
|
| |
PR: ports/184614
Submitted by: kwm (via irc earlier)
Notes:
svn path=/head/; revision=337086
|
|
|
|
|
|
|
| |
Reported by: Ajtim (via email)
Notes:
svn path=/head/; revision=337023
|
|
|
|
| |
Notes:
svn path=/head/; revision=336896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=336843
|
|
|
|
|
|
|
| |
Reported by: olgeni
Notes:
svn path=/head/; revision=336233
|
|
|
|
| |
Notes:
svn path=/head/; revision=336053
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=335446
|
|
|
|
|
|
|
| |
Submitted by: olgeni
Notes:
svn path=/head/; revision=335336
|
|
|
|
|
|
|
| |
Reported by: hselasky
Notes:
svn path=/head/; revision=335073
|
|
|
|
|
|
|
| |
Changes: http://www.videolan.org/developers/vlc-branch/NEWS
Notes:
svn path=/head/; revision=334173
|
|
|
|
|
|
|
| |
PR: ports/183846
Notes:
svn path=/head/; revision=333434
|
|
|
|
|
|
|
|
|
|
| |
case (which is default on amd64 anyway.)
Submitted by: beefy1 via pkg-fallout, dim
Tested by: callumgibson@optusnet.com.au
Notes:
svn path=/head/; revision=333267
|
|
|
|
| |
Notes:
svn path=/head/; revision=332777
|
|
|
|
|
|
|
|
| |
- Enable OSS again (thanks to Rémi Denis-Courmont)
- Add PULSEAUDIO back as an option
Notes:
svn path=/head/; revision=332541
|
|
|
|
|
|
|
| |
PR: ports/183503
Notes:
svn path=/head/; revision=332254
|
|
|
|
|
|
|
|
|
| |
- Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760)
- Use pulse audio
- Remove deprecated sqlite feature
Notes:
svn path=/head/; revision=331964
|
|
|
|
|
|
|
|
|
|
|
| |
- SAMBA option never worked before due to wrong feature name and lack of pkg
config file
- Remove deprecated options
Reported by: Kevin Oberman
Notes:
svn path=/head/; revision=331892
|
|
|
|
|
|
|
|
|
| |
- The oldest supported release is 8.3
Reported by: tijl
Notes:
svn path=/head/; revision=331859
|
|
|
|
|
|
|
|
|
|
| |
- Fix schroedinger lib check
- Use options helpers
- Remove FreeBSD < 8.x check (deprecated)
- Remove a few options and embed them inside X11
Notes:
svn path=/head/; revision=331855
|
|
|
|
|
|
|
|
|
|
| |
- Fix package without pkgng
PR: ports/183356
Submitted by: mandree
Notes:
svn path=/head/; revision=331809
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.1.0
- Convert lib depends to new format
- Allow staging
- Remove deprecated PORT_OPTIONS usage
Notes:
svn path=/head/; revision=331741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331270
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=329667
|
|
|
|
|
|
|
| |
Submitted by: erwin, Thomas Mueller <tmueller@sysgo.com>
Notes:
svn path=/head/; revision=328387
|
|
|
|
| |
Notes:
svn path=/head/; revision=328300
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
| |
PR: ports/182166
Submitted by: pawel
Notes:
svn path=/head/; revision=327495
|
|
|
|
|
|
|
|
| |
Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com>
(via private email)
Notes:
svn path=/head/; revision=327291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=326824
|
|
|
|
| |
Notes:
svn path=/head/; revision=326133
|
|
|
|
|
|
|
|
|
| |
PR: ports/181610
Submitted by: Florent Peterschmitt <florent@peterschmitt.fr>
Obtained from: vlc upstream git via archlinux
Notes:
svn path=/head/; revision=325612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=324851
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
| |
Approved by: bapt@ (multimedia@)
Notes:
svn path=/head/; revision=324226
|
|
|
|
|
|
|
| |
Thanks to: madpilot and Fabian Keil for testing!
Notes:
svn path=/head/; revision=323739
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=323078
|
|
|
|
|
|
|
|
|
| |
PR: ports/180118 [2]
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
Approved by: dinoex [1], nox [2]
Notes:
svn path=/head/; revision=322412
|
|
|
|
|
|
|
|
| |
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
Notes:
svn path=/head/; revision=321725
|
|
|
|
|
|
|
|
| |
PR: 179449
Submitted by: Arrigo Marchiori <ardovm@yahoo.it> (fix)
Notes:
svn path=/head/; revision=320469
|
|
|
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
Notes:
svn path=/head/; revision=320405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=319055
|
|
|
|
|
|
|
| |
Approved by: multimedia (bapt, kwm)
Notes:
svn path=/head/; revision=317561
|
|
|
|
| |
Notes:
svn path=/head/; revision=317220
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@)
Notes:
svn path=/head/; revision=317038
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|