Bump due to ffmpeg update to 0.7.1

This commit is contained in:
Martin Matuska 2011-06-24 22:39:03 +00:00
parent c5b7f54af8
commit c86cd8cae2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276239
82 changed files with 160 additions and 62 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= akode
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_GENTOO}

View File

@ -7,7 +7,7 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.0.23
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.silug.org/pub/alsa/plugins/ \
ftp://gd.tuwien.ac.at/opsys/linux/alsa/plugins/ \

View File

@ -6,6 +6,7 @@
PORTNAME= amarok
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src

View File

@ -7,7 +7,7 @@
PORTNAME= aqualung
DISTVERSION= 0.9beta11
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
http://wickedmachine.net/mirror/

View File

@ -7,6 +7,7 @@
PORTNAME= cmus
PORTVERSION= 2.4.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -7,7 +7,7 @@
PORTNAME= cuberok
PORTVERSION= 0.0.11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE

View File

@ -7,6 +7,7 @@
PORTNAME= deadbeef
PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/

View File

@ -7,7 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.4.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/

View File

@ -7,7 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.16.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio ipv6
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
DISTNAME= mpd-${PORTVERSION}

View File

@ -7,6 +7,7 @@
PORTNAME= picard
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \

View File

@ -6,7 +6,7 @@
PORTNAME= soundkonverter
DISTVERSION= 0.9.94rc2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio kde
MASTER_SITES= https://api.opensuse.org/public/source/home:HessiJames/soundkonverter/

View File

@ -7,6 +7,7 @@
PORTNAME= sox
PORTVERSION= 14.3.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -7,6 +7,7 @@
PORTNAME= spek
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}

View File

@ -7,7 +7,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.7
PORTREVISION?= 1
PORTREVISION?= 2
DISTVERSIONSUFFIX=DrNo
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= netgen
PORTVERSION= 4.9.13
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= cad
MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION}/

View File

@ -7,7 +7,7 @@
PORTNAME= libdlna
PORTVERSION= 0.2.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://libdlna.geexbox.org/releases/ \
http://critical.ch/distfiles/ \

View File

@ -7,6 +7,7 @@
PORTNAME= synfig
DISTVERSION= 0.62.02
PORTREVISION= 1
CATEGORIES= devel graphics multimedia
MASTER_SITES= SF

View File

@ -6,6 +6,7 @@
PORTNAME= vice
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.viceteam.org/online/ \
http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \

View File

@ -7,6 +7,7 @@
PORTNAME= amide
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
EXTRACT_SUFX= .tgz

View File

@ -6,6 +6,7 @@
PORTNAME= blender
PORTVERSION= 2.57b
PORTREVISION= 1
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \

View File

@ -0,0 +1,17 @@
--- source/blender/blenkernel/intern/writeffmpeg.c.orig 2011-06-24 09:07:48.320613989 +0200
+++ source/blender/blenkernel/intern/writeffmpeg.c 2011-06-24 09:08:17.697825516 +0200
@@ -1101,12 +1101,12 @@
switch (o->type) {
case FF_OPT_TYPE_INT:
case FF_OPT_TYPE_INT64:
- val.i = o->default_val;
+ val.i = o->default_val.i64;
idp_type = IDP_INT;
break;
case FF_OPT_TYPE_DOUBLE:
case FF_OPT_TYPE_FLOAT:
- val.f = o->default_val;
+ val.f = o->default_val.dbl;
idp_type = IDP_FLOAT;
break;
case FF_OPT_TYPE_STRING:

View File

@ -7,7 +7,7 @@
PORTNAME= bugle
PORTVERSION= 0.0.20091026
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= cimg
PORTVERSION= 1.4.8
PORTEPOCH= 2
PORTEPOCH= 3
CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME} \
SF/${PORTNAME}/old

View File

@ -7,7 +7,7 @@
PORTNAME= enfle
PORTVERSION= 20101006
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://enfle.fennel.org/files/stable/

View File

