Commit graph

9528 commits

Author SHA1 Message Date
Guido Falsi
14f0bef9ce Update to 1.5.1
PR:		198748
Submitted by:	me
Approved by:	Maintainer timeout
2015-04-03 15:17:28 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Antoine Brodin
dd6fbcb36b Mark BROKEN: fails to build
gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/fdkaac/fdk-aac-v0.1.1-6-gbae4553'
touch contrib/fdkaac/.stamp.install
set -e; cd ./contrib/ffmpeg/libav-v10.1/; ./configure --prefix=/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/ --disable-shared --enable-static --enable-gpl --disable-doc --disable-bsfs --enable-bsf=aac_adtstoasc --disable-avconv --disable-avplay --disable-avprobe --disable-avdevice --disable-avfilter --disable-avserver --disable-muxers --disable-network --disable-hwaccels --disable-encoders --enable-encoder=aac --enable-encoder=ac3 --enable-encoder=flac --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-libvpx --enable-encoder=libvpx_vp8 --disable-decoder=libvpx_vp8 --enable-zlib --enable-bzlib --cc="/usr/bin/cc" --extra-ldflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -L/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/lib" --enable-nonfree --enable-libfdk-aac --enable-encoder=libfdk_aac --enable-muxer=matroska --enable-muxer=webm --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=psp --enable-muxer=ipod --enable-pthreads --disable-devices --disable-debug --extra-cflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/include -DNDEBUG"
ERROR: libvpx encoder version must be >=0.9.6

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
../contrib/ffmpeg/module.rules:2: recipe for target 'contrib/ffmpeg/.stamp.configure' failed

Reported by:	pkg-fallout
2015-04-02 17:04:56 +00:00
Alexey Dokuchaev
d62dabcfd1 - Provide standard CDDA_DESC for Digital Audio CD support, and remove it
from individual ports when appropriate (two ports, `audio/deadbeef' and
  `devel/gvfs', were allowed to keep them for the time being, since they
  benefit from custom description)
- Remove last per-port occurrences of WAVPACK_DESC while I'm at it
2015-04-01 09:30:48 +00:00
Jan Beich
351d85711d - Update gmp-api to 38.0
- Update Firefox to 37.0
- Update Firefox ESR and libxul to 31.6.0
- Update Thunderbird to 31.6.0
- Backport a few GTK3 fixes to Firefox 37

