1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Commit Graph

8021 Commits

Author SHA1 Message Date
Max Brazhnikov
2fd169043f Add PKGNAMESUFFIX and remove LATEST_LINK to comply with new policy 2013-11-17 16:35:31 +00:00
Marcus von Appen
7c19894cc2 - Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
  changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
  shared library name changed

PR:		ports/183975
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
2013-11-17 12:33:49 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Juergen Lock
5a943a5061 Chase ffmpeg update.
Obtained from:	funtoo (files/patch-vdr-markad-0.1.4-libav9)
2013-11-16 11:50:04 +00:00
Ganael LAPLANCHE
901124f0cd - Enable staging
- Replace USE_GMAKE with proper USES value
- Switch to new LIB_DEPENDS format
- Switch to new options format
2013-11-15 12:51:10 +00:00
Ganael LAPLANCHE
704202dfb7 - Enable staging
- Switch to new LIB_DEPENDS format
- Replace USE_GMAKE with proper USES value
- Switch to new options format
2013-11-15 12:49:06 +00:00
Kevin Lo
8d2332e047 Add stage support. 2013-11-15 05:52:28 +00:00
William Grzybowski
8ab5123864 multimedia/qmmp-plugin-pack: update to 0.7.3
- Update to 0.7.3
- Use options helpers

PR:		ports/183919
Submitted by:	maintainer
2013-11-13 13:12:00 +00:00
William Grzybowski
62a4d38571 multimedia/qmmp: use options helpers
PR:		ports/183919
Submitted by:	maintainer
2013-11-13 13:11:02 +00:00
Alberto Villa
c6a872f8a5 - Fix plist when WITH_DEBUG is set.
- Add LICENSE.
- Use LIB_DEPENDS new format.
- Use OPTIONS helpers.
2013-11-13 01:57:13 +00:00
Marcus von Appen
dda3bc596b Version 2 of the smpeg library.
SMPEG is a free MPEG1 video player library with sound support.  Video playback
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2.  Audio is
played through a slightly modified mpegsound library, part of Splay v0.8.2.
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.

plaympeg is simple video players provided to test the library.  The C library
interface is 'documented' in smpeg.h, and the C++ library interface is spread
out over the MPEG*.h files.

This is a work in progress.  Only 16 or 32 bit color depth is supported.
The player will dynamically conver to other color depths, but playback
will be much faster if your display is already set to 16 bit color depth.

WWW: http://icculus.org/smpeg/

PR:		ports/183360
Submitted by:	Vladimir Kondratiev <wulf@corp.infotel.ru>
2013-11-12 20:10:06 +00:00
Raphael Kubo da Costa
a8a5b40afa Update to 0.7.0.
Release notes: http://community.kde.org/Phonon/Releases/VLC/0.7.0

This commit introduces a new build-time dependency on pkg-config, necessary
to properly detect libvlc. A patch to correctly support the non-pkg-config
code path has been submitted upstream.

Note that multimedia/vlc needs to be at least at version 2.1.0_6,4 (r333434)
for phonon-vlc to manage to find libvlc and actually build.
2013-11-10 20:19:46 +00:00
Raphael Kubo da Costa
49fe94cbfb Update to 4.7.0.
Release notes: http://community.kde.org/Phonon/Releases/GStreamer/4.7.0
2013-11-10 20:17:19 +00:00
Raphael Kubo da Costa
8b06647d55 Update to 4.7.0.
Get rid of the sed calls in the Makefile I abhor: the first one has been
replaced with an actual patch in files/ now that the file being patched has
changed, and the second one is not necessary anymore.
2013-11-10 20:16:16 +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
William Grzybowski
b47ee004f3 multimedia/py-subliminal: update to 0.7.2
- Update to 0.7.2
- Allow staging
2013-11-10 11:48:29 +00:00
Rene Ladan
bfc52e7104 Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
2013-11-09 19:13:27 +00:00
Marcus von Appen
8be041e13a - Unbreak build on 10.x and -CURRENT
- Use a modern GCC toolchain to unbreak the build on 8.x
- Force 32-bit mode on i386
- Enhance default OPTIONs for a better usability of the port

Supported by:	John Van Sickle <john.vansickle@gmail.com>
2013-11-09 12:21:06 +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
6550042164 multimedia/py-guessit: update to 0.6.2
- Update to 0.6.2
- Use python auto plist
2013-11-08 10:53:05 +00:00
Rusmir Dusko
707bfb1100 - Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- Add DOCS Option
- Support STAGEDIR
- Change pkg-plist, remove DOCS

Approved by:	pawel / wg (mentors, implicit)
2013-11-07 19:14:47 +00:00
Grzegorz Blach
a0746bc874 - Update EFL to 1.7.9
- Update Enlightenment to 0.17.5
2013-11-07 16:00:45 +00:00
Baptiste Daroussin
8213d25ad4 Does not build anymore with recent libxul
Reported by:	pkg-fallout
2013-11-07 08:26:38 +00:00
William Grzybowski
9ac4835dae multimedia/py-subliminal: update to 0.7.1
- Update to 0.7.1
- Restrict to python 2.7
- Use python auto plist
2013-11-06 12:41:12 +00:00
William Grzybowski
9120c1f744 multimedia/py-enzyme: update to 0.4.0
- Update to 0.4.0
- Use python auto plist
2013-11-06 12:39:44 +00:00
Rusmir Dusko
12130d01c3 - Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile

Approved by:	bdrewery>
2013-11-06 12:18:29 +00:00
Baptiste Daroussin
678a58519b Stagify,
add options for NLS and DOCS,
Remove one of the last WITHOUT_NLS usage
Use modern LIB_DEPENDS
2013-11-06 11:43:20 +00:00
William Grzybowski
4aa652d974 multimedia/gpac-libgpac: add prefix to configure args
Reported by:	Omar S (via email)
2013-11-05 19:01:43 +00:00
Sunpoet Po-Chuan Hsieh
95e0d757eb - Update to 0.4.20
Changes:	http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
2013-11-05 16:56:26 +00:00
William Grzybowski
1dfa939d60 multimedia/gpac-libgpac: remove CR from pkg-plist 2013-11-05 14:33:19 +00:00
Vanilla I. Shu
6333b12367 Support STAGEDIR. 2013-11-05 07:28:38 +00:00
William Grzybowski
2a8e78d51a multimedia/vlc: fix seek error with OSS 2013-11-04 20:37:23 +00:00
William Grzybowski
3fa4d12940 multimedia/deforaos-player: update to 0.1.6
- Update to 0.1.6
- Allow staging
- Convert lib depends to new format

PR:		ports/183636
Submitted by:	maintainer
2013-11-04 20:03:46 +00:00
Olivier Duchateau
86db33a45b Deprecated, set an EXPIRATION_DATE of 2 months from now, because upstream
ceased development.
No update for 7 years.
2013-11-04 13:57:58 +00:00
Rene Ladan
62c43884c1 Tentatively convert to USES=kmod 2013-11-03 22:26:38 +00:00
Koop Mast
5555d6b474 Finish stage conversion.
Reported by:	sbruno@
2013-11-03 20:06:59 +00:00
Rene Ladan
47b17883a7 Mark BROKEN, does not compile:
mkdep -f .depend -a   -nostdinc -D__KERNEL__ -DDRIVER_NAME=ov511 -DDEV_NAME=\"video\" -D_KERNEL -DKLD_MODULE -I/usr/local/share/linux-kmod-compat/linux_compat -I. -I@ -I@/contrib/altq -std=iso9899:1999   ov511.c /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c
In file included from /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c:44:
/usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69:30: error: dev/usb/usb_port.h: No such file or directory
In file included from /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c:44:
/usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69:30: error: dev/usb/usb_port.h: No such file or directory
mkdep: compile failed
2013-11-03 18:08:28 +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
deeb51e1ca multimedia/kmplayer-kde4: update to 0.11.3d
- Update to 0.11.3d
- Allow staging
- Add LICENSE
- Convert lib depends to new format

PR:		ports/183565
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-02 15:09:22 +00:00
Pawel Pekala
0397595e06 - Update to version 1.8.5
- Support staging

PR:		ports/181064
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 23:29:57 +00:00
Koop Mast
44d0dc12bb Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
2013-11-01 22:14:07 +00:00
Koop Mast
452af786b2 Fix the build of audio/gstreamer1-plugins-modplug on 10.0+ by removing
hardcoded -lstdc++.
2013-11-01 21:41:40 +00:00
Pawel Pekala
eb09a7e51a Fix dynamic plist creation when DOXYGEN=on 2013-11-01 19:48:44 +00:00
Jason E. Hale
9d9e01ec18 - Fix build with clang on i386
Reported by:	Herbert J. Skuhra <hskuhra@eumx.net>
Approved by:	wg
2013-11-01 17:46:33 +00:00
Mark Felder
3aa0f12517 Update to 0.9.8.10.215
Approved by:	crees (mentor)
2013-11-01 16:00:44 +00:00
William Grzybowski
a1c1c00709 multimedia/ffmpeg: fix typo in port name
PR:		ports/183539
2013-11-01 10:34:01 +00:00
William Grzybowski
fd854dda72 multimedia/gpac-libgpac: update to 0.5
- Update to 0.5
- Export symbols required by x264
- Bump revision of dependent ports

PR:		ports/180906
Submitted by:	Vladimir Kondratiev <wulf mail.mipt.ru>
2013-10-31 21:33:48 +00:00
William Grzybowski
83616eedfd multimedia/ffmpeg: do not link to libs not selected
- ffmpeg build would link to libs like jack and SDL if they are not listed in
  --disable-{in,out}dev
- Add JACK option

PR:		ports/182167
2013-10-31 19:38:31 +00:00
William Grzybowski
ad89dbb346 multimedia/vlc: fix typo in MAD option
PR:		ports/183503
2013-10-31 15:23:47 +00:00
Koop Mast
f656a7269b Bump portrevision after r332194 and r331197 where librtmp was split off
from rtmpdump.
2013-10-31 08:11:30 +00:00