@ -7,7 +7,7 @@
PORTNAME= gimp-gap
PORTVERSION= 2.4.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \

View File

@ -7,6 +7,7 @@
PORTNAME= gmic
PORTVERSION= 1.4.9.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME} \
SF/${PORTNAME}/old

View File

@ -7,7 +7,7 @@
PORTNAME= gnash
PORTVERSION= 20100218
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
PKGNAMESUFFIX= -devel

View File

@ -0,0 +1,15 @@
--- macros/ffmpeg.m4.orig 2011-06-24 09:51:50.606673957 +0200
+++ macros/ffmpeg.m4 2011-06-24 09:52:10.371550401 +0200
@@ -184,9 +184,9 @@
AC_MSG_CHECKING([ffmpeg version])
- ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
- ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
- ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
if test x"${ffmpeg_major_version}" != x ; then

View File

@ -7,7 +7,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -0,0 +1,15 @@
--- configure.orig 2011-06-24 09:37:48.372797223 +0200
+++ configure 2011-06-24 09:49:48.244082692 +0200
@@ -20791,9 +20791,9 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ffmpeg version" >&5
$as_echo_n "checking ffmpeg version... " >&6; }
- ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${avcodec_h} | sed -e "s%[^0-9]%%g"`
- ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${avcodec_h} | sed -e "s%[^0-9]%%g"`
- ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${avcodec_h} | sed -e "s%[^0-9]%%g"`
+ ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[^0-9]%%g"`
+ ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[^0-9]%%g"`
+ ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[^0-9]%%g"`
if test x"${ffmpeg_major_version}" != x ; then

View File

@ -0,0 +1,15 @@
--- macros/ffmpeg.m4.orig 2011-06-24 09:51:50.606673957 +0200
+++ macros/ffmpeg.m4 2011-06-24 09:52:10.371550401 +0200
@@ -184,9 +184,9 @@
AC_MSG_CHECKING([ffmpeg version])
- ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
- ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
- ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
+ ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"`
if test x"${ffmpeg_major_version}" != x ; then

View File

@ -7,7 +7,7 @@
PORTNAME= iulib
PORTVERSION= 0.4
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .tgz

View File

@ -7,6 +7,7 @@
PORTNAME= lightspark
DISTVERSION= r20110309
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
PKGNAMESUFFIX= -devel

View File

@ -7,7 +7,7 @@
PORTNAME= opencv
PORTVERSION= 2.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION:R}
DISTNAME= OpenCV-${PORTVERSION}

View File

@ -7,6 +7,7 @@
PORTNAME= osg
PORTVERSION= 2.9.11
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,7 +7,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.6.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}-php/${PORTNAME}-php/${PORTVERSION}
PKGNAMEPREFIX= php5-

View File

@ -7,6 +7,7 @@
PORTNAME= wxsvg
DISTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1

View File

@ -7,7 +7,7 @@
PORTNAME= pike76
PORTVERSION= 7.6.112
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \

View File

@ -7,7 +7,7 @@
PORTNAME= octave-forge-video
PORTVERSION= 1.0.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org

View File

@ -9,7 +9,7 @@
PORTNAME= aegisub
PORTVERSION= 2.1.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://ftp.aegisub.org/pub/releases/ \
http://ftp2.aegisub.org/pub/releases/ \
@ -31,7 +31,7 @@ OPTIONS= DEBUG "Enable debug" Off \
PORTAUDIO "Enable PortAudio2 audio provider (only one)" Off \
PULSE "Enable PulseAudio audio provider (only one)" On \
OSS "Enable OSS audio player (require portaudio)" Off \
FFMPEG "Enable FFMPEG video provider" On \
FFMPEG "Enable FFMPEG video provider" Off \
HUNSPELL "Hungarian Spell" On \
LUA "LUA Scripting" On \
PERL "Perl Scripting" On
@ -92,7 +92,8 @@ CONFIGURE_ARGS+= --with-player-audio=pulseaudio
CONFIGURE_ARGS+= --with-player-audio=portaudio
.endif
.endif
.if defined(WITH_FFMPEG)
.if !defined(WITHOUT_FFMPEG)
BROKEN= ffmpeg support is broken
BUILD_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg
CONFIGURE_ARGS+= --with-provider-video=ffmpegsource --with-provider-audio=ffmpegsource
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 2.5.1
PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz

