1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia
Raphael Kubo da Costa 1624e7c81f Fix the build with the upcoming CMake 3.4.0.
It is not clear if this is intentional or not, but with CMake 3.4.0
environment variables such as CXXFLAGS are passed to the compiler after the
directories added via the include_directories() command. In practice, this
means that we then end up with the following command-line:

  ${CXX} ... -I/usr/local/include ...
             -I/usr/local/include/ffmpeg0/libavcodec
             -I/usr/local/include/ffmpeg0 ...

which fails because of the following chain of events:
* The port brings in multimedia/ffmpeg indirectly.
* The source code includes headers as <avformat.h> like that, which turn
  into /usr/local/include/ffmpeg0/libavformat/avformat.h to the compiler.
* Headers like avformat.h itself include other headers with
  "libavcodec/avcodec.h", which, given the compiler command-line above,
  becomes /usr/local/include/libavcodec/avcodec.h, coming from
  multimedia/ffmpeg, not multimedia/ffmpeg0.

Fix it by making the port behave as it should have from the beginning:
* Stop setting C{PP,XX}FLAGS in the Makefile, as it does not help.
* Include the ffmpeg-related headers before the others, so that
  /usr/local/include comes after them.
* Adjust patch-cmake so that it works correctly with the setup in ports:
  instead of setting the <LIB>_LAVC variables which assume there is a
  separate libavcodec installed, make the code fall back to the
  <LIB>_FF_LAVC ones, which are set when there's a libavcodec inside an
  ffmpeg tree (our case with ffmpeg0). This also takes care of setting
  FFMPEG_INCLUDE_DIR with /usr/local/include/ffmpeg0 and passing it in the
  right place in the command-line.