MFH:		2015Q1
Security:	https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html
2015-03-31 19:10:39 +00:00
Mark Felder
96f422150b Update to 0.9.11.16.958 2015-03-31 12:47:00 +00:00
Baptiste Daroussin
860652426b Mark as broken: no public distfiles 2015-03-30 21:41:43 +00:00
David Naylor
3cdaebcdf8 multimedia/py-ffmpeg: use new USE_GITHUB. 2015-03-30 18:11:15 +00:00
Mark Felder
d1691c0fc9 Update to 0.9.11.17.986 2015-03-30 13:09:25 +00:00
Alexander Leidinger
b2e7e72476 - update to 10.1
- new vpx support in 10.x is disabled (build problems)
- this is all but quick, and surely a dirty update (e.g. the CC hack in the port-Makefile)
- at least it doesn't segfault on startup like the 9.9 this replaces
- this port needs a maintainer which is able to handle more than 50 shades of grey
2015-03-29 20:13:07 +00:00
Baptiste Daroussin
35dcb337c0 Update to 0.12.1
Convert to USES=autoreconf
2015-03-29 11:51:01 +00:00
Juergen Lock
7b83c8d6f0 - Add Qt 4 knob and slave port to multimedia/vlc with appropriate CONFLICTS.
- Remove SIDPLAY knob from vlc as it's now broken:

	/usr/bin/ld: /usr/local/lib/sidplay/builders/libresid-builder.a(resid-builder.o): relocation R_X86_64_32S against `_ZTV12ReSIDBuilder' can not be used when making a shared object; recompile with -fPIC

- Unbreak phonon-vlc by switching it to using vlc-qt4 slave port. [1]
- Bump PORTREVISIONs.

Reported by:	makc [1]
2015-03-28 21:39:49 +00:00
Max Brazhnikov
757fde75ff multimedia/minitube: remove BOM to fix build on 8.4-RELEASE 2015-03-28 17:53:28 +00:00
Juergen Lock
4de82d810a Fix build on 8 and 9.
Submitted by:	beefy1 via pkg-fallout
2015-03-28 17:17:32 +00:00
Thomas Zander
449a649bbd Prevent accidental linking to libEGL
Reported by:	Florian Degner <f.degner@gmx.de> via personal mail
MFH:		2015Q1
2015-03-28 13:35:02 +00:00
John Marino
fab1dee288 multimedia/aegisub: Add DragonFly support (fixes luajit)
Bring in fix from dports (port is not maintained)
2015-03-27 14:53:32 +00:00
Jan Beich
4d9f2e3c3c Unbreak build on 10.0 and 10.1 after r381731
time_t tends to be bootlegged otherwise:

  lib/cppmyth/cppmyth/src/mythtypes.h:28,
  /usr/include/c++/4.2/string:47,
  /usr/include/c++/4.2/bits/char_traits.h:46,
  /usr/include/c++/4.2/bits/stl_algobase.h:70,
  /usr/include/c++/4.2/iosfwd:46,
  /usr/include/c++/4.2/bits/c++io.h:43,
  /usr/include/c++/4.2/bits/gthr.h:114,
  /usr/include/c++/4.2/bits/gthr-default.h:43,
  /usr/include/pthread.h:47,
  /usr/include/time.h:65,

  lib/cppmyth/cppmyth/src/mythtypes.h:28:
  /usr/include/c++/v1/string:434:
  /usr/include/c++/v1/__config:23:
  /usr/include/unistd.h:37:
  /usr/include/sys/types.h:209:

Reported by:	decke (maintainer, via pkg-fallout)
Pointy hat:	jbeich
2015-03-27 07:06:54 +00:00
John Marino
798eb9e9cb multimedia category: Remove $PTHREAD_LIBS
approved by:	PTHREAD blanket
2015-03-25 17:36:47 +00:00
Sunpoet Po-Chuan Hsieh
e043833f8c - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:59:04 +00:00
Sunpoet Po-Chuan Hsieh
f182eead72 - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:58:59 +00:00
Thomas Zander
d73dc2b998 Update to upstream version 7.7.0
PR:		198800
Submitted by:	aberg010@my.hennepintech.edu
Reviewed by:	riggs
2015-03-24 16:24:40 +00:00
Juergen Lock
1b74e17a95 Update to 1.12.1 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
2015-03-23 17:09:54 +00:00
Sunpoet Po-Chuan Hsieh
d69ecbe929 - Update MAINTAINER: use @FreeBSD.org 2015-03-22 20:06:18 +00:00
Jimmy Olgeni
cc72020008 Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
Jan Beich
cbca8c3691 - Update OpenH264 to 1.4.0
- Update NSS and ca_root_nss to 3.18
- Update Firefox to 36.0.4
- Update Firefox ESR and libxul to 31.5.3
- Update SeaMonkey to 2.33.1
- Update Enigmail to 1.8

Changes:	https://github.com/cisco/openh264/releases/tag/v1.4.0
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
Changes:	https://www.mozilla.org/firefox/36.0.4/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.5.3/releasenotes/
Changes:	http://www.seamonkey-project.org/releases/seamonkey2.33/
Changes:	https://www.enigmail.net/download/changelog.php#enig1.8
MFH:		2015Q1
X-MFH-With:	r380090
Security:	https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
2015-03-22 08:00:19 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
468a892e65 - Add my LOCAL to MASTER_SITES
- Add git repository to WWW
2015-03-21 20:08:01 +00:00
Sunpoet Po-Chuan Hsieh
22a89fc3a1 - Add my LOCAL to MASTER_SITES
- Add git repository to WWW
2015-03-21 20:07:56 +00:00
Sunpoet Po-Chuan Hsieh
7385aed54e - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:40:29 +00:00
Sunpoet Po-Chuan Hsieh
5c26b17fb9 - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:40:23 +00:00
Sunpoet Po-Chuan Hsieh
191eaf884b - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:40:17 +00:00
Sunpoet Po-Chuan Hsieh
4014abe34a - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:40:11 +00:00
Sunpoet Po-Chuan Hsieh
fdd0e7e326 - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:40:05 +00:00
Sunpoet Po-Chuan Hsieh
3fea3862f9 - Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
2015-03-21 19:39:59 +00:00
Guido Falsi
16488a9305 Update to 1.5.1 2015-03-20 20:04:59 +00:00
Jan Beich
13a81ed453 - Update to 14.0.20150301 chasing Helix ABI [1]
- Drop MAKE_JOBS_SAFE since r323100
- Drop unnecessary bsd.port.pre.mk
- Drop unused BUILD_DEPENDS
- Convert to USES=autoreconf

PR:		198376 [1]
PR:		198110
Approved by:	decke (maintainer)
2015-03-20 12:42:01 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Grzegorz Blach
f10f737c69 Update to 0.8.3 2015-03-19 13:19:48 +00:00
Bernhard Froehlich
037d485794 Add workaround for GCC build failure on 9.x taken from
multimedia/libvpx

Reported by:	package builder
2015-03-19 09:52:24 +00:00
Kevin Lo
d2fdade88d Fix rc.d script path in pkg-message.in 2015-03-19 09:48:04 +00:00
Oliver Lehmann
6d5bac37b0 bump PORTREVISION to reflect the updated patch patch-v4l2-ctl__v4l2-ctl.cpp 2015-03-18 11:39:00 +00:00
Raphael Kubo da Costa
ccb0759749 Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)

There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.

I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.

PR:		198585
2015-03-18 09:37:42 +00:00
Oliver Lehmann
26a0c9537d Fix handling of getting and setting v4l2 controls.
The unpatched implementation depends on a Linux specific behaviour of getsubopt(3):

> If the first suboption in optionp is recognized, getsubopt() returns
> the index of the matching suboption element  in tokens. Otherwise, -1
> is returned and *valuep is the entire name[=value] string.

The "Otherwise..." part is implemented differently on FreeBSD. The file gets now
patched to use a local and reduced implementation of getsubopt(3) to fix this

Approved by:	nox
2015-03-18 05:54:28 +00:00
Thomas Zander
3c856f858b Update to upstream version 2.6.1 2015-03-17 19:57:59 +00:00
John Marino
ec878bcef3 multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)
Especially with the ">" and ">=" operators, OPSYS must be used when
checking OSVERSION.  The last commit got the port marked broken on all
DragonFly releases.
2015-03-17 07:59:01 +00:00
Rusmir Dusko
aea1cc87b9 - Update to 14.12.0, announce message:
* New themes Faenza, Faenza-Darkest and Faenza-Silver, by
   Michele Angelico (tomberro at gmail dot com). Icons from
   http://qt-apps.org/content/show.php/smplayer-theme-faenza?content=156022
 * New theme Oxygen-KDE, by Ralsa Marsh (ralsa at autistici dot org)
2015-03-16 01:59:05 +00:00
Olivier Duchateau
b7346ae0e6 Unmask CLUTTER option
Sometimes, when Clutter backend is used. Parole displays a purple/pink overlay
on the video (depends of your video card).

PR:		198617
Requested by:	Ivan <enitarzi@gmail.com>
2015-03-15 20:34:07 +00:00
Dmitry Marakasov
471dc942a3 - Add empty directory to plist 2015-03-15 15:37:50 +00:00
Juergen Lock
16890cf2b2 - Switch qt5 buildtools dep to be a build dep only.
- Bump PORTREVISION.

Submitted by:	makc (via private email)
2015-03-15 14:15:44 +00:00
Mark Felder
18baba5af2 Update to 0.9.11.16.958 2015-03-15 13:58:26 +00:00
Juergen Lock
09c2ae3d37 - Add missing dependencies on yasm and minizip.
- Bump PORTREVISION.
2015-03-14 20:21:54 +00:00
Juergen Lock
2c6e14526a Update to 2.2.0 - changelog is here:
https://www.videolan.org/developers/vlc-branch/NEWS
2015-03-14 19:39:49 +00:00
Pawel Pekala
03a2da5ed7 - Update to version 15.2.0
- Architecture neutral files so add NO_ARCH=yes

Version 15.2.0
 * Replace some background images with gradients.
2015-03-14 17:12:56 +00:00
Thomas Zander
38a8b242ce Deprecate multimedia/ffmpeg25 in favor of multimedia/ffmpeg26 2015-03-14 10:35:40 +00:00
Dmitry Marakasov
6fe2a88d77 - Clarify LICENSE
- Add LICENSE_FILE
- Strip libraries
2015-03-13 13:22:06 +00:00
Guido Falsi
9ffeadd377 Update to 1.0. 2015-03-12 21:47:24 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Antoine Brodin
7d37f21ab2 Unbreak when no TZ is set
Reported by:	pkg-fallout
2015-03-11 22:35:00 +00:00
Mark Felder
5bf735c6bb Update to 0.9.11.14.947 2015-03-10 20:20:38 +00:00
Dmitry Marakasov
b8667b21d2 - Add LICENSE
- Strip library
2015-03-10 14:15:57 +00:00
Guido Falsi
ff54339464 Update to 1.0. 2015-03-10 13:05:13 +00:00
Koop Mast
1f627f687d Update ImageMagick to 6.9.0-10.
- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
  library names where normalized.

Due to libMagick++-6.so bump, chase depend ports.
2015-03-10 12:35:58 +00:00
Max Brazhnikov
fd6d1deea2 multimedia/minitube:
- Update to 2.3
- Don't force dependency on Phonon GStreamer backend
- Remove stale patch
2015-03-08 18:41:56 +00:00
Juergen Lock
08ff561521 Update to 1.12.0 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog

PR:		198192
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2015-03-07 13:38:57 +00:00
Dmitry Marakasov
4c9729b288 - Fix iconv handling
Approved by:	bapt
2015-03-06 21:07:54 +00:00
Adam Weinberger
f720168451 Update x265 to 1.5 and bump PORTREVISION on its consumers. 2015-03-06 16:19:50 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Antoine Brodin
428b6bbc0c Reset maintainer, connections to SMTP server time out 2015-03-05 13:49:48 +00:00
Raphael Kubo da Costa
e3dad0e904 Update PyQt and its dependencies.
* PyQt4 has been updated to 4.11.3.
* QScintilla has been updated to 2.8.4.
* SIP has been updated to 4.16.5.

This update is much smaller than the previous one, as there has been no
further need for clean ups in the ports infrastructure.

Pretty much the entire patch set has been originally contributed by Tobias
Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot!

PR:		198016
Submitted by:	Tobias Berner <tcberner@gmail.com>
2015-03-04 23:20:47 +00:00
Oliver Lehmann
c9c7cdd2f2 fix FFAUDIO option
PR:		197862
Submitted by:	kvedulv
2015-03-03 10:19:41 +00:00
Antoine Brodin
b9bad70d18 - Fix BUILD_DEPENDS
- Bump PORTREVISION as this may change version of php used in run depends
2015-03-03 07:41:20 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Bartek Rutkowski
6617121520 multimedia/cx88: fix rc startup script
PR:		197574
Submitted by:	Jason Harmening <jason.harmening@gmail.com>
2015-03-02 17:30:53 +00:00
Jan Beich
54a32cfbf8 Clear BROKEN: Kodi has compatibility symlinks to avoid breaking addons
PR:		196299
2015-02-28 18:48:07 +00:00
Jan Beich
a861364bb6 - Unbreak INDEX build after r380146
- Mark BROKEN until I figure out if the port works with multimedia/kodi

PR:		196299
Reported by:	Portsnap buildbox
Pointy hat:	jbeich
2015-02-28 16:18:02 +00:00
Jan Beich
1bc0763f37 - Rename XBMC to Kodi following upstream
- Update to 14.0

Changes:	http://kodi.tv/introducing-kodi-14/
PR:		196299
Differential Revision:	https://reviews.freebsd.org/D1900
Submitted by:	mickael.maillot@gmail.com (maintainer)
Reviewed by:	bapt
2015-02-28 15:06:54 +00:00
Jan Beich
782b0d9f8c - Update libcec to 2.2.0 [1]
- Unbreak consumers after update [2]
- No PORTREVISION bumps because binary compatible

PR:		196299
Differential Revision:	https://reviews.freebsd.org/D1900
Submitted by:	mickael.maillot@gmail.com (maintainer) [1]
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer) [2]
2015-02-28 14:20:10 +00:00
Mark Felder
6f55ef060a Update to 0.9.11.13 2015-02-28 13:50:56 +00:00
Grzegorz Blach
d27f375ad3 Update to 0.8.2 2015-02-26 21:35:37 +00:00
Dmitry Marakasov
2b7d69e947 - Switch to linguisttools_build 2015-02-26 12:52:58 +00:00
Dmitry Marakasov
da7f3251d4 - Clarify LICENSE
- Strip binary
2015-02-26 01:26:29 +00:00
John Marino
9e4bccdb18 multimedia/opencinematools: Use CXXFLAGS with CXX
CFLAGS are a subset of CXXFLAGS.  Since the compiler has been overridden
to c++, the flags also need overriding to use c++ flags.

Approved by:	just fix it
2015-02-25 11:46:23 +00:00
John Marino
52f0fabf1c multimedia/mkvtoolnix: set environment during build/install and unsuppress
This port was strange in that it not only failed to set the environment,
it was unsetting PREFIX to whatever environment it had.  This change sets
the environment in both build and install targets with the exception of
PREFIX.  I don't know why that is done, but I maintained that part.

While here, unsuppress the commands so that the build can be logged and
change ";" to "&&" conjunctions which is preferred.

Approved by:	blanket
2015-02-25 11:36:31 +00:00
Max Brazhnikov
b2b5151ef3 - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
2015-02-24 21:46:28 +00:00
Jan Beich
3e46e437c3 - Switch to LDFLAGS
- Don't overwrite default backup file
- Take maintainership
2015-02-24 14:39:19 +00:00
Jan Beich
e5b0526d66 Register CONFLICTS between libmtp and libosmo-sccp
Differential Revision:	https://reviews.freebsd.org/D1947
PR:		197948
Reviewed by:	marino, pi
Approved by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2015-02-24 08:03:07 +00:00
Ruslan Makhmatkhanov
a57a7f4b8d multimedia/gpodder: update to 3.8.3 2015-02-23 10:26:57 +00:00
Dmitry Marakasov
011f3f3dd7 - Strip library 2015-02-23 01:20:56 +00:00
Dmitry Marakasov
393ebff118 - Add LICENSE
- Strip libraries
2015-02-23 01:20:05 +00:00
Christian Weisgerber
545c573e67 Remove the bitrotted remains of the RusXMMS patches, commented out
for nine months and broken for longer.

The RusXMMS modifications have turned into a partial rewrite of
XMMS.  They are too intrusive and outside the scope of an optional
patch to XMMS.  I urge anybody interested in this to revive the
russian/xmms port as a full-fledged fork.
2015-02-22 21:11:10 +00:00
Adam Weinberger
251581adf6 Update to 3.0.5518.7.
Changes in this release:
- Server dashboard look & feel refresh
- Support Sync for Windows 8.1
- Support downloading
- Revamped web client search
- Support SSL
- Support requests without /mediabrowser suffix

PR:		197900
Submitted by:	Ben Woods (maintainer)
2015-02-22 15:33:34 +00:00
Dmitry Marakasov
54180a0e1a - Add LICENSE
- Strip libraries
2015-02-22 05:09:24 +00:00
Antoine Brodin
c7f7535efc Unbreak INDEX 2015-02-21 22:01:01 +00:00
Dominic Fandrey
b9c99def96 Update libbluray 0.5.0 -> 0.7.0
- Add fontconfig dependency
- Add libbdplus dependency
- Add plist target, because mkplist does not handle options

PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 21:08:48 +00:00
Dominic Fandrey
a81a169554 Update libaacs 0.7.0 -> 0.8.0
- Use Makefile.include from libbluray

PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:54:04 +00:00
Dominic Fandrey
f12440ac04 New port multimedia/libbdplus, part of the libbluray group.
PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:48:37 +00:00
Grzegorz Blach
8bc1530916 Update to 0.8.0 2015-02-20 09:49:42 +00:00
Sunpoet Po-Chuan Hsieh
9977149e7d - Update to 2.2.0
- Simplify Makefile
- Bump PORTREVISION for textproc/tinyxml2 shlib change

Changes:	https://github.com/leethomason/tinyxml2/commits/master
PR:		196884
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 1 month)
2015-02-19 20:07:32 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Mathieu Arnold
b1f1090c6f Depend on the package name rather than a directory.
Sponsored by:	Absolight
2015-02-19 14:47:48 +00:00
Kurt Jaeger
18dbdb775a multimedia/audacious, -plugins: fix non-NLS build issue, 3.5 -> 3.5.2
- fix build if NLS option is not selected
- updated translations
- fixes for a few more bugs, including #457, #458, and #462

PR:		197250
Submitted by:	amdmi3
Approved by:	oliver (maintainer timeout)
2015-02-19 12:35:21 +00:00
David Naylor
dc1e8fec44 phonon-gstreamer: fix pkg-message to reference correct gstreamer port.
phonon-gstreamer depends on multimedia/gstreamer1 however the pkg-message
incorrectly referred to the multimedia/gstreamer-plugins-all port.

Also, bump port revision due to change in pkg-message.  Specify LICENSE
as LGPL21.
2015-02-18 16:09:15 +00:00
Mark Felder
18bf501964 Update to 0.9.11.12.869
Teach the rc script to clean up children.

PR:		197768
2015-02-18 15:11:09 +00:00
Mark Felder
73ea9714a6 Teach the rc script to clean up leftover children 2015-02-18 15:09:47 +00:00
Nicola Vitale
3e8ffa65a3 - Update to 0.2.3
- Remove unneeded Makefile inclusion

Relnotes:	https://github.com/np1/mps-youtube/releases/tag/v0.2.3
2015-02-17 08:41:46 +00:00
Dmitry Marakasov
08b975d878 - Fix build with clang 3.6
Approved by:	portmgr blanket
2015-02-16 21:04:20 +00:00
Vanilla I. Shu
1eb8a6e298 Upgrade to 3.2.2.
PR:		197446
Submitted by:	Ports Fury.
2015-02-16 15:03:38 +00:00
Ashish SHUKLA
611b9a7a82 - Fix build with GCC 5
PR:		197624
Submitted by:	marino
2015-02-15 14:12:19 +00:00
Nicola Vitale
c3a7e642b5 - Update to 0.2.2
- Remove files/patch-mps__youtube_terminalsize.py

Relnotes:	https://github.com/np1/mps-youtube/releases
2015-02-14 21:34:19 +00:00
Thomas Zander
dcd76ca2a8 Update to upstream version 2.5.4 2015-02-14 18:35:43 +00:00
Grzegorz Blach
bb100468e8 - Update devel/efl to 1.13.0
- Update devel/py-efl to 1.13.0
- Update graphics/evas_generic_loaders-* to 1.13.0
- Update multimedia/emotion_generic_players-vlc to 1.13.0
- Update x11-toolkits/elementary to 1.13.0
2015-02-11 02:55:24 +00:00
Guido Falsi
158c40c01d Avoid a build error with clang on certain configurations.
PR:		197405
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2015-02-09 20:44:13 +00:00
Guido Falsi
6cc5b11dae Update to 0.9. 2015-02-07 10:50:11 +00:00
Guido Falsi
c763043977 Update to 0.9. 2015-02-07 10:49:49 +00:00
Ganael LAPLANCHE
2559347ac1 Update libdvdread to 5.0.2 and libdvdnav to 5.0.3 2015-02-06 09:34:37 +00:00
Baptiste Daroussin
f0e4507c0d Cleanup plist 2015-02-05 15:06:38 +00:00
Baptiste Daroussin
f626ae3b3d Cleanup plist
Add shared-mime-info and desktop-file-utils as spotted by the Q/A
But portrevision per desktop-file-utils
2015-02-05 15:04:56 +00:00
Koop Mast
83400a3999 cheese needs vorbis gstreamer1 plugin.
PR:		197187
Submitted by:	sbruno@
2015-02-03 19:13:10 +00:00
Ganael LAPLANCHE
4fc341b8ee Update multimedia/libdvdread and multimedia/libdvdnav
- Update multimedia/libdvdread to version 5.0.1
- Update multimedia/libdvdnav to version 5.0.2
- Bump revisions of ports that depend on multimedia/libdvdnav
  (library version is going backwards from 4.2.1 to 4.1.2)
- Ports depending on multimedia/libdvdread do not need to be bumped
  (the library keeps being numbered 4.1.2 and is binary compatible with the
  previous version)
2015-02-03 07:48:23 +00:00
John Marino
e7309d6615 multimedia/libmediainfo: USES+=alias to unbreak DragonFly cheaply 2015-02-02 18:50:52 +00:00
Dmitry Marakasov
05bb1849c9 - Mark broken on 10.x+ 2015-02-01 20:35:41 +00:00
Dmitry Marakasov
40f13c68dc - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 20:24:27 +00:00
Muhammad Moinur Rahman
10654365dc multimedia/photofilmstrip: Update version 1.5.0=>2.1.0
- Application behavior changed more like working as Python Module
- Removed pkg-plist in lieu of autoplist
- databases/py-sqlite3 is now a BUILD_DEPENDS as it fails to build without
  this
- Removed PORTSCOUT as this version is passed the mentioned versions to
  skip

Differential Revision:	https://reviews.freebsd.org/D1732
Approved by:		marino(mentor)
2015-01-30 19:48:59 +00:00
Muhammad Moinur Rahman
ce1b5876e6 multimedia/p5-Audio-M4P: Update version 0.55=>0.57
Differential Revision:	https://reviews.freebsd.org/D1669
Approved by:		bapt(mentor)
2015-01-30 15:16:34 +00:00
Josh Paetzel
e005f4028c Update to latest version 2015-01-30 05:05:05 +00:00
Grzegorz Blach
8e44c79db1 - Update to 0.7.3
- Move share/doc/mpv/*.conf to share/examples/mpv/
2015-01-29 15:37:46 +00:00
Nicola Vitale
87affe1ffd - Update to 0.2.1
- Add files/patch-mps__youtube_main.py to fix the bug of empty search results.
  See https://github.com/np1/mps-youtube/issues/179
- Add a patch (taken from upstream) to fix terminal size detection.
  See f1021baa24
- Add security/ca_root_nss to run dependencies
- Use option helpers
- Add an option (RADIO_CONVERTER) to select a converter to MP3 and other formats
- Replace multimedia/mplayer with multimedia/mpv as default video player
  (SINGLE_PLAYER option): it's the video player set in the initial config file.
- Add a post-patch target to replace %%LOCALBASE%% key
- Add the new features of the program to pkg-descr
- Fix instructions in pkg-message

Relnotes:	https://github.com/np1/mps-youtube/blob/develop/CHANGELOG
2015-01-27 20:42:14 +00:00
Dmitry Marakasov
ba67f59a9a - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-01-27 20:41:01 +00:00
Dmitry Marakasov
d9e0a14eeb - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-01-27 20:37:35 +00:00
Jan Beich
48b980c061 Update to upstream version 2.0.2
Changes:	https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.2
Differential Revision:	https://reviews.freebsd.org/D1686
Approved by:	bapt (mentor)
2015-01-27 12:59:34 +00:00
Sunpoet Po-Chuan Hsieh
ef3cf49b09 - Update to 0.7.72
- Add my LOCAL to MASTER_SITES

Changes:	http://mediaarea.net/MediaInfo/ChangeLog
		http://sourceforge.net/p/mediainfo/code/HEAD/tree/MediaInfo/trunk/History_CLI.txt
2015-01-27 11:27:26 +00:00
Sunpoet Po-Chuan Hsieh
535bcc8555 - Update to 0.7.72
- Add my LOCAL to MASTER_SITES
- Do not install unnecessary header files
- Cleanup Makefile

Changes:	http://mediaarea.net/MediaInfo/ChangeLog
		http://sourceforge.net/p/mediainfo/code/HEAD/tree/MediaInfo/trunk/History_CLI.txt
2015-01-27 11:27:20 +00:00
Sunpoet Po-Chuan Hsieh
4e668f7b05 - Update to 0.7.72 (0.4.30)
- Add my LOCAL to MASTER_SITES
- Cleanup Makefile

Changes:
- New MemoryUtils.h functions for SSE2 memcpy
- Ztring::From_Unicode(const wchar_t S)
- Removed Win9X support
- CMake: scripts improvements, thanks to Ivan Romanov
- Mac: EOL definitely moved from \r to \n
- int128: was not compiling on Cygwin
- Windows: file open in append mode has shared read/write
2015-01-27 11:27:15 +00:00
Kubilay Kocak
2d2f4b45f0 multimedia/{lib}x264: Update minimum yasm version
Update the minimum version of yasm required in BUILD_DEPENDS.

PR:		196991
Submitted by:	takefu airport.fm
2015-01-27 04:38:11 +00:00
Thierry Thomas
43121030e3 Upgrade to 0.6.6 .
Changelog at <http://freetuxtv.blogspot.fr/2014/01/freetuxtv-version-066.html>.
2015-01-26 21:32:37 +00:00
Koop Mast
ba8fae4960 Add patch to allow for building with newer libv4l.
https://reviews.freebsd.org/D1482

Obtained from:	upstream
2015-01-25 11:57:31 +00:00
Koop Mast
5930f5885d Add patches to fix build of the v4l2 plugin with newer v4l_compat/libv4l.
https://reviews.freebsd.org/D1482
2015-01-24 23:56:40 +00:00
Juergen Lock
c4801ecdcc (Attempt to) fix build with the upcoming v4l_compat update. [1]
https://reviews.freebsd.org/D1482 [1]
2015-01-24 20:54:56 +00:00
Juergen Lock
a1d282c7ca Fix build with the upcoming v4l_compat update. [1]
https://reviews.freebsd.org/D1482 [1]
2015-01-24 19:36:30 +00:00
Thomas Zander
5db77513a2 Fix cdio support
While on it:
Remove CDPARANOIA option
- broken with cdparanoia port anyway
- move CDIO from radio button group to standard (default off) OPTION
- remove radio button group CDPARANOIA/CDIO

Reported by:	Kris Moore (kris@pcbsd.org) via mail
MFH:		2015Q1
2015-01-24 18:32:07 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Pawel Pekala
2d69284e26 Update to version 15.1.0
Changes:
 Fix for VEVO videos
2015-01-23 20:55:08 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Vanilla I. Shu
eb50eb7a8f Upgrade to 11.2
PR:		196990
Submitted by:	takefu at airport.fm
2015-01-22 03:21:09 +00:00
Jan Beich
3e90806aee Per convention change my address to @FreeBSD.org
Differential Revision:	https://reviews.freebsd.org/D1565
Approved by:		bapt (mentor)
2015-01-20 22:03:55 +00:00
Sean Bruno
ffbf74b2d3 Disable clang's integrated-as for this build. Modify ARM assembly
with upstream patch to handle different ARM revisions.  This fixes the build
since the clang 3.5 import

PR:		196847
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	kwm
Approved by:	mentor (implicit)
2015-01-20 16:36:55 +00:00
Danilo Egea Gondolfo
b9879ccb68 - Bump PORTREVISION after wxsvg update 2015-01-20 12:36:35 +00:00
William Grzybowski
0daf34d9e0 multimedia/ffmpeg0: fix build on armv6 with clang 3.5
PR:		196846
Submitted by:	mikael.urankar gmail com
2015-01-20 12:05:26 +00:00
Baptiste Daroussin
01f6e4d374 Cleanup Makefile
Remove redundant @exec
2015-01-19 21:24:38 +00:00
Baptiste Daroussin
0a17e081ec Cleanup plist
Remove useless @exec
2015-01-19 21:21:43 +00:00
Sunpoet Po-Chuan Hsieh
cccf86c78f - Use INSTALL_TARGET=install-strip instead of STRIP_CMD 2015-01-19 19:51:17 +00:00
Sunpoet Po-Chuan Hsieh
4adcaae783 - Use INSTALL_TARGET=install-strip instead of STRIP_CMD 2015-01-19 19:51:12 +00:00
Baptiste Daroussin
11b0cb7945 Mark as bundle libs 2015-01-19 19:33:21 +00:00
Koop Mast
bb89f80c35 Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
2015-01-18 21:12:42 +00:00
Thomas Zander
52dddbc2bc Merge armv6 ASFLAGS fix from multimedia/ffmpeg in r377205 2015-01-18 18:05:15 +00:00
Thomas Zander
dd5d1730cd Modernise compiler handling
- Retire OTCHAIN OPTION
- Retire support for gcc 4.2 from base
- Depend on c11 compliant compiler via USES=compiler:c11
- Respect CC,CXX,CPP from environment (fixes bug 196811)
- Bump PORTREVISION (default package on 8.x changes)
2015-01-18 17:00:48 +00:00
Juergen Lock
987a304c01 - Update to 1.11.1 (no functional change but it removes new version
available spam.)

PR:		196828
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2015-01-18 12:10:22 +00:00
Thomas Zander
14b98461cf Handle arch-dependent CFLAGS in Makefile.options because it
should be included by mencoder as well.
2015-01-18 11:40:01 +00:00
Baptiste Daroussin
4b069bc524 Get rid of one more @cwd
While here cleanup plist
2015-01-17 21:13:20 +00:00
Guido Falsi
ac52489f42 - Update to 1.5.0
PR:		196422
Submitted by:	me
Approved by:	maintainer timeout
2015-01-17 12:15:38 +00:00
Rene Ladan
96098408b6 Remove expired ports:
2015-01-13 x11/rxvt-devel: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode
2015-01-15 comms/spandsp-devel: Use newer comms/spandsp
2015-01-16 multimedia/universal-media-server: "RC script broken, especially prestart target"
2015-01-17 10:27:46 +00:00
Sean Bruno
425f648ca7 Remove duplicate armv6 conditional introduced in r377204
Submitted by:	antoine
2015-01-16 22:50:42 +00:00
Sean Bruno
42a1f84a57 These ports utilize GAS assembly and probably won't ever change. For the ARM
case, do not use -integrated-as.

PR:	196660 196774 196775 196776
Submitted by:	mikael.urankar@gmail.com
Approved by:	mentor (inplicit)
2015-01-16 22:34:22 +00:00
Adam Weinberger
22db5e666d Update to 3.0.5490.2 Stable
PR:		196664
Submitted by:	Ben Woods (maintainer)
2015-01-15 22:53:47 +00:00
Alex Kozlov
34ae7a3272 - Remove vestiges of alpha support
Approved by: portmgr (erwin)
2015-01-15 20:00:09 +00:00
Koop Mast
143337722b Sprinkle some PORTSCOUT macros around to either mark ports:
* ignore because there will not be any new releases.
 * check specific versions or ignore devel versions.
2015-01-15 17:17:32 +00:00
William Grzybowski
66594a59df multimedia/py-subliminal: add missing dependency and pet portlint
PR:		195241
Submitted by:	Ralf van der Enden <tremere cainites net>
2015-01-15 11:14:36 +00:00
Koop Mast
d98011693a Update cuse4bsd-kmod to 0.1.36.
Avoid using POLLNVAL as return code for poll events due to
compatibility with existing userspace application code.

Submitted by:	maintainer (via irc)
2015-01-15 10:14:16 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
99cee129bc Update qmmp and its plugin pack to 0.8.3
Clean up plist

PR:		196634
Submitted by:	jdhore1@gmail.com (patch by maintainer)
2015-01-14 21:52:01 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Beat Gaetzi
7483da328d - Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0
- Update Firefox to 35.0
- Update Firefox ESR to 31.4.0
- Update libxul to 31.4.0

Submitted by:	Jan Beich
MFH:		2015Q1
Security:	http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
2015-01-14 08:06:43 +00:00
Sunpoet Po-Chuan Hsieh
bc3fadc376 - Update to 1.4.3
- Fix PORTSCOUT
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-UPnP/Changes
2015-01-13 15:34:06 +00:00
Dmitry Marakasov
ac8134f838 - Clarify LICENSE
- Add LICENSE_FILE
- Remove @dirrm* from pkg-plist

PR:		196216
Submitted by:	amdmi3
Approved by:	maintainer timeout (nemysis)
2015-01-13 14:22:38 +00:00
Thomas Zander
556ff6d12a Remove multimedia/mplayer-fonts
Obsolete port, unsupported upstream, no consumers in the ports tree
2015-01-11 15:10:22 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Thomas Zander
7c44b4596f Update to upstream version 2.3.6 2015-01-10 12:59:32 +00:00
Thomas Zander
5ad0e69470 Update to upstream version 2.5.3 2015-01-10 12:23:27 +00:00
Mark Felder
0aa0bd18ba Update to 0.9.11.7.803 2015-01-10 04:01:35 +00:00
Antoine Brodin
89c0b0782c Allow building with libc++ r224926
PR:		ports/196629
Submitted by:	dim@
2015-01-09 17:58:46 +00:00
Sunpoet Po-Chuan Hsieh
9ccc139dff - Respect DESTDIR when checking old versions
PR:		ports/196538
Submitted by:	Jia-Shiun Li <jiashiun@gmail.com>
2015-01-08 19:05:28 +00:00
Sean Bruno
99a42b0dad Pull in upstream commits to our libx264 to deal with the clang 3.5
-integrated-as defaults for ARMv6 compilation.

Handling for koobs@ while he's on vacation.

PR:		196591
Submitted by:	mikael.urankar@gmail.com
Approved by:	mentor (implicit)
2015-01-07 18:54:54 +00:00
Sunpoet Po-Chuan Hsieh
d94aea5d47 - Use PKGNAMESUFFIX for program suffix
- Use PLIST
- Cosmetic change
2015-01-07 03:51:53 +00:00
Sunpoet Po-Chuan Hsieh
5343b18ae6 - Use PKGNAMESUFFIX for program suffix
- Update PLIST_SUB and use = instead of +=
- Cosmetic change
2015-01-07 03:51:48 +00:00
Sunpoet Po-Chuan Hsieh
9318f3aa46 - Use real PORTVERSION
- Remove DISTNAME and WRKSRC
- Use PKGNAMESUFFIX for program suffix
- Update PLIST_SUB and use = instead of +=
- Remove trailing space in PLIST
- Cosmetic change
2015-01-07 03:51:42 +00:00
Emanuel Haupt
12f48dc28d Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:17:28 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Thomas Zander
148c5e4598 Update to upstream version 7.5.0 2015-01-05 18:12:06 +00:00
Thomas Zander
058ade94e8 - Update to upstream version 1.4.2
- Uses GNU_CONFIGURE and pkgconfig now -> simplify port Makefile
2015-01-05 13:18:10 +00:00
John Marino
d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00
Pawel Pekala
1913eff1e3 - Update to version 2.2.7
- Use gtk3 for gui

ChangeLog:
Add support for audio triggered generators.
Add support for projectM (milkdrop) generators.
Improvements to openGL playback plugin.
Add permanent inputs in jack and pulse audio when handling external audio.
Fix bug in chroma_blend transition.
Further code cleanup.
Fix text width for "show VJ keys" window.
Remove unnecessary deinterlacing from threaded player.
Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo.
Add libvisual plugins to correct submenu (regression).
Minor fixes for the rfx builder window.
Minor fixes for merge in clip editor.
2015-01-03 17:00:16 +00:00
Sunpoet Po-Chuan Hsieh
924fb3915b - Update *_DEPENDS
- Bump PORTREVISION for dependency change
2015-01-03 07:12:39 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Guido Falsi
098fc5b193 Update to 1.5.0 2014-12-31 18:57:54 +00:00
Pawel Pekala
5a9c8edcc9 Update to version 14.12.0
Changes:
New options to set a proxy.
2014-12-31 14:42:45 +00:00
Juergen Lock
35610fc18c - Add LIVEMEDIA to OPTIONS_DEFAULT.
- Bump PORTREVISION.

PR:		196073
Submitted by:	thierry
2014-12-31 12:58:25 +00:00
Kubilay Kocak
23384aba46 multimedia/{lib}x264: Fix build on ARMv6
- Fix build for missing symbols on ARMv6 [1]
- Backport upstream 9463ec00 to fix default AS on ARM [2]
- Remove unecessary WRKSRC override (x264)
- Whitespace alignment

[2] http://git.videolan.org/?p=x264.git;a=patch;h=9463ec

PR:		196033 [1]
Submitted by:	Mikael Urandar <mikael.urankar at gmail com> [1]
Tested by:	sbruno
2014-12-31 06:20:13 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Thomas Zander
79e7dd9f87 - Update to upstream version 2.0.1
- add NLS option
- switch to vendor install + post-install
- move .svg icon to hicolor theme as well
- unbreak USES=qmake:outsource (unused)

PR:		196371
Submitted by:	jbeich@vfemail.net (maintainer)
2014-12-30 13:47:40 +00:00
Raphael Kubo da Costa
3898cbde7f Update to 4.8.2. 2014-12-29 20:24:44 +00:00
Mathieu Arnold
a1127ca09b Fix after r375786.
Sponsored by:	Absolight
2014-12-29 14:25:28 +00:00
Thomas Zander
b05605bc33 - Upstream versions of mplayer and ffmpeg as of 2014-12-23
- Remove the following OPTIONS:
  - MEMALIGN (now used by default where supported)
  - PROFILE (shaky, unreliable, rarely used, nigh unsupportable)
  - DIRAC (codec support only via libschroedinger)
- Default-depends on external libdvdnav
  (mplayer no longer bundles internal dvd support libraries)
- Simplify CFLAGS handling
- Use -mstack-alignment=16 -mstackrealign on clang / i386
2014-12-29 08:39:33 +00:00
Kubilay Kocak
cf001aa9df multimedia/libx264: Fix PGO/GCC options
- Revert options helpers for PGO and GCC .. *shakes fist*. We end up
  setting USE_GCC=yes yes otherwise, and that's not valid.
- libx264 and x264 share the same distfiles, use the same DIST_SUBDIR
2014-12-28 04:59:36 +00:00
Thomas Zander
533947cd11 Replace multimedia/ffmpeg24 with ffmpeg25
(no ports depend on ffmpeg24 and ffmpeg25 is the more likely candidate
for the eventual replacement of multimedia/ffmpeg)
2014-12-27 15:28:46 +00:00
Raphael Kubo da Costa
67b5e1f8b4 Update to 4.8.3 too.
Should have been part of r375654...
2014-12-27 15:17:56 +00:00
Kubilay Kocak
23c446e547 multimedia/x264: Use libx264's config headers
An encoding error condition is created when HI10P is enabled
in libx264, since the x264 is not built with that options.

Make x264 use the headers provided by the libx264 port, not the ones
that come with the sources, so the configuration options between the
two ports (libx264 and x264) can't end up mismatched.

Thanks to astrodog and a_b (IRC) for coming up with an elegant solution. [1]

While I'm here:

- Update COMMENT to reflect this is just the x264 CLI frontend
- Add LICENSE_FILE
- Tweak BUILD_DEPENDS
- Sort USES and OPTIONS
- Update GCC_DESC to match libx264
- Use OPTIONS helpers (except for PGO & GCC .. *shakes fist*)
- Sort PLIST_*
- Remove conditional LDFLAGS (-fstack-protector is now handled by the
  framework)
- Whitespace alignment
- Remove pkgconfig REINPLACE_CMD, its not needed here.
- Strip x264 binary x264

PR:		195292 [1]
Submitted by:	Harrison Grundy <harrison dot grundy at astrodoggroup com>
2014-12-27 10:17:54 +00:00
Grzegorz Blach
a781a6e13c - Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
2014-12-27 00:09:02 +00:00
Raphael Kubo da Costa
daaeacf5b8 Update to 4.8.1. 2014-12-26 20:26:49 +00:00
Raphael Kubo da Costa
222def28c7 Update to 0.8.2. 2014-12-26 20:20:46 +00:00
Raphael Kubo da Costa
f7190ba3a7 Update to 4.8.3. 2014-12-26 20:05:09 +00:00
Adam Weinberger
9d15f163fb Update to 3.0.5464.40000.
PR:		196077
Submitted by:	Ben Woods (maintainer)
2014-12-26 17:34:46 +00:00
Thomas Zander
c68e0a6630 Fix build on 8.x systems
PR:		195600
Submitted by:	truckman@FreeBSD.org
Approved by:	clutton@zoho.com (maintainer)
2014-12-25 22:43:59 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Antoine Brodin
3daa3b7830 - Properly support png 1.5
- Cleanup plist
2014-12-25 13:24:16 +00:00
Baptiste Daroussin
61d0cfd1e0 Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils 2014-12-25 02:23:49 +00:00
Baptiste Daroussin
cdcbede735 Remove useless gnomehack 2014-12-25 02:11:21 +00:00
Baptiste Daroussin
2ff7e2e922 Convert gnomehack to pathfix 2014-12-25 02:01:21 +00:00
Kubilay Kocak
ab3919596a multimedia/libx264: Fix spaces to tab 2014-12-24 22:30:42 +00:00
Kubilay Kocak
b504f4927f multimedia/libx264: Merry Modernized Port Christmas
- Update COMMENT (library only)
- Add LICENSE_FILE
- Use pathfix for pkgconfig
- Remove unecessary WRKSRC override
- Use OPTIONS helpers
- Restore PGO option to OPTIONS_DEFINE
- Don't disable CLI so PGO can run. Remove it in post-install:
- Whitespace alignment
- Sort OPTIONS
- Remove -fstack-protector conditional (framework handles this now)
- Strip shared library
2014-12-24 22:28:06 +00:00
Olli Hauer
311e3b182f - rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
2014-12-24 06:03:22 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Christian Weisgerber
fc83922e79 Fix segfault in MikMod plugin with modern libmikmod.
PR:		196180
Submitted by:	Michael Lackner
Obtained from:	Jakob Steltner (Arch Linux)
2014-12-23 21:09:45 +00:00
Christian Weisgerber
c67fa8855f Disentangle overlapping patches, rename and regenerate. No code changes. 2014-12-23 20:58:43 +00:00
Dmitry Marakasov
db19b7ef2c - Strip libraries 2014-12-23 14:43:45 +00:00
Mark Felder
e8ff9b7b28 Update to 0.9.11.7 2014-12-23 13:33:46 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Jean-Sébastien Pédron
3c9a1d11c2 Final removal of WITH_NEW_XORG
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.

x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.

This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.

While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.

Differential Revision:	https://reviews.freebsd.org/D1351
Reviewed by:	antoine, bapt, kwm
Approved by:	portmgr (antoine, bapt), kwm
2014-12-22 23:04:17 +00:00
Koop Mast
1b6c5f5c0b Update gstreamer1-libav to 1.4.5.
Reminded by:	tijl@
2014-12-22 12:13:11 +00:00
Koop Mast
91f8647292 Update Gstreamer framework to 1.4.5. 2014-12-22 10:22:38 +00:00
Antoine Brodin
5b1c5442f9 - Shebangfix
- Allow staging as a regular user
- Cleanup plist
2014-12-22 10:01:19 +00:00
Baptiste Daroussin
da0eb10ed5 Get rid of gnomehier 2014-12-21 00:43:28 +00:00
Baptiste Daroussin
5745ab2395 cleanup plist 2014-12-20 19:21:06 +00:00
Thomas Zander
cb17077f78 Avoid pulling in x11 depencencies if not necessary
- Use INSTALL_ICONS only when X11 OPTION is enabled
- Bump PORTREVISION

Reported-by:	olgeni
2014-12-19 18:49:30 +00:00
Mark Felder
e8184547fe Update to 0.9.11.6
Add another mirror
2014-12-17 21:22:08 +00:00
Antoine Brodin
134c55fc88 Fix 41 gstreamer1-plugins- ports that were creating empty packages
With hat:	portmgr
2014-12-17 21:14:29 +00:00
Danilo Egea Gondolfo
22a1e73b28 - Update from 1.5.1 to 1.5.2 2014-12-17 19:24:35 +00:00
Koop Mast
c4281a47c2 Update to 0.5.9.
Switch to new gstreamer version, this unbreak the build [1]
Remove @dirrmtry from plist

Reported by:	pkg-fallout
2014-12-17 16:20:33 +00:00
Koop Mast
c6e9859c13 Big Gstreamer update:
Update gstreamer, gstreamer-plugins, -good, -bad and -ugly ports to 1.4.4.
Update gstreamer1-plugins-gnonlin to 1.4.0.
Update py-gstreamer1 and py3-gstreamer1 to 1.4.0.

Add multimedia/gstreamer1-editing-services. GES is a high-level library
for facilitating the creation of audio/video non-linear editors.

Add pulseaudio plugin now that pulseaudio is updated and add the gl plugin.

Drop :keepla from USES=libtool.
Drop @dirrm[try] from plists and drop gnomehier from USE_GNOME
Switch to optionhelpers in multimedia/gstreamer1.

PR:		194922 (merged with my own WIP)
Submitted by:	olivierd
2014-12-16 13:35:01 +00:00
Pawel Pekala
baea955556 - Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp
- Bump affected ports
- Mark comms/spandsp-devel as deprecated and set expiration date
- Add upgrade instructions to UPDATING

PR:		194399 [1]
Submitted by:	Nikola Kolev <koue@chaosophia.net> [1]
Approved by:	madpilot (asterisk ports), maintainer timeout (other)
2014-12-15 18:46:58 +00:00
Dmitry Marakasov
81e4df835e - Simplify MASTER_SITES
- Add LICENSE
- Strip library (INSTALL_TARGET=install-strip wasn't working)
- Drop @dirrm* from plist

Approved by:	bapt
2014-12-15 13:58:20 +00:00
Dmitry Marakasov
0a6b458c3e - Drop @dirrm* from plist 2014-12-15 12:38:41 +00:00
Thomas Zander
e0c49a5700 - Fix buffering in OSS backend
- Fix QT4 GUI layout issue

While one it:
- Use INSTALLS_ICONS

PR:		193807
Submitted by:	hselasky@FreeBSD.org
2014-12-13 18:49:26 +00:00
Grzegorz Blach
bbe44aec8f Reenable pulseaudio support
PR:	195942
2014-12-13 09:50:47 +00:00
Juergen Lock
9c64d41eee - Update to 1.11.0 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog

- Cherry-pick twitch.tv fix from git head. [1]

Obtained from:	bbc6d0e7c1 [1]
2014-12-12 17:15:45 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Ashish SHUKLA
c3f4f7709e - Add support for building on ARMv6 platforms
Thanks to sbruno@ for testing the port build on ARMv6

PR:		195466
Submitted by:	mikael.urankar <mikael.urankar at gmail dot com>
2014-12-10 15:47:19 +00:00
Mark Felder
1286a4c14a Update "BSD" license in multimedia category 2014-12-09 16:33:16 +00:00
Antoine Brodin
68bda0e1a4 Fix plist 2014-12-09 11:05:23 +00:00