View File

@ -7,7 +7,7 @@
PORTNAME= avbin
PORTVERSION= 7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,7 +7,7 @@
PORTNAME= bombono
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/bombono/bombono-dvd/1.0
DISTNAME= bombono-dvd-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= dvbcut
PORTVERSION= 0.6.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://www.mr511.de/dvbcut/

View File

@ -7,7 +7,7 @@
PORTNAME= mediakit
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia gnustep
MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-

View File

@ -6,6 +6,7 @@
PORTNAME= ffmpeg2theora
PORTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/

View File

@ -6,6 +6,7 @@
PORTNAME= ffmpegthumbnailer
PORTVERSION= 2.0.4
PORTREVISION= 1
CATEGORIES= multimedia graphics
MASTER_SITES= GOOGLE_CODE

View File

@ -7,7 +7,7 @@
PORTNAME= gmerlin-avdecoder
PORTVERSION= 1.0.1
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= multimedia
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}

View File

@ -6,7 +6,7 @@
PORTNAME= k9copy
PORTVERSION= 2.3.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= multimedia kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-kde4/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source

View File

@ -6,6 +6,7 @@
PORTNAME= kdemultimedia
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src

View File

@ -7,7 +7,7 @@
PORTNAME= kino
PORTVERSION= 1.3.4
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= libquicktime
PORTVERSION= 1.2.2
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= multimedia
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.19
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib

View File

@ -7,7 +7,7 @@
PORTNAME= miro
PORTVERSION= 4.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \
http://ftp.osuosl.org/pub/pculture.org/miro/src/

View File

@ -6,7 +6,7 @@
PORTNAME= mlt
PORTVERSION= 0.6.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

View File

@ -7,7 +7,7 @@
PORTNAME= moonlight
PORTVERSION= 2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/moon/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \

View File

@ -7,7 +7,7 @@
PORTNAME= motion
PORTVERSION= 3.2.11.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%203.2/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= mpeg4ip
PORTVERSION= 1.6.1
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= LOCAL/ahze
# http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
@ -144,7 +144,8 @@ PLIST_SUB+= XVID="@comment "
BROKEN= Does not compile
.endif
post-patch:
#post-patch:
pre-configure:
@${TOUCH} -f ${WRKSRC}/bootstrapped
# don't compile or use libmp4v2
@${REINPLACE_CMD} -e 's|mp4v2||' \

View File

@ -1,5 +1,5 @@
--- server/mp4live/video_ffmpeg.cpp.orig 2008-07-27 18:33:54.140404708 -0500
+++ server/mp4live/video_ffmpeg.cpp 2008-07-27 18:34:54.699683611 -0500
--- server/mp4live/video_ffmpeg.cpp.orig 2007-01-30 22:53:45.000000000 +0100
+++ server/mp4live/video_ffmpeg.cpp 2011-06-24 22:08:18.167374694 +0200
@@ -121,9 +121,6 @@
m_avctx->bit_rate =
Profile()->GetIntegerValue(CFG_VIDEO_BIT_RATE) * 1000;
@ -23,3 +23,12 @@
#else
AVRational asp =
{Profile()->GetIntegerValue(CFG_VIDEO_MPEG4_PAR_WIDTH),
@@ -225,7 +222,7 @@
}
if (wantKeyFrame) m_picture->pict_type = FF_I_TYPE; //m_picture->key_frame = 1;
else //m_picture->key_frame = 0;
- m_picture->pict_type = 0;
+ m_picture->pict_type = FF_P_TYPE;
m_picture->data[0] = (uint8_t *)pY;
m_picture->data[1] = (uint8_t *)pU;