Tested with both CMake 3.3.1 and 3.4.0.
2015-11-26 17:21:13 +00:00
..
2mandvd
ab25
abby
acidrip Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
aegisub
asdcplib
assimp
atomicparsley
audacious - Update to 3.7 2015-11-16 17:19:35 +00:00
audacious-plugins - Update to 3.7 2015-11-16 17:19:35 +00:00
audiopreview Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
avbin
avidemux multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
avidemux-cli Move multimedia/avidemux26-* to multimedia/avidemux-* 2015-06-13 18:31:59 +00:00
avidemux-plugins Move multimedia/avidemux26-* to multimedia/avidemux-* 2015-06-13 18:31:59 +00:00
avidemux-qt4 Move multimedia/avidemux26-* to multimedia/avidemux-* 2015-06-13 18:31:59 +00:00
avinfo
baka-mplayer Per r390886 stop pulling unnecessary GTK+ deps in my ports 2015-07-18 17:27:59 +00:00
bangarang
banshee Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
bino multimedia/bino: minor cleanup 2015-09-20 01:12:22 +00:00
bombono - Unbreak: this software doesn't seem to really depend on dvda-author 2015-11-14 23:16:09 +00:00
bsdbktr_tvtune
camserv - Switch to USES=autoreconf 2015-08-03 19:28:28 +00:00
cclive
cheese The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. 2015-08-05 19:13:24 +00:00
clipgrab - Update to 3.4.11 2015-07-22 07:39:52 +00:00
clive Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
clutter-gst The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. 2015-08-05 19:13:24 +00:00
clutter-gst3 Update clutter-gst3 to 3.0.10. 2015-09-05 17:43:04 +00:00
cuse4bsd-kmod
cx88 - Switch to USES=libedit as suggested by stage-qa 2015-09-11 17:31:38 +00:00
deforaos-player
devede Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
dirac By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
dragon
dtv
dtv-scan-tables
dumpmpeg
dv2jpg
dv2sub
dvbcut Update to the port's dependencies and minor changes to the port's patches. 2015-08-03 20:11:06 +00:00
dvbsnoop
dvd-slideshow
dvdauthor
dvdid
dvdrip Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
dvdstyler Update to upstream version 2.9.4 2015-11-11 22:01:01 +00:00
dvts - Add LICENSE 2015-11-13 19:16:44 +00:00
emby-server - Update to 3.0.5724.6 2015-10-16 12:35:08 +00:00
emotion_generic_players-vlc Update to 1.16.0 2015-11-16 15:45:08 +00:00
emovix - Add NO_ARCH 2015-07-30 13:27:34 +00:00
ffmpeg Add non-default OPTION to support NEON instructions on arm 2015-11-22 07:19:55 +00:00
ffmpeg0 multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
ffmpeg2theora
ffmpegthumbnailer Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
flvmeta
flvstreamer - Switch to options helpers 2015-08-28 13:39:56 +00:00
flvtool++ Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
fpc-dts - editors/lazarus update to 1.4.2 2015-08-09 08:06:43 +00:00
fpc-libvlc
fpc-matroska - editors/lazarus update to 1.4.2 2015-08-09 08:06:43 +00:00
freetuxtv Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
freevo multimedia/freevo: fix runtime with newer twisted lib 2015-09-15 13:23:07 +00:00
fxtv
gaupol Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
gavl By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gcap - Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries 2015-10-01 15:55:25 +00:00
gcfilms
gdialog
gdvrecv
ggrab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
gmencoder
gmerlin - Switch to options helpers 2015-09-04 21:33:45 +00:00
gmerlin-avdecoder By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gmimms
gmp-api - Update NSS and ca_root_nss to 3.19.2 2015-07-16 06:05:59 +00:00
gmtk Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
gnome-mplayer
gnome-subtitles Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
gpac-libgpac Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
gpac-mp4box
gpodder
grake Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
gst123
gstreamer By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gstreamer1 Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-editing-services Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-libav Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-plugins Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-plugins-all Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-assrender
gstreamer1-plugins-bad Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-core Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-dts
gstreamer1-plugins-dv
gstreamer1-plugins-dvdread
gstreamer1-plugins-gnonlin
gstreamer1-plugins-good Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-hls Add Gstreamer plugin for HLS (HTTP Live Streaming) 2015-07-25 19:59:35 +00:00
gstreamer1-plugins-kate
gstreamer1-plugins-libde265 Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-mpeg2dec
gstreamer1-plugins-mpeg2enc
gstreamer1-plugins-openh264 Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-resindvd Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-rtmp
gstreamer1-plugins-schroedinger
gstreamer1-plugins-theora
gstreamer1-plugins-ugly Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-v4l2
gstreamer1-plugins-vpx Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-plugins-x264 Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-plugins-x265 Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer1-qt4 Fix the build with GStreamer 1.6.0. 2015-09-28 07:26:19 +00:00
gstreamer1-rtsp-server Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
gstreamer1-vaapi Update gstreamer1-vaapi to 0.6.1. 2015-10-02 16:43:56 +00:00
gstreamer1-validate Update gstreamer1 ports to 1.6.0. 2015-09-26 14:36:23 +00:00
gstreamer-ffmpeg Drop 8 support. 2015-10-15 14:55:14 +00:00
gstreamer-plugins Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
gstreamer-plugins-all Convert to USES=metaport. 2015-07-15 14:29:22 +00:00
gstreamer-plugins-annodex
gstreamer-plugins-bad By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gstreamer-plugins-buzztard By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gstreamer-plugins-bz2
gstreamer-plugins-core
gstreamer-plugins-dts
gstreamer-plugins-dv
gstreamer-plugins-dvd
gstreamer-plugins-fluendo-mpegdemux By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gstreamer-plugins-gnonlin
gstreamer-plugins-good
gstreamer-plugins-mpeg2dec
gstreamer-plugins-mpeg2enc
gstreamer-plugins-resindvd
gstreamer-plugins-schroedinger
gstreamer-plugins-theora
gstreamer-plugins-ugly
gstreamer-plugins-v4l2
gstreamer-plugins-vdpau By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
gstreamer-plugins-vp8 multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
gstreamer-plugins-x264 multimedia/{lib}x264: Update to 0.144.2533 and major refactor 2015-07-03 07:02:44 +00:00
gstreamer-plugins-xvid
gstreamer-qt4 - Add LICENSE 2015-09-25 15:17:54 +00:00
gstreamermm
gtk-recordmydesktop
gtk-youtube-viewer Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
gxine
handbrake multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
imagination
iriverter
iso2mkv - Add NO_ARCH 2015-11-20 12:04:50 +00:00
jmref multimedia/jmref: update to 19.0 2015-07-01 02:08:20 +00:00
k9copy-kde4 Fix the build with the upcoming CMake 3.4.0. 2015-11-26 17:21:13 +00:00
kaffeine Add upstream commit to make the port build with the upcoming CMake 3.4.0. 2015-11-26 14:38:07 +00:00
kdemultimedia4
kdemultimedia4-ffmpegthumbs
kdemultimedia4-mplayerthumbs
kdenlive
kissdx Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
kmplayer-kde4 Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
kodi Update to upstream version 15.2 2015-10-27 19:15:56 +00:00
kplayer-kde4 Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
libaacs Convert to USES=autoreconf 2015-06-21 13:46:49 +00:00
libass Convert ASM to option helpers, make ASM arch-dependent 2015-08-26 06:22:26 +00:00
libav multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
libbdplus Convert to USES=autoreconf 2015-06-21 14:38:52 +00:00
libbluray Convert to USES=autoreconf 2015-06-21 14:41:05 +00:00
libcec
libdc1394 By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
libdca
libde265 Add libde265 Opensource h.265 video codec. 2015-07-22 16:32:05 +00:00
libdv Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
libdvbcsa
libdvbpsi
libdvdcss
libdvdnav
libdvdread Update to 5.0.3 2015-07-01 20:09:36 +00:00
libfame
libkate Remove ansi version fo wxGTK 2.8 and only keep the unicode version 2015-09-16 19:51:26 +00:00
libmatroska
libmediaart The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. 2015-08-05 19:13:24 +00:00
libmediainfo - Update to 0.7.79 2015-11-20 09:12:36 +00:00
libmovtar - Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts 2015-09-16 20:35:13 +00:00
libmpeg2
libmpeg3
libmtp multimedia/libmtp: update to 1.1.10 2015-10-06 16:55:44 +00:00
libquicktime multimedia/{lib}x264: Update to 0.144.2533 and major refactor 2015-07-03 07:02:44 +00:00
libquicktime-lame - Use INSTALL_TARGET from master port, fixing stripping 2015-06-18 21:23:55 +00:00
libquvi - Add LICENSE_FILE 2015-10-19 20:20:26 +00:00
libquvi09 - Add LICENSE_FILE 2015-10-19 20:20:30 +00:00
libquvi-scripts - Add NO_ARCH 2015-06-21 13:55:11 +00:00
libquvi-scripts09 - Add NO_ARCH 2015-06-21 13:55:07 +00:00
librtmp
libsmacker
libtheora Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
libtuner
libv4l - Don't always depend on devel/argp-standalone - it is used only by v4l-utils 2015-08-15 15:48:05 +00:00
libva Update to 1.6.1 2015-09-09 21:03:30 +00:00
libva-intel-driver - Update to 1.6.1 2015-09-09 22:14:07 +00:00
libva-vdpau-driver
libvdpau Update to 1.1.1 2015-11-25 08:05:56 +00:00
libvpx multimedia/libvpx: unbreak build on aarch64 2015-11-14 19:34:50 +00:00
libx264 multimedia/libx264: Move libx264 stdin.h patch to x264 port 2015-07-23 09:21:44 +00:00
libxine
libxspf
libzen - Update to 0.7.79 (0.4.32) 2015-11-20 09:12:32 +00:00
linux_dvbwrapper-kmod
linux-c6-libtheora Re-commit of 2015-08-09 19:14:13 +00:00
linux-c6-libv4l Re-commit of 2015-08-09 19:14:13 +00:00
linux-f10-libtheora Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
linux-f10-libv4l
linux-realplayer
linux-tsmuxer Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
linux-xmovie
lives Update to version 2.4.4 2015-11-23 21:32:49 +00:00
livestreamer
lsdvd
lxdvdrip Add USES=alias to 10 ports (Aids DragonFly support) 2015-09-19 18:17:03 +00:00
m2tstoavi
m2vrequantiser
mediadownloader
mediainfo - Update to 0.7.79 2015-11-20 09:12:40 +00:00
mencoder Build mplayer/mencoder with latest ffmpeg release 2.8.2 2015-11-14 15:37:26 +00:00
mimms - Add LICENSE 2015-08-23 23:58:07 +00:00
minitube Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
miro Remove @exec/@unexec redundant with USES=shared-mime-info 2015-09-26 13:57:38 +00:00
mjpegtools Base GCC 4.2.1 on PowerPC fails with "internal compiler error: in do_SUBST, 2015-09-07 11:57:18 +00:00
mjpg-streamer Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
mkclean
mkvalidator
mkvtoolnix multimedia/mkvtoolnix: 2015-11-19 10:38:21 +00:00
mkxvcd
mlt multimedia/mlt: update to 0.9.6 2015-06-28 14:10:53 +00:00
mmpython
mmsclient
mmsrip
motion Remove BROKEN on Tier-2 systems statements which no longer true at least 2015-09-20 14:35:57 +00:00
mp3cd Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
mp4v2
mpeg2codec
mpeg2play
mpeg4ip Replace HAVE_GNOME based check for esound with a exists() based one. 2015-09-13 16:16:32 +00:00
mpeg_encode
mpeg_play Remove bogus statement "uses i386-specific code" as a reason to mark the 2015-09-07 12:32:08 +00:00
mpeg_stat
mpgtx
mplayer multimedia/libvpx: update 1.5.0 2015-11-14 19:34:12 +00:00
mplayer2 Allow building with giflib 5.1 2015-11-12 15:21:10 +00:00
mplayer-skins
mplex
mps-youtube For now, ignore on the package builders when default python version is not 3.2+ 2015-07-24 23:19:08 +00:00
mpv multimedia/mpv: address regressions from r402235 and r402236 2015-11-23 02:21:08 +00:00
msdl
msopenh264 Update the Linphone stack. 2015-11-06 16:24:13 +00:00
msx264 Update the Linphone stack. 2015-11-06 16:24:13 +00:00
mxflib
mythtv Drop 8 support. 2015-10-15 14:55:14 +00:00
mythtv-frontend Fixup r399346. 2015-10-15 15:11:51 +00:00
naludump Add USES=alias to 10 ports (Aids DragonFly support) 2015-09-19 18:17:03 +00:00
nxtvepg - Strip binaries 2015-06-10 17:21:25 +00:00
obs-studio multimedia/{lib}x264: Update to 0.144.2533 and major refactor 2015-07-03 07:02:44 +00:00
oggvideotools
ogmrip Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
ogmtools
opencinematools
openh264 multimedia/openh264: oops, drop unused devel/binutils 2015-11-03 13:01:20 +00:00
openquicktime Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it 2015-08-09 22:24:04 +00:00
openshot Remove from plist things already added by USES 2015-09-26 00:34:53 +00:00
oqtencoder
oqtplayer
p5-Audio-M4P
p5-FFmpeg-Command - Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping 2015-11-21 13:33:18 +00:00
p5-File-Format-RIFF
p5-FLV-Info Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-GStreamer
p5-MP4-Info
p5-Net-UPnP
p5-Subtitles Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-Umph-Prompt - Add NO_ARCH 2015-10-03 17:11:29 +00:00
p5-Video-OpenQuicktime
pHash multimedia/pHash: add new port 2015-09-11 23:27:46 +00:00
phonon
phonon-designerplugin
phonon-gstreamer Fix the build with GStreamer 1.6.0. 2015-09-28 20:03:33 +00:00
phonon-vlc
phonon-xine
photofilmstrip
php-pHash multimedia/php-pHash: add new port 2015-09-11 23:28:02 +00:00
pitivi Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
playd
plexhometheater multimedia/plexhometheater: minor cleanup 2015-09-20 01:11:55 +00:00
plexmediaserver We should fetch distfiles over HTTPS 2015-11-19 21:34:06 +00:00
plexmediaserver-plexpass multimedia/plexmediaserver-plexpass: Update to 0.9.14.4 2015-11-26 12:15:25 +00:00
podcastdl Upgrade podcastdl from 0.3.1 to 0.3.2 2015-06-13 11:24:08 +00:00
poe Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source. 2015-09-19 10:33:34 +00:00
ppm2fli
projectx
ptx-kmod
pwcbsd Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
pwcview Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
py3-gstreamer1 Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
py-enzyme
py-ffmpeg
py-gstreamer Set PORTSCOUT on gstreamer ports 2015-07-21 12:51:19 +00:00
py-gstreamer1 Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
py-guessit multimedia/py-guessit: update to 0.11.0 2015-11-14 21:06:48 +00:00
py-kaa-base
py-kaa-imlib2
py-kaa-metadata
py-librtmp multimedia/py-librtmp: update to 0.3.0 2015-11-14 21:12:08 +00:00
py-mlt
py-openlp - Remove extra entry from pkg-plist 2015-10-03 02:08:06 +00:00
py-periscope
py-qt4-multimedia
py-qt4-phonon
py-soco - Update to 0.11.1 2015-06-23 17:29:44 +00:00
py-subliminal multimedia/py-subliminal: update to 1.0.1 2015-09-04 17:14:26 +00:00
py-tvnamer
pyjama
pymp Improve shebangfix framework 2015-10-19 14:50:52 +00:00
qmmp Bump port revision after `audio/libsidplayfp' update to chase the shared 2015-10-24 14:46:28 +00:00
qmmp-plugin-pack
qt4-mobility
qt4-multimedia Update the Qt4 ports to 4.8.7. 2015-09-16 08:55:04 +00:00
qt5-multimedia Fix qt5-multimedia with GStreamer 1.6.0. 2015-09-28 20:20:53 +00:00
qt5-phonon4
qt5-phonon4-designerplugin
qt5-phonon4-gstreamer Fix build with GStreamer 1.6.0. 2015-09-28 20:33:53 +00:00
qt5-phonon4-vlc
qt-faststart
quark
quodlibet Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
quvi
quvi09
rage - Upgrade x11-wm/enlightenment to 0.19.7 [1] 2015-08-04 17:28:42 +00:00
recmpeg
recordmydesktop
replex - make portlint happier 2015-11-21 19:14:39 +00:00
rox-videothumbnail
rtmpdump - Switch to options helpers 2015-08-28 13:39:56 +00:00
rubygem-clutter-gstreamer Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
rubygem-flvtool2 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files 2015-07-02 16:01:06 +00:00
rubygem-gstreamer - Fix shebangs 2015-09-10 23:06:08 +00:00
sabbu - Remove BROKEN statement that is not true: port configures and builds fine 2015-09-07 08:40:11 +00:00
schroedinger By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
smpeg
smpeg2
smplayer - Update to 15.9.0, please see 2015-09-29 23:29:01 +00:00
smplayer-skins
smplayer-themes - Add missing files to plist 2015-08-14 14:34:11 +00:00
sms1xxx-kmod
smtube Update to version 15.11.0 2015-11-21 19:15:00 +00:00
snappy
spigot
spook - Fix V4L support 2015-06-28 10:47:11 +00:00
spotify-websocket-api Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
subtitlecomposer-kde4
subtitleeditor Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
subtitleoffsetmodifier
subtitleripper
subtools
swfdec-gnome
szap-s2
tcmplex-panteltje
tivodecode
totem Update totem to 3.16.3. 2015-09-04 10:41:33 +00:00
totem-pl-parser The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. 2015-08-05 19:13:24 +00:00
tovid Resurrect multimedia/tovid 2015-08-08 12:55:24 +00:00
transcode Remove support for WANT_SDL/HAVE_SDL knobs 2015-11-09 14:30:02 +00:00
tstools - Use proper installation commands 2015-08-27 16:50:21 +00:00
tvheadend - Update to 4.0.6 2015-10-22 10:19:42 +00:00
umph - Add NO_ARCH 2015-10-01 15:55:29 +00:00
umplayer - Switch to options helpers 2015-08-28 13:39:56 +00:00
umr Un-break port: Distfile is fetchable again 2015-11-11 23:07:07 +00:00
v4l_compat Update libv4l and friends to 1.6.3. 2015-06-14 04:59:37 +00:00
v4l-utils Update libv4l and friends to 1.6.3. 2015-06-14 04:59:37 +00:00
vamps
vcdgear
vcdimager
vcdpad
vdpauinfo
vdr Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
vdr-plugin-control
vdr-plugin-eepg
vdr-plugin-epgsearch
vdr-plugin-extrecmenu
vdr-plugin-femon
vdr-plugin-infosatepg
vdr-plugin-iptv
vdr-plugin-markad
vdr-plugin-osdpip
vdr-plugin-osdteletext
vdr-plugin-reelchannelscan
vdr-plugin-remote Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
vdr-plugin-skinenigmang
vdr-plugin-sleeptimer
vdr-plugin-softhddevice
vdr-plugin-streamdev - Fix shebangs 2015-07-31 15:16:23 +00:00
vdr-plugin-ttxtsubs
vdr-plugin-upnp
vdr-plugin-vdrmanager
vdr-plugin-vnsiserver
vdr-plugin-wirbelscan
vdr-plugin-xineliboutput
vdr-plugin-xvdr - Add LICENSE 2015-08-29 12:08:23 +00:00
vdr-plugins Use OPTIONS helpers, convert to USES=metaport. 2015-07-15 18:00:39 +00:00
vic
vid.stab multimedia/vid.stab: fix build on ARM and MIPS 2015-06-11 17:12:08 +00:00
vlc Drop 8 support. 2015-10-15 14:55:14 +00:00
vlc-qt4
vstream-client
vtkmpeg2encode
w_scan
webcamd
win32-codecs
winff - Fix build adding dependencies 2015-08-19 15:20:07 +00:00
x264 Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of ports 2015-11-16 00:30:00 +00:00
x265 - Clarify LICENSE 2015-10-06 21:14:15 +00:00
xanim multimedia/xanim: USES=alias to fix malloc.h-less DF 2015-11-13 08:47:34 +00:00
xawtv Fix include path to pick uÃp local headers first instead of LOCALBASE stuff. 2015-10-30 12:41:06 +00:00
xbmc-addon-pvr
xfce4-parole - Update to 0.8.1 (bugfix release) 2015-10-15 18:22:02 +00:00
xine Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
xmms By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
xmms-skins
xmms-skins-huge
xporthdmv
xtheater Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
xvid Update to upstream version 1.3.4 [1], take maintainership [2] 2015-10-10 18:49:44 +00:00
yamdi
zoneminder Drop 8 support. 2015-10-15 14:55:14 +00:00
Makefile Remove expired ports: 2015-11-01 16:02:28 +00:00