View File

@ -7,7 +7,7 @@
PORTNAME= openmovieeditor
PORTVERSION= 0.0.20090105
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= SF

View File

@ -7,6 +7,7 @@
PORTNAME= qmmp
PORTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
${MASTER_SITE_GOOGLE_CODE}

View File

@ -7,7 +7,7 @@
PORTNAME= sabbu
PORTVERSION= 0.3.0
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.1.5
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://fromani.exit1.org/

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-markad
PORTVERSION= 0.1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/578/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-osdpip
PORTVERSION= 0.1.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/267/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-softdevice
PORTVERSION= 0.5.0p20100414
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= nox/

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-upnp
PORTVERSION= 0.0.2a2
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-xineliboutput
PORTVERSION= 1.0.90s20110308.2305
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= SF:release \
LOCAL:snapshot

View File

@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.10
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \

View File

@ -7,7 +7,7 @@
PORTNAME= xbmc
PORTVERSION= 10.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://mirrors.xbmc.org/releases/source/

View File

@ -7,7 +7,7 @@
PORTNAME= zoneminder
PORTVERSION= 1.24.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= http://www2.zoneminder.com/downloads/ \
http://www.zoneminder.com/downloads/

View File

@ -7,7 +7,7 @@
PORTNAME= mediatomb
PORTVERSION= 0.12.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net multimedia
MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= minidlna
PORTVERSION= 2010.12.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net multimedia www
MASTER_SITES= http://aldan.algebra.com/~mi/

View File

@ -7,7 +7,9 @@ VERS!= uname -r
CFLAGS+=-I${FILESDIR} -I${.CURDIR} -I${LOCALBASE}/include -I${LOCALBASE}/include/ffmpeg
CFLAGS+=-I${LOCALBASE}/include/libavutil
CFLAGS+=-DPREFIX='"${PREFIX}"' -DOS='"${OS}"' -DOSVERSION='"${VERS}"'
CFLAGS+=-Wformat -Werror
CFLAGS+=-Wformat
NO_WERROR= true
LDADD+= -L${LOCALBASE}/lib
LDADD+= -lsqlite3 -ljpeg -lexif -lid3tag -logg -lvorbis -lFLAC -lavformat

View File

@ -7,7 +7,7 @@
PORTNAME= opal
PORTVERSION= 2.2.11
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= GNOME

View File

@ -124,7 +124,7 @@ PLIST_SUB+= THEORA="@comment "
.endif
.if defined(WITH_X264)
LIB_DEPENDS+= x264.110:${PORTSDIR}/multimedia/x264
LIB_DEPENDS+= x264.115:${PORTSDIR}/multimedia/x264
CONFIGURE_ARGS+= --enable-h264
PLIST_SUB+= X264=""
WITH_VIDEO= yes
@ -136,6 +136,9 @@ PLIST_SUB+= X264="@comment "
.if defined(WITH_FFMPEG)
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
CONFIGURE_ARGS+= --enable-ffmpeg --enable-ffmpeg-h263
CONFIGURE_ENV+= ac_cv_lib_avcodec_h263p_encoder=yes \
ac_cv_lib_avcodec_h264_decoder=yes \
ac_cv_lib_avcodec_mpeg4_encoder=yes
PLIST_SUB+= FFMPEG=""
WITH_VIDEO= yes
.else

View File

@ -7,7 +7,7 @@
PORTNAME= openh323
PORTVERSION= 1.19.0.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src

View File

@ -7,7 +7,7 @@
PORTNAME= k3b
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils multimedia kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= k3b
PORTVERSION= 1.0.5
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= sysutils multimedia kde
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= libextractor
PORTVERSION= 0.6.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -7,6 +7,7 @@
PORTNAME= cherokee
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/1.2/${PORTVERSION}/ \
http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \

View File

@ -7,7 +7,7 @@
PORTNAME= nucleo
PORTVERSION= 0.7.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/