Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.212 2013/06/13 14:01:34 obache Exp $
# $NetBSD: Makefile,v 1.221 2014/02/02 15:24:54 rodent Exp $
#
COMMENT= Multimedia utilities
SUBDIR+= acidrip
SUBDIR+= adobe-flash-plugin
SUBDIR+= adobe-flash-plugin10.1
SUBDIR+= adobe-flash-plugin11
SUBDIR+= alevt
SUBDIR+= audiocd-kio
@@ -29,10 +28,12 @@ SUBDIR+= dvdview
SUBDIR+= farsight2
SUBDIR+= ffmpeg
SUBDIR+= ffmpeg010
SUBDIR+= ffmpeg2
SUBDIR+= ffmpeg2theora
SUBDIR+= ffmpegthumbnailer
SUBDIR+= ffmpegthumbs
SUBDIR+= ffplay
SUBDIR+= ffplay2
SUBDIR+= flashplayer
SUBDIR+= fuppes
SUBDIR+= fxtv
@@ -73,6 +74,7 @@ SUBDIR+= gst-plugins1-ogg
SUBDIR+= gst-plugins1-resindvd
SUBDIR+= gst-plugins1-theora
SUBDIR+= gst-plugins1-ugly
SUBDIR+= gst-plugins1-v4l2
SUBDIR+= gst-plugins1-vpx
SUBDIR+= gst-plugins1-x264
SUBDIR+= gst123
@@ -90,8 +92,10 @@ SUBDIR+= kmix
SUBDIR+= kmplayer
SUBDIR+= kmplayer-kde3
SUBDIR+= kscd
SUBDIR+= libaacs
SUBDIR+= libass
SUBDIR+= libassetml
SUBDIR+= libbdplus
SUBDIR+= libdv
SUBDIR+= libdv-tools
SUBDIR+= libdvbpsi
@@ -109,6 +113,7 @@ SUBDIR+= libkate
SUBDIR+= libkcddb
SUBDIR+= libkcompactdisc
SUBDIR+= libmatroska
SUBDIR+= libmediainfo
SUBDIR+= libmp4v2
SUBDIR+= libmpeg2
SUBDIR+= libmpeg3
@@ -154,16 +159,17 @@ SUBDIR+= phonon-backend-vlc
SUBDIR+= php-ming
SUBDIR+= pitivi
SUBDIR+= pspvc
SUBDIR+= py-clutter-gst
SUBDIR+= py-gstreamer0.10
SUBDIR+= py-ming
SUBDIR+= realplayer-codecs
SUBDIR+= regionset
SUBDIR+= replex
SUBDIR+= ruby-gnome2-clutter-gstreamer
SUBDIR+= ruby-gnome2-gstreamer
SUBDIR+= ruby-ming
SUBDIR+= schroedinger
SUBDIR+= smpeg
SUBDIR+= smpeg2
SUBDIR+= subtitleeditor
SUBDIR+= swfdec
SUBDIR+= swfdec-gnome

View File

@@ -1,11 +0,0 @@
Netscape compatible plugin for Adobe Flash player. This package
contains a plugin that enables web browsers to render the Flash
format.
The nspluginwrapper option (enabled by default on non Linux platforms)
permits the use of the the Linux x86 flash player in Firefox browsers
on other x86 systems and x86_64 systems.
For NetBSD this package requires emul.linux.kern.osrelease = 2.6.18
or later, which means it will not work on NetBSD 5.x or older
systems.

View File

@@ -1,19 +0,0 @@
#!/bin/sh
# $NetBSD: INSTALL.nspluginwrapper,v 1.3 2011/11/03 18:16:51 abs Exp $
PATH=@PREFIX@/bin:$PATH
case $STAGE in
POST-INSTALL)
nspluginwrapper -i @PREFIX@/lib/netscape/plugins/libflashplayer.so
;;
esac
case $STAGE in
DEINSTALL)
for wrapped in `nspluginwrapper -l | grep ^/` ; do
nspluginwrapper -r $wrapped
done
;;
esac

View File

@@ -1,12 +0,0 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2011/02/10 15:37:00 wiz Exp $
WARNING!
The flash plugin *really* requires this step because of PulseAudio:
Some Linux binaries require tmpfs to be mounted on /dev/shm.
This can be automated by adding the following to your /etc/fstab:
tmpfs /emul/linux/dev/shm tmpfs rw,-m1777
===========================================================================

View File

@@ -1,10 +0,0 @@
===========================================================================
$NetBSD: MESSAGE.pulseaudio,v 1.1 2011/11/03 18:16:51 abs Exp $
The flash plugin requires tmpfs to be mounted on /dev/shm for PulseAudio.
This can be automated by adding the following to your /etc/fstab:
tmpfs /emul/linux/dev/shm tmpfs rw,-m1777
===========================================================================

View File

@@ -1,44 +0,0 @@
# $NetBSD: Makefile,v 1.29 2013/06/14 08:22:13 obache Exp $
DISTNAME= flash-plugin-${FLASH_VERSION}-release.i386
PKGNAME= adobe-${DISTNAME:C/-release.*//}
CATEGORIES= multimedia www
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${FLASH_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.adobe.com/products/flashplayer.html
COMMENT= Adobe Flash Player Browser plugin
LICENSE= flash-license
RESTRICTED= Redistribution not permitted
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.[0-9].*-*
WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
EXTRACT_SUFX= .rpm
CRYPTO= yes
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= gtk2 x11 krb5 alsa curl
EMUL_REQD= suse>=11.3
FLASH_VERSION= 10.3.183.90
CONFLICTS= ns-flash-[0-9]*
NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
.include "options.mk"
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/usr/lib/flash-plugin/libflashplayer.so \
${DESTDIR}${NS_PLUGINS_DIR}
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.2 2011/02/10 09:49:09 ahoka Exp $
lib/netscape/plugins/libflashplayer.so

View File

@@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.20 2013/06/14 08:22:13 obache Exp $
SHA1 (flash-plugin-10.3.183.90-release.i386.rpm) = ff1d926d31841caf7c22a69e3b8c2f139064dd1c
RMD160 (flash-plugin-10.3.183.90-release.i386.rpm) = 97ff508945e5f7e76eb0cf757313b96939595985
Size (flash-plugin-10.3.183.90-release.i386.rpm) = 5458753 bytes

View File

@@ -1,33 +0,0 @@
# $NetBSD: options.mk,v 1.7 2011/11/03 18:16:52 abs Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.adobe-flash-plugin
PKG_SUPPORTED_OPTIONS= nspluginwrapper pulseaudio
# XXXX: If nspluginwrapper is enabled and this package is installed after
# firefox (or similar) it will install a system wide wrapped plugin into
# @PREFIX/lib/<browser>/plugins. If it is installed before a browser
# it will install a plugin for the current user in ~/.mozilla/plugins/
# or similar. This is inconsistant and potentially confusing.
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PKG_SUGGESTED_OPTIONS= nspluginwrapper
. endif
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mnspluginwrapper)
DEPENDS+= nspluginwrapper>0:../../www/nspluginwrapper
. if !empty(PKG_OPTIONS:Mpulseaudio)
# usr/lib/libpulse.so.0 provided by suse32_gtk2
MESSAGE_SRC+= ${PKGDIR}/MESSAGE.pulseaudio
. else
DEPENDS+= libflashsupport>0:../../multimedia/libflashsupport
. endif
INSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper
DEINSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper
.endif

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17.2.2 2013/09/11 12:42:21 tron Exp $
# $NetBSD: Makefile,v 1.26.2.1 2014/04/09 14:17:04 tron Exp $
DISTNAME= flash-plugin-${FLASH_VERSION}-release.${FLASH_ARCH}
PKGNAME= adobe-${DISTNAME:C/-release.*//}
@@ -27,10 +27,10 @@ CRYPTO= yes
# XXX At present, it seems www/nspluginwrapper does not support native x86_64
# plugin. --2011-10-08 ryoon
EMUL_PLATFORMS= linux-i386 #linux-x86_64
EMUL_MODULES.linux= gtk2 x11 krb5 alsa curl
EMUL_MODULES.linux= gtk2 x11 krb5 alsa curl nss nspr
EMUL_REQD= suse>=11.3
FLASH_VERSION= 11.2.202.310
FLASH_VERSION= 11.2.202.350
.include "../../mk/bsd.prefs.mk"

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16.2.2 2013/09/11 12:42:21 tron Exp $
$NetBSD: distinfo,v 1.24.2.1 2014/04/09 14:17:04 tron Exp $
SHA1 (flash-plugin-11.2.202.310-release.i386.rpm) = 9c4b06adacae22eb1d466caef0872cb278e1db9c
RMD160 (flash-plugin-11.2.202.310-release.i386.rpm) = bc9b5dc5edfc85c72b973d90e8698ab008fdcb6e
Size (flash-plugin-11.2.202.310-release.i386.rpm) = 6903098 bytes
SHA1 (flash-plugin-11.2.202.350-release.i386.rpm) = 5a676c7a70b68d5dc5a7877d75da8a14909d6c06
RMD160 (flash-plugin-11.2.202.350-release.i386.rpm) = 87c154048157b0ec855b26b892c27d47e6f743bc
Size (flash-plugin-11.2.202.350-release.i386.rpm) = 6903557 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2013/06/06 12:54:50 wiz Exp $
# $NetBSD: Makefile,v 1.11 2014/02/12 23:18:16 tron Exp $
DISTNAME= audiocd-kio-${_KDE_VERSION}
PKGREVISION= 3
PKGREVISION= 1
CATEGORIES= multimedia
COMMENT= Kioslave for accessing audio CDs

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/05/21 12:49:36 markd Exp $
$NetBSD: distinfo,v 1.4 2014/02/01 02:20:51 markd Exp $
SHA1 (audiocd-kio-4.10.3.tar.xz) = 5539c665dd3173493d0a45fb775c27a4a84a2b3d
RMD160 (audiocd-kio-4.10.3.tar.xz) = 7768a544b696f02f843dc1d763fb794894e24348
Size (audiocd-kio-4.10.3.tar.xz) = 56648 bytes
SHA1 (audiocd-kio-4.11.5.tar.xz) = 553aa60a48e84d7ff97746d4b0aad3f075abeaad
RMD160 (audiocd-kio-4.11.5.tar.xz) = c6a87420eaca5061599cd5b1c0f1dfe15310a29e
Size (audiocd-kio-4.11.5.tar.xz) = 51328 bytes

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.84 2013/06/06 12:54:50 wiz Exp $
# $NetBSD: Makefile,v 1.87 2013/11/25 12:00:47 wiz Exp $
#
DISTNAME= avidemux_2.5.4
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 19
PKGREVISION= 22
CATEGORIES= multimedia
MASTER_SITES= http://download.berlios.de/avidemux/

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/08 09:20:58 asau Exp $
# $NetBSD: Makefile,v 1.6 2013/12/08 02:56:22 dholland Exp $
#
DISTNAME= bsdav-1.4
@@ -18,6 +18,7 @@ NO_CONFIGURE= yes
MAKE_ENV+= DIST=${WRKSRC}
MAKE_ENV+= MKPICINSTALL=no
MAKE_ENV+= MKSTATIC=no
MAKE_FLAGS+= MKPROFILE=yes
BUILDLINK_TRANSFORM+= rm:-Werror

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/10/08 09:20:58 asau Exp $
# $NetBSD: Makefile,v 1.4 2014/01/27 23:12:14 wiedi Exp $
#
DISTNAME= ccxstream-1.0.15
@@ -15,6 +15,8 @@ USE_TOOLS+= gmake
DOCDIR= share/doc/ccxstream
INSTALLATION_DIRS= bin ${DOCDIR}
LDFLAGS.SunOS+= -lsocket -lnsl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccxstream ${DESTDIR}${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ccxtest ${DESTDIR}${PREFIX}/bin/
@@ -26,5 +28,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/PORTING ${DESTDIR}${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/${DOCDIR}
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:06 jperkin Exp $
bin/ccxstream
bin/ccxtest
share/doc/ccxstream/COPYRIGHT
@@ -9,4 +9,3 @@ share/doc/ccxstream/TODO
share/doc/ccxstream/xbmsp-rc
share/doc/ccxstream/xbmsp-xml.txt
share/doc/ccxstream/xbmsp.txt
share/examples/rc.d/ccxstream

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.28 2013/06/06 12:53:50 wiz Exp $
# $NetBSD: Makefile,v 1.32 2014/01/03 12:35:06 obache Exp $
#
DISTNAME= clutter-gst-1.2.0
PKGREVISION= 15
DISTNAME= clutter-gst-2.0.8
CATEGORIES= multimedia
MASTER_SITES= http://source.clutter-project.org/sources/clutter-gst/1.2/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/2.0/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.clutter-project.org/
@@ -13,13 +13,15 @@ LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
.include "options.mk"
BUILDLINK_API_DEPENDS.clutter+= clutter>=1.6.0
.include "../../graphics/clutter/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../graphics/cogl/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,24 +1,33 @@
@comment $NetBSD: PLIST,v 1.4 2010/03/11 04:07:58 obache Exp $
include/clutter-1.0/clutter-gst/clutter-gst-util.h
include/clutter-1.0/clutter-gst/clutter-gst-version.h
include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h
include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h
include/clutter-1.0/clutter-gst/clutter-gst.h
lib/libclutter-gst-1.0.la
lib/pkgconfig/clutter-gst-1.0.pc
@comment $NetBSD: PLIST,v 1.6 2014/01/03 12:35:06 obache Exp $
include/clutter-gst-2.0/clutter-gst/clutter-gst-enum-types.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-util.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-version.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h
include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h
include/clutter-gst-2.0/clutter-gst/clutter-gst.h
${PLIST.introspection}lib/girepository-1.0/ClutterGst-2.0.typelib
lib/gstreamer-1.0/libgstclutter.la
lib/libclutter-gst-2.0.la
lib/pkgconfig/clutter-gst-2.0.pc
${PLIST.introspection}share/gir-1.0/ClutterGst-2.0.gir
share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html
share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html
share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html
share/gtk-doc/html/clutter-gst/ch01.html
share/gtk-doc/html/clutter-gst/ch02.html
share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html
share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html
share/gtk-doc/html/clutter-gst/clutter-gst.devhelp
share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2
share/gtk-doc/html/clutter-gst/home.png
share/gtk-doc/html/clutter-gst/index.html
share/gtk-doc/html/clutter-gst/index.sgml
share/gtk-doc/html/clutter-gst/left-insensitive.png
share/gtk-doc/html/clutter-gst/left.png
share/gtk-doc/html/clutter-gst/license.html
share/gtk-doc/html/clutter-gst/right-insensitive.png
share/gtk-doc/html/clutter-gst/right.png
share/gtk-doc/html/clutter-gst/style.css
share/gtk-doc/html/clutter-gst/up-insensitive.png
share/gtk-doc/html/clutter-gst/up.png

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.23 2013/06/06 12:53:50 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.27 2014/01/03 12:35:06 obache Exp $
#
BUILDLINK_TREE+= clutter-gst
@@ -6,13 +6,13 @@ BUILDLINK_TREE+= clutter-gst
.if !defined(CLUTTER_GST_BUILDLINK3_MK)
CLUTTER_GST_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=1.0.0
BUILDLINK_ABI_DEPENDS.clutter-gst+= clutter-gst>=1.2.0nb15
BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=2.0.0
BUILDLINK_ABI_DEPENDS.clutter-gst?= clutter-gst>=2.0.8
BUILDLINK_PKGSRCDIR.clutter-gst?= ../../multimedia/clutter-gst
.include "../../graphics/clutter/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.endif # CLUTTER_GST_BUILDLINK3_MK
BUILDLINK_TREE+= -clutter-gst

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2010/09/16 11:23:18 obache Exp $
$NetBSD: distinfo,v 1.6 2014/01/03 12:35:06 obache Exp $
SHA1 (clutter-gst-1.2.0.tar.gz) = eed8f4a980e4146c470b6ad2f3a9e29bb5e191c3
RMD160 (clutter-gst-1.2.0.tar.gz) = ed304e729a9e8b89b4fde987f08df199cce7d758
Size (clutter-gst-1.2.0.tar.gz) = 513743 bytes
SHA1 (clutter-gst-2.0.8.tar.xz) = b692ff83e0484d87b55fc3ac6e420c83a7504a95
RMD160 (clutter-gst-2.0.8.tar.xz) = 8618558439f0880efb09b27744a6bf5c0d2a2e1a
Size (clutter-gst-2.0.8.tar.xz) = 355796 bytes

View File

@@ -0,0 +1,21 @@
# $NetBSD: options.mk,v 1.3 2014/01/03 12:35:06 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter-gst
PKG_SUPPORTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS= introspection
.include "../../mk/bsd.options.mk"
PLIST_VARS+= introspection
.if !empty(PKG_OPTIONS:Mintrospection)
USE_TOOLS+= gmake
PLIST.introspection= yes
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.6.8
BUILDLINK_DEPMETHOD.gobject-introspection+= build
.include "../../devel/gobject-introspection/buildlink3.mk"
CONFIGURE_ARGS+= --enable-introspection=yes
.else
CONFIGURE_ARGS+= --enable-introspection=no
.endif

View File

@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.7 2013/06/15 12:42:12 khorben Exp $
# $NetBSD: Makefile,v 1.9 2013/10/10 14:41:55 ryoon Exp $
#
DISTNAME= Player-0.1.6
PKGNAME= deforaos-player-0.1.6
PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://www.defora.org/os/download/download/4297/

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1 2013/06/15 12:42:12 khorben Exp $
# $NetBSD: buildlink3.mk,v 1.3 2013/10/10 14:41:55 ryoon Exp $
#
BUILDLINK_TREE+= deforaos-player
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= deforaos-player
DEFORAOS_PLAYER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.deforaos-player+= deforaos-player>=0.1.6
BUILDLINK_ABI_DEPENDS.deforaos-player?= deforaos-player>=0.1.6
BUILDLINK_ABI_DEPENDS.deforaos-player?= deforaos-player>=0.1.6nb2
BUILDLINK_PKGSRCDIR.deforaos-player?= ../../multimedia/deforaos-player
.include "../../x11/deforaos-libdesktop/buildlink3.mk"

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.3 2009/06/11 17:27:02 joerg Exp $
$NetBSD: distinfo,v 1.4 2013/09/10 14:25:24 joerg Exp $
SHA1 (dirac-1.0.2.tar.gz) = 895aaad832a54b754e58f77c87d38c0c37752b0b
RMD160 (dirac-1.0.2.tar.gz) = 0af65c4216230b5418667081cecb7bdcdc853d2e
Size (dirac-1.0.2.tar.gz) = 918366 bytes
SHA1 (patch-configure) = 62966412a9809f30269a1da8e540ab9a64a59f9d
SHA1 (patch-configure.ac) = a216c8cfda7b8bd743005481fd6d6816c17ea6bd

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure,v 1.1 2013/09/10 14:25:24 joerg Exp $
--- configure.orig 2013-09-10 09:38:09.000000000 +0000
+++ configure
@@ -15904,6 +15904,8 @@ use_msvc=no
case "$CXX" in
+ clang*|CLANG*)
+ ;;
cl*|CL*)
CXXFLAGS="-nologo -W1 -EHsc -DWIN32"
if test x"$enable_shared" = "xyes"; then

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure.ac,v 1.1 2013/09/10 14:25:24 joerg Exp $
--- configure.ac.orig 2013-09-10 09:37:50.000000000 +0000
+++ configure.ac
@@ -68,6 +68,8 @@ use_msvc=no
AC_SUBST([LIBFLAGS],[])
AC_SUBST([LIBEXT],[])
case "$CXX" in
+ clang*|CLANG*)
+ ;;
cl*|CL*)
CXXFLAGS="-nologo -W1 -EHsc -DWIN32"
if test x"$enable_shared" = "xyes"; then

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2013/06/06 12:54:50 wiz Exp $
# $NetBSD: Makefile,v 1.11 2014/02/12 23:18:16 tron Exp $
DISTNAME= dragon-${_KDE_VERSION}
PKGREVISION= 3
PKGREVISION= 1
CATEGORIES= multimedia
COMMENT= a simple video player for KDE

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/05/21 12:49:36 markd Exp $
$NetBSD: distinfo,v 1.4 2014/02/01 02:20:51 markd Exp $
SHA1 (dragon-4.10.3.tar.xz) = 9ebb61b985a6054f690ff8f89e638ad8da6a483a
RMD160 (dragon-4.10.3.tar.xz) = f5776cadb2ac880b24cc45465ac2a18a7c4453c9
Size (dragon-4.10.3.tar.xz) = 395184 bytes
SHA1 (dragon-4.11.5.tar.xz) = df57cd658630b2cab767f878c365228784ed4a84
RMD160 (dragon-4.11.5.tar.xz) = 84df839f62dfd201a1181f86bc92edb23115553a
Size (dragon-4.11.5.tar.xz) = 390588 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.40 2013/06/04 22:16:46 tron Exp $
# $NetBSD: Makefile,v 1.41 2014/02/12 23:18:16 tron Exp $
DISTNAME= dvdauthor-0.7.1
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/}

View File

@@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.54 2013/06/06 12:54:50 wiz Exp $
# $NetBSD: Makefile,v 1.57 2014/03/30 09:56:29 ryoon Exp $
#
DISTNAME= DVDStyler-2.4.3
PKGREVISION= 3
PKGREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dvdstyler.de/
HOMEPAGE= http://www.dvdstyler.org/
COMMENT= Crossplatform DVD Authoring System
LICENSE= gnu-gpl-v2

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.38 2013/06/06 12:54:51 wiz Exp $
#
# $NetBSD: Makefile,v 1.44 2014/01/25 10:30:15 wiz Exp $
DISTNAME= farsight2-0.0.31
PKGREVISION= 5
PKGREVISION= 10
CATEGORIES= chat multimedia
MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/
@@ -21,6 +20,8 @@ PKGCONFIG_OVERRIDE+= farsight2.pc.in
# gstreamer-check-0.10 >= 0.10.23 (GStreamer Check unittest Library)
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2, py-gstreamer0.10
.include "../../lang/python/pyversion.mk"
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.16

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.111 2013/06/29 14:53:39 wiz Exp $
# $NetBSD: Makefile,v 1.119 2014/03/13 11:08:51 jperkin Exp $
PKGNAME= ffmpeg-20130510.${DISTVERSION}
PKGREVISION= 2
PKGNAME= ffmpeg-20140305.${DISTVERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software
@@ -15,12 +14,15 @@ INSTALLATION_DIRS= lib share/examples/ffmpeg share/doc/ffmpeg
CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \
${PKG_SYSCONFDIR}/ffserver.conf
# Needs to come before bsd.prefs.mk or compiler.mk, USE_LIBTOOL is set too late.
USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
CONFIGURE_ARGS+= --enable-cross-compile
CONFIGURE_ARGS+= --target-os=${LOWER_OPSYS:Q}
CONFIGURE_ARGS+= --arch=${MACHINE_ARCH:Q}
CONFIGURE_ARGS+= --target-os=${LOWER_OPSYS}
CONFIGURE_ARGS+= --arch=${MACHINE_ARCH}
CONFIGURE_ARGS+= --host-cc=${NATIVE_CC:Q}
CONFIGURE_ARGS+= --host-ld=${NATIVE_CC:Q}
.endif
@@ -39,18 +41,16 @@ post-install:
# disable asm on i386 for non-gcc and gcc < 4.2
# no alignment options needed for gcc >= 4.6 on i386
.if ${MACHINE_ARCH} == "i386"
.if !empty(MACHINE_PLATFORM:MDarwin-*-i386) \
|| !empty(MACHINE_PLATFORM:MSunOS-*-i386)
CONFIGURE_ARGS+= --disable-asm
.elif !empty(CC_VERSION:Mgcc-4.[2345]*)
CFLAGS+=-mstackrealign -mpreferred-stack-boundary=4
.elif !empty(CC_VERSION:Mgcc-[123]*) \
. if !empty(MACHINE_PLATFORM:MDarwin-*-i386) \
|| !empty(MACHINE_PLATFORM:MSunOS-*-i386) \
|| !empty(CC_VERSION:Mgcc-[123]*) \
|| !empty(CC_VERSION:Mgcc-4.[01]*) \
|| empty(CC_VERSION:Mgcc*)
|| empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= --disable-asm
.endif
. elif !empty(CC_VERSION:Mgcc-4.[2345]*)
CFLAGS+= -mstackrealign -mpreferred-stack-boundary=4
. endif
.endif
.if !empty(PKGSRC_COMPILER:Mclang)

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.32 2013/05/13 14:42:32 adam Exp $
# $NetBSD: Makefile.common,v 1.37 2014/03/11 10:25:22 adam Exp $
# used by multimedia/ffplay/Makefile
# used by multimedia/ffmpeg/Makefile
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
DISTVERSION= 1.2.1
DISTVERSION= 1.2.6
PREV_PKGPATH= multimedia/ffmpeg-devel
PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg/patches

View File

@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.68 2013/05/13 14:42:32 adam Exp $
$NetBSD: distinfo,v 1.73 2014/03/11 10:25:22 adam Exp $
SHA1 (ffmpeg-1.2.1.tar.bz2) = 930e5612d75d04fdf7c0579f4d85d47e31e38945
RMD160 (ffmpeg-1.2.1.tar.bz2) = bbccff41da7fb5731051b5bd4ececc41ed1d5749
Size (ffmpeg-1.2.1.tar.bz2) = 5968378 bytes
SHA1 (ffmpeg-1.2.6.tar.bz2) = b38c441bca3644027e2e2cfb3aef587ae43082d6
RMD160 (ffmpeg-1.2.6.tar.bz2) = 54fe18fc32b9d6893bd3aab9007373499646d643
Size (ffmpeg-1.2.6.tar.bz2) = 5970714 bytes
SHA1 (patch-aa) = 14006874aee07e7e41803269040f0ae0157d931d
SHA1 (patch-ac) = ff8a7a5fdfd4987ef2835bd7360a78efd4310253
SHA1 (patch-ap) = ebbd0c169f228af37ae2dd54b27d5dba11a34c5e
SHA1 (patch-configure) = 2a1085bef529b883270a4d55450c202f83c478db
SHA1 (patch-configure) = a04493172f7600cc9ebbda6c140915b1169f5f14

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-configure,v 1.18 2013/01/16 20:55:47 adam Exp $
$NetBSD: patch-configure,v 1.19 2013/08/02 18:24:18 adam Exp $
--- configure.orig 2013-01-06 21:53:29.000000000 +0000
--- configure.orig 2013-07-27 23:49:20.000000000 +0000
+++ configure
@@ -3134,6 +3134,11 @@ case $target_os in
@@ -3225,6 +3225,11 @@ case $target_os in
;;
netbsd)
disable symver
@@ -14,7 +14,7 @@ $NetBSD: patch-configure,v 1.18 2013/01/16 20:55:47 adam Exp $
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
enabled gcc || check_ldflags -Wl,-zmuldefs
@@ -3469,10 +3474,13 @@ check_cc <<EOF && enable attribute_may_a
@@ -3555,10 +3560,13 @@ check_cc <<EOF && enable attribute_may_a
union { int x; } __attribute__((may_alias)) x;
EOF
@@ -31,7 +31,7 @@ $NetBSD: patch-configure,v 1.18 2013/01/16 20:55:47 adam Exp $
if enabled alpha; then
@@ -4010,6 +4018,7 @@ enabled xmm_clobber_test &&
@@ -4092,6 +4100,7 @@ enabled xmm_clobber_test &&
-Wl,--wrap,sws_scale ||
disable xmm_clobber_test
@@ -39,7 +39,7 @@ $NetBSD: patch-configure,v 1.18 2013/01/16 20:55:47 adam Exp $
echo "X{};" > $TMPV
if test_ldflags -Wl,--version-script,$TMPV; then
append SHFLAGS '-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver'
@@ -4022,6 +4031,7 @@ __asm__(".symver ff_foo,av_foo@VERSION")
@@ -4104,6 +4113,7 @@ __asm__(".symver ff_foo,av_foo@VERSION")
void ff_foo(void) {}
EOF
fi
@@ -47,7 +47,7 @@ $NetBSD: patch-configure,v 1.18 2013/01/16 20:55:47 adam Exp $
if [ -z "$optflags" ]; then
if enabled small; then
@@ -4517,7 +4527,7 @@ Version: $version
@@ -4560,7 +4570,7 @@ Version: $version
Requires: $(enabled shared || echo $requires)
Requires.private: $(enabled shared && echo $requires)
Conflicts:

View File

@@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.12 2013/06/30 12:16:18 wiz Exp $
# $NetBSD: Makefile,v 1.14 2014/03/13 11:08:51 jperkin Exp $
PKGNAME= ffmpeg010-20130410.${DISTVERSION}
PKGREVISION= 1
PKGNAME= ffmpeg010-20130731.${DISTVERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software
USE_GCC_RUNTIME= yes
CONFIGURE_ARGS+= --enable-avfilter
#CONFIGURE_ARGS+= --enable-avfilter-lavf
CONFIGURE_ARGS+= --enable-postproc

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2013/04/11 11:26:23 drochner Exp $
# $NetBSD: Makefile.common,v 1.8 2013/08/03 09:22:58 obache Exp $
# used by multimedia/ffmpeg010/Makefile
DISTNAME= ffmpeg-${DISTVERSION:S/-//g}
@@ -6,7 +6,7 @@ CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.bz2
DISTVERSION= 0.10.7
DISTVERSION= 0.10.8
PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg010/patches
HAS_CONFIGURE= YES

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.8 2013/05/17 21:50:34 jperkin Exp $
$NetBSD: distinfo,v 1.9 2013/08/03 09:22:58 obache Exp $
SHA1 (ffmpeg-0.10.7.tar.bz2) = 48e49998a665055b586bc8468b64b9aa6342e90e
RMD160 (ffmpeg-0.10.7.tar.bz2) = d404ac7028c8e658088bdcdd9391ed0908e80997
Size (ffmpeg-0.10.7.tar.bz2) = 5782181 bytes
SHA1 (ffmpeg-0.10.8.tar.bz2) = 23b6713b5a403feab4bf57f9363353312ba77995
RMD160 (ffmpeg-0.10.8.tar.bz2) = 1916b6fab6ec3f32d0f0f54d7964adf6f2852e57
Size (ffmpeg-0.10.8.tar.bz2) = 5782880 bytes
SHA1 (patch-aa) = b30c822e03bb1766181d7b8b8d4122c196fd1d16
SHA1 (patch-ac) = 14b39a2663be41395be0faae8270e18e2ba0891f
SHA1 (patch-ap) = b67db14f412bbca036b5e6573df68b64ac5dabc2

3
multimedia/ffmpeg2/DESCR Normal file
View File

@@ -0,0 +1,3 @@
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video. It includes libavcodec - the leading
audio/video codec library.

View File

@@ -0,0 +1,57 @@
# $NetBSD: Makefile,v 1.5 2013/10/30 07:08:23 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software
CONFIGURE_ARGS+= --enable-avfilter
#CONFIGURE_ARGS+= --enable-avfilter-lavf
CONFIGURE_ARGS+= --enable-postproc
INSTALLATION_DIRS= lib/ffmpeg2 share/doc/ffmpeg2 share/examples/ffmpeg2
CONF_FILES+= ${PREFIX}/share/examples/ffmpeg2/ffserver.conf \
${PKG_SYSCONFDIR}/ffserver.conf
.include "../../mk/bsd.prefs.mk"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
CONFIGURE_ARGS+= --enable-cross-compile
CONFIGURE_ARGS+= --arch=${MACHINE_ARCH}
CONFIGURE_ARGS+= --host-cc=${NATIVE_CC:Q}
CONFIGURE_ARGS+= --host-ld=${NATIVE_CC:Q}
CONFIGURE_ARGS+= --target-os=${LOWER_OPSYS}
.endif
TEST_TARGET= check
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.txt \
${DESTDIR}${PREFIX}/share/doc/ffmpeg2
${INSTALL_DATA} ${WRKSRC}/doc/ffserver.conf \
${DESTDIR}${PREFIX}/share/examples/ffmpeg2
.include "options.mk"
.include "../../mk/compiler.mk"
# disable asm on i386 for non-gcc and gcc < 4.2
# no alignment options needed for gcc >= 4.6 on i386
.if ${MACHINE_ARCH} == "i386"
. if !empty(MACHINE_PLATFORM:MDarwin-*-i386) \
|| !empty(MACHINE_PLATFORM:MSunOS-*-i386) \
|| !empty(CC_VERSION:Mgcc-[123]*) \
|| !empty(CC_VERSION:Mgcc-4.[01]*) \
|| empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= --disable-asm
. elif !empty(CC_VERSION:Mgcc-4.[2345]*)
CFLAGS+= -mstackrealign -mpreferred-stack-boundary=4
. endif
.endif
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -no-integrated-as
.endif
.include "../../multimedia/ffmpeg2/Makefile.common"

View File

@@ -0,0 +1,96 @@
# $NetBSD: Makefile.common,v 1.10 2014/02/25 07:32:53 adam Exp $
# used by multimedia/ffmpeg2/Makefile
# used by multimedia/ffplay2/Makefile
DISTNAME= ffmpeg-2.1.4
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.bz2
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
PREV_PKGPATH= multimedia/ffmpeg-devel
PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg2/patches
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= gmake texi2html pod2man
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --cc=${CC:Q}
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-optimizations
CONFIGURE_ARGS+= --disable-stripping
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-pthreads
CONFIGURE_ARGS+= --enable-gpl
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --progs-suffix=2
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/ffmpeg2
CONFIGURE_ARGS+= --incdir=${PREFIX}/include/ffmpeg2
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ffmpeg2
CONFIGURE_ARGS+= --shlibdir=${PREFIX}/lib/ffmpeg2
LDFLAGS+= -Wl,-R${PREFIX}/lib/ffmpeg2
PLIST_VARS+= opencl
.if !empty(MACHINE_PLATFORM:MDarwin-1[23456789].*-*)
CONFIGURE_ARGS+= --enable-opencl
PLIST.opencl= yes
.endif
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --disable-amd3dnow
CONFIGURE_ARGS+= --disable-amd3dnowext
CONFIGURE_ARGS+= --disable-mmx
CONFIGURE_ARGS+= --disable-sse
CONFIGURE_ARGS+= --disable-ssse3
.else
CONFIGURE_ARGS+= --enable-runtime-cpudetect
.endif
# No posix_memalign() in NetBSD 4.0 and earlier
.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*-*)
CONFIGURE_ARGS+= --enable-memalign-hack
.endif
# Let's not put garbage into /tmp
CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp
.include "../../mk/compiler.mk"
.if ${OPSYS} == "SunOS" && empty(CC_VERSION:Mgcc*)
SUBST_CLASSES+= sunwspro
SUBST_MESSAGE.sunwspro= Fixing compiler options for SunStudio C compiler.
SUBST_STAGE.sunwspro= post-configure
SUBST_FILES.sunwspro= config.mak
SUBST_SED.sunwspro= -e "s/-O /-KPIC -DPIC /"
SUBST_SED.sunwspro+= -e "s/-O3/-xO2/g"
SUBST_SED.sunwspro+= -e "s/-std=c99/-xc99=all/"
SUBST_SED.sunwspro+= -e "s/-Wl,-rpath-link,/-L /g"
.endif
BUILD_DEPENDS+= yasm>=0.7.2:../../devel/yasm
REPLACE_PERL+= doc/texi2pod.pl
REPLACE_SH+= configure version.sh
SUBST_CLASSES+= conf
SUBST_STAGE.conf= post-patch
SUBST_FILES.conf= ffserver.c
SUBST_SED.conf= -e 's,/etc/ffserver.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
SUBST_MESSAGE.conf= Fixing configuration path.
PLIST_SRC+= ${PKGDIR}/PLIST
MAKE_ENV+= EXTRA_LIBS=${LIBGETOPT:Q}
pre-configure:
mkdir ${WRKSRC}/tmp
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

189
multimedia/ffmpeg2/PLIST Normal file
View File

@@ -0,0 +1,189 @@
@comment $NetBSD: PLIST,v 1.3 2013/12/09 22:28:45 adam Exp $
bin/ffmpeg2
bin/ffprobe2
bin/ffserver2
include/ffmpeg2/libavcodec/avcodec.h
include/ffmpeg2/libavcodec/avfft.h
include/ffmpeg2/libavcodec/dxva2.h
include/ffmpeg2/libavcodec/old_codec_ids.h
include/ffmpeg2/libavcodec/vaapi.h
include/ffmpeg2/libavcodec/vda.h
include/ffmpeg2/libavcodec/vdpau.h
include/ffmpeg2/libavcodec/version.h
include/ffmpeg2/libavcodec/xvmc.h
include/ffmpeg2/libavdevice/avdevice.h
include/ffmpeg2/libavdevice/version.h
include/ffmpeg2/libavfilter/asrc_abuffer.h
include/ffmpeg2/libavfilter/avcodec.h
include/ffmpeg2/libavfilter/avfilter.h
include/ffmpeg2/libavfilter/avfiltergraph.h
include/ffmpeg2/libavfilter/buffersink.h
include/ffmpeg2/libavfilter/buffersrc.h
include/ffmpeg2/libavfilter/version.h
include/ffmpeg2/libavformat/avformat.h
include/ffmpeg2/libavformat/avio.h
include/ffmpeg2/libavformat/version.h
include/ffmpeg2/libavutil/adler32.h
include/ffmpeg2/libavutil/aes.h
include/ffmpeg2/libavutil/attributes.h
include/ffmpeg2/libavutil/audio_fifo.h
include/ffmpeg2/libavutil/audioconvert.h
include/ffmpeg2/libavutil/avassert.h
include/ffmpeg2/libavutil/avconfig.h
include/ffmpeg2/libavutil/avstring.h
include/ffmpeg2/libavutil/avutil.h
include/ffmpeg2/libavutil/base64.h
include/ffmpeg2/libavutil/blowfish.h
include/ffmpeg2/libavutil/bprint.h
include/ffmpeg2/libavutil/bswap.h
include/ffmpeg2/libavutil/buffer.h
include/ffmpeg2/libavutil/channel_layout.h
include/ffmpeg2/libavutil/common.h
include/ffmpeg2/libavutil/cpu.h
include/ffmpeg2/libavutil/crc.h
include/ffmpeg2/libavutil/dict.h
include/ffmpeg2/libavutil/error.h
include/ffmpeg2/libavutil/eval.h
include/ffmpeg2/libavutil/fifo.h
include/ffmpeg2/libavutil/file.h
include/ffmpeg2/libavutil/frame.h
include/ffmpeg2/libavutil/hmac.h
include/ffmpeg2/libavutil/imgutils.h
include/ffmpeg2/libavutil/intfloat.h
include/ffmpeg2/libavutil/intfloat_readwrite.h
include/ffmpeg2/libavutil/intreadwrite.h
include/ffmpeg2/libavutil/lfg.h
include/ffmpeg2/libavutil/log.h
include/ffmpeg2/libavutil/lzo.h
include/ffmpeg2/libavutil/mathematics.h
include/ffmpeg2/libavutil/md5.h
include/ffmpeg2/libavutil/mem.h
include/ffmpeg2/libavutil/murmur3.h
include/ffmpeg2/libavutil/old_pix_fmts.h
${PLIST.opencl}include/ffmpeg2/libavutil/opencl.h
include/ffmpeg2/libavutil/opt.h
include/ffmpeg2/libavutil/parseutils.h
include/ffmpeg2/libavutil/pixdesc.h
include/ffmpeg2/libavutil/pixfmt.h
include/ffmpeg2/libavutil/random_seed.h
include/ffmpeg2/libavutil/rational.h
include/ffmpeg2/libavutil/ripemd.h
include/ffmpeg2/libavutil/samplefmt.h
include/ffmpeg2/libavutil/sha.h
include/ffmpeg2/libavutil/sha512.h
include/ffmpeg2/libavutil/time.h
include/ffmpeg2/libavutil/timecode.h
include/ffmpeg2/libavutil/timestamp.h
include/ffmpeg2/libavutil/version.h
include/ffmpeg2/libavutil/xtea.h
include/ffmpeg2/libpostproc/postprocess.h
include/ffmpeg2/libpostproc/version.h
include/ffmpeg2/libswresample/swresample.h
include/ffmpeg2/libswresample/version.h
include/ffmpeg2/libswscale/swscale.h
include/ffmpeg2/libswscale/version.h
lib/ffmpeg2/libavcodec.a
lib/ffmpeg2/libavcodec.so
lib/ffmpeg2/libavcodec.so.55
lib/ffmpeg2/libavcodec.so.55.39.101
lib/ffmpeg2/libavdevice.a
lib/ffmpeg2/libavdevice.so
lib/ffmpeg2/libavdevice.so.55
lib/ffmpeg2/libavdevice.so.55.5.100
lib/ffmpeg2/libavfilter.a
lib/ffmpeg2/libavfilter.so
lib/ffmpeg2/libavfilter.so.3
lib/ffmpeg2/libavfilter.so.3.90.100
lib/ffmpeg2/libavformat.a
lib/ffmpeg2/libavformat.so
lib/ffmpeg2/libavformat.so.55
lib/ffmpeg2/libavformat.so.55.19.104
lib/ffmpeg2/libavutil.a
lib/ffmpeg2/libavutil.so
lib/ffmpeg2/libavutil.so.52
lib/ffmpeg2/libavutil.so.52.48.101
lib/ffmpeg2/libpostproc.a
lib/ffmpeg2/libpostproc.so
lib/ffmpeg2/libpostproc.so.52
lib/ffmpeg2/libpostproc.so.52.3.100
lib/ffmpeg2/libswresample.a
lib/ffmpeg2/libswresample.so
lib/ffmpeg2/libswresample.so.0
lib/ffmpeg2/libswresample.so.0.17.104
lib/ffmpeg2/libswscale.a
lib/ffmpeg2/libswscale.so
lib/ffmpeg2/libswscale.so.2
lib/ffmpeg2/libswscale.so.2.5.101
lib/ffmpeg2/pkgconfig/libavcodec.pc
lib/ffmpeg2/pkgconfig/libavdevice.pc
lib/ffmpeg2/pkgconfig/libavfilter.pc
lib/ffmpeg2/pkgconfig/libavformat.pc
lib/ffmpeg2/pkgconfig/libavutil.pc
lib/ffmpeg2/pkgconfig/libpostproc.pc
lib/ffmpeg2/pkgconfig/libswresample.pc
lib/ffmpeg2/pkgconfig/libswscale.pc
share/doc/ffmpeg/developer.html
share/doc/ffmpeg/faq.html
share/doc/ffmpeg/fate.html
share/doc/ffmpeg/ffmpeg-all.html
share/doc/ffmpeg/ffmpeg-bitstream-filters.html
share/doc/ffmpeg/ffmpeg-codecs.html
share/doc/ffmpeg/ffmpeg-devices.html
share/doc/ffmpeg/ffmpeg-filters.html
share/doc/ffmpeg/ffmpeg-formats.html
share/doc/ffmpeg/ffmpeg-protocols.html
share/doc/ffmpeg/ffmpeg-resampler.html
share/doc/ffmpeg/ffmpeg-scaler.html
share/doc/ffmpeg/ffmpeg-utils.html
share/doc/ffmpeg/ffmpeg.html
share/doc/ffmpeg/ffprobe-all.html
share/doc/ffmpeg/ffprobe.html
share/doc/ffmpeg/ffserver-all.html
share/doc/ffmpeg/ffserver.html
share/doc/ffmpeg/general.html
share/doc/ffmpeg/git-howto.html
share/doc/ffmpeg/libavcodec.html
share/doc/ffmpeg/libavdevice.html
share/doc/ffmpeg/libavfilter.html
share/doc/ffmpeg/libavformat.html
share/doc/ffmpeg/libavutil.html
share/doc/ffmpeg/libswresample.html
share/doc/ffmpeg/libswscale.html
share/doc/ffmpeg/nut.html
share/doc/ffmpeg/platform.html
share/doc/ffmpeg2/avutil.txt
share/doc/ffmpeg2/build_system.txt
share/doc/ffmpeg2/errno.txt
share/doc/ffmpeg2/ffmpeg.txt
share/doc/ffmpeg2/filter_design.txt
share/doc/ffmpeg2/git-howto.txt
share/doc/ffmpeg2/issue_tracker.txt
share/doc/ffmpeg2/mips.txt
share/doc/ffmpeg2/multithreading.txt
share/doc/ffmpeg2/optimization.txt
share/doc/ffmpeg2/rate_distortion.txt
share/doc/ffmpeg2/snow.txt
share/doc/ffmpeg2/soc.txt
share/doc/ffmpeg2/swresample.txt
share/doc/ffmpeg2/swscale.txt
share/doc/ffmpeg2/tablegen.txt
share/doc/ffmpeg2/viterbi.txt
share/examples/ffmpeg2/ffserver.conf
share/ffmpeg2/examples/Makefile
share/ffmpeg2/examples/README
share/ffmpeg2/examples/decoding_encoding.c
share/ffmpeg2/examples/demuxing.c
share/ffmpeg2/examples/filtering_audio.c
share/ffmpeg2/examples/filtering_video.c
share/ffmpeg2/examples/metadata.c
share/ffmpeg2/examples/muxing.c
share/ffmpeg2/examples/resampling_audio.c
share/ffmpeg2/examples/scaling_video.c
share/ffmpeg2/ffprobe.xsd
share/ffmpeg2/libvpx-1080p.ffpreset
share/ffmpeg2/libvpx-1080p50_60.ffpreset
share/ffmpeg2/libvpx-360p.ffpreset
share/ffmpeg2/libvpx-720p.ffpreset
share/ffmpeg2/libvpx-720p50_60.ffpreset
share/ffmpeg2/libx264-ipod320.ffpreset
share/ffmpeg2/libx264-ipod640.ffpreset

View File

@@ -0,0 +1,46 @@
# $NetBSD: buildlink3.mk,v 1.2 2013/10/22 10:51:59 tron Exp $
BUILDLINK_TREE+= ffmpeg2
.if !defined(FFMPEG2_BUILDLINK3_MK)
FFMPEG2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ffmpeg2+= ffmpeg2>=2.0
BUILDLINK_ABI_DEPENDS.ffmpeg2+= ffmpeg2>=2.0
BUILDLINK_PKGSRCDIR.ffmpeg2?= ../../multimedia/ffmpeg2
pkgbase := ffmpeg2
. include "../../mk/pkg-build-options.mk"
.include "../../mk/bsd.fast.prefs.mk"
.if !empty(PKG_BUILD_OPTIONS.ffmpeg2:Mtheora)
. include "../../multimedia/libtheora/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ffmpeg2:Mxvid)
. include "../../multimedia/xvidcore/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ffmpeg2:Mx264)
. include "../../multimedia/x264-devel/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ffmpeg2:Mfaac)
. include "../../audio/faac/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ffmpeg2:Mlibvpx)
. include "../../multimedia/libvpx/buildlink3.mk"
.endif
BUILDLINK_INCDIRS.ffmpeg2+= include/ffmpeg2
BUILDLINK_LIBDIRS.ffmpeg2+= lib/ffmpeg2
BUILDLINK_FNAME_TRANSFORM.ffmpeg2+= -e 's|lib/ffmpeg2/pkgconfig/|lib/pkgconfig/|'
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.endif # FFMPEG2_BUILDLINK3_MK
BUILDLINK_TREE+= -ffmpeg2

View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.8 2014/02/25 07:32:53 adam Exp $
SHA1 (ffmpeg-2.1.4.tar.bz2) = 99c2f7af3e6d5f4a962ae8bf627d3c53bc282fec
RMD160 (ffmpeg-2.1.4.tar.bz2) = 66584f0264d1585bebf163f3cccf688f039a5bdd
Size (ffmpeg-2.1.4.tar.bz2) = 6638914 bytes
SHA1 (patch-Makefile) = ff8a7a5fdfd4987ef2835bd7360a78efd4310253
SHA1 (patch-configure) = 6ff1b0cced416bac7afbc1a5801b5c4485a9b6b2
SHA1 (patch-libavutil_common.h) = ebbd0c169f228af37ae2dd54b27d5dba11a34c5e
SHA1 (patch-libavutil_x86_cpu.c) = 3a8b7048af047657f6b36e30e64ffd2b3a1bb0b1

View File

@@ -0,0 +1,125 @@
# $NetBSD: options.mk,v 1.1 2013/08/04 10:29:02 adam Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg2
PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis x264 xvid \
opencore-amr
PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis x264 xvid
#PKG_OPTIONS_OPTIONAL_GROUPS= aac-decoder
#PKG_OPTIONS_GROUP.aac-decoder= faac
# Add VDPAU if it is available
.include "../../multimedia/libvdpau/available.mk"
.if ${VDPAU_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= vdpau
PKG_SUGGESTED_OPTIONS+= vdpau
.endif
# Add VAAPI if it is available
.include "../../multimedia/libva/available.mk"
.if ${VAAPI_AVAILABLE} == "yes"
PKG_SUPPORTED_OPTIONS+= vaapi
PKG_SUGGESTED_OPTIONS+= vaapi
.endif
.include "../../mk/bsd.options.mk"
# ass option
.if !empty(PKG_OPTIONS:Mass)
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-libass
.include "../../multimedia/libass/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libass
.endif
# faac option
.if !empty(PKG_OPTIONS:Mfaac)
RESTRICTED= This software may require the payment of patent royalties
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
CONFIGURE_ARGS+= --enable-libfaac
CONFIGURE_ARGS+= --enable-nonfree
.include "../../audio/faac/buildlink3.mk"
.endif
# opencore-amr option
.if !empty(PKG_OPTIONS:Mopencore-amr)
CONFIGURE_ARGS+= --enable-libopencore-amrnb
CONFIGURE_ARGS+= --enable-libopencore-amrwb
# "The OpenCORE external libraries are under the Apache License
# 2.0. That license is incompatible with the LGPL v2.1 and the GPL
# v2, but not with version 3 of those licenses. So to combine the
# OpenCORE libraries with FFmpeg, the license version needs to be
# upgraded by passing --enable-version3 to configure."
CONFIGURE_ARGS+= --enable-version3
# TODO: LICENSE
.include "../../audio/opencore-amr/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libopencore-amrnb
CONFIGURE_ARGS+= --disable-libopencore-amrwb
.endif
# OGG Theora support
.if !empty(PKG_OPTIONS:Mtheora)
CONFIGURE_ARGS+= --enable-libtheora
.include "../../multimedia/libtheora/buildlink3.mk"
.endif
# OGG Vorbis support
.if !empty(PKG_OPTIONS:Mvorbis)
CONFIGURE_ARGS+= --enable-libvorbis
.include "../../audio/libvorbis/buildlink3.mk"
.endif
# LAME MP3 encoder
.if !empty(PKG_OPTIONS:Mlame)
# "lame-3.98" isn't compatible with "ffmpeg" which breaks audio encoding.
BUILDLINK_ABI_DEPENDS.lame+= lame>=3.98.2nb1
CONFIGURE_ARGS+= --enable-libmp3lame
.include "../../audio/lame/buildlink3.mk"
.endif
# XviD support
.if !empty(PKG_OPTIONS:Mxvid)
CONFIGURE_ARGS+= --enable-libxvid
.include "../../multimedia/xvidcore/buildlink3.mk"
.endif
# x264 support
.if !empty(PKG_OPTIONS:Mx264)
# ABI change between 20090326 and 20100201
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20111207
#BUILDLINK_API_DEPENDS.x264-devel+= x264-devel<20110102
CONFIGURE_ARGS+= --enable-libx264
.include "../../multimedia/x264-devel/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libx264
.endif
# VDPAU support
.if !empty(PKG_OPTIONS:Mvdpau)
CONFIGURE_ARGS+= --enable-vdpau
.include "../../multimedia/libvdpau/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-vdpau
.endif
# VAAPI support
.if !empty(PKG_OPTIONS:Mvaapi)
CONFIGURE_ARGS+= --enable-vaapi
.include "../../multimedia/libva/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-vaapi
.endif
# VPX support
.if !empty(PKG_OPTIONS:Mlibvpx)
CONFIGURE_ARGS+= --enable-libvpx
.include "../../multimedia/libvpx/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libvpx
.endif

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2013/08/04 10:29:02 adam Exp $
--- Makefile.orig 2012-09-28 01:37:35.000000000 +0000
+++ Makefile
@@ -139,8 +139,8 @@ install-progs: install-progs-yes $(PROGS
install-data: $(DATA_FILES) $(EXAMPLES_FILES)
$(Q)mkdir -p "$(DATADIR)/examples"
- $(INSTALL) -m 644 $(DATA_FILES) "$(DATADIR)"
- $(INSTALL) -m 644 $(EXAMPLES_FILES) "$(DATADIR)/examples"
+ $(INSTALL) -c -m 644 $(DATA_FILES) "$(DATADIR)"
+ $(INSTALL) -c -m 644 $(EXAMPLES_FILES) "$(DATADIR)/examples"
uninstall: uninstall-libs uninstall-headers uninstall-progs uninstall-data

View File

@@ -0,0 +1,58 @@
$NetBSD: patch-configure,v 1.2 2013/10/30 07:08:23 adam Exp $
--- configure.orig 2013-10-28 00:58:04.000000000 +0000
+++ configure
@@ -3514,6 +3514,11 @@ case $target_os in
;;
netbsd)
disable symver
+ # NetBSD/macppc *really* needs PIC enabled. ffmpeg has repeatedly
+ # broken time and time again because PIC support has been removed
+ # from architectures that need it. So, if you touch this, please
+ # be careful and make sure that your changes work.
+ test "${subarch}" != "x86_32" && enable pic
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
enabled gcc || check_ldflags -Wl,-zmuldefs
@@ -3872,10 +3877,13 @@ check_cc <<EOF && enable attribute_may_a
union { int x; } __attribute__((may_alias)) x;
EOF
-check_cc <<EOF || die "endian test failed"
-unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
+check_exec <<EOF || enable bigendian
+int main()
+{
+ long one = 1;
+ return !(*((char *)(&one)));
+}
EOF
-od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
check_inline_asm inline_asm_labels '"1:\n"'
@@ -4448,6 +4456,7 @@ enabled xmm_clobber_test &&
-Wl,--wrap,sws_scale ||
disable xmm_clobber_test
+if false; then
echo "X{};" > $TMPV
if test_ldflags -Wl,--version-script,$TMPV; then
append SHFLAGS '-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver'
@@ -4460,6 +4469,7 @@ __asm__(".symver ff_foo,av_foo@VERSION")
void ff_foo(void) {}
EOF
fi
+fi
if [ -z "$optflags" ]; then
if enabled small; then
@@ -4945,7 +4955,7 @@ Version: $version
Requires: $(enabled shared || echo $requires)
Requires.private: $(enabled shared && echo $requires)
Conflicts:
-Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
+Libs: -L\${libdir} -Wl,-R\${libdir} -l${shortname} $(enabled shared || echo $libs)
Libs.private: $(enabled shared && echo $libs)
Cflags: -I\${includedir}
EOF

View File

@@ -0,0 +1,27 @@
$NetBSD: patch-libavutil_common.h,v 1.1 2013/08/04 10:29:02 adam Exp $
--- libavutil/common.h.orig 2013-01-06 21:53:29.000000000 +0000
+++ libavutil/common.h
@@ -39,6 +39,22 @@
#include "version.h"
#include "libavutil/avconfig.h"
+#if defined(__cplusplus)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__linux__)
+#undef _STDINT_H_
+#undef _SYS_STDINT_H_
+#undef _STDINT_H
+#undef _GCC_WRAP_STDINT_H
+#ifndef __STDC_CONSTANT_MACROS
+#define __STDC_CONSTANT_MACROS
+#endif
+#include <stdint.h>
+#endif /* FreeBSD | OpenBSD | linux */
+#if defined(__DragonFly__) || defined(__NetBSD__)
+#include <machine/int_const.h>
+#endif /* DragonFly | NetBSD */
+#endif /* __cplusplus */
+
#if AV_HAVE_BIGENDIAN
# define AV_NE(be, le) (be)
#else

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-libavutil_x86_cpu.c,v 1.2 2013/10/30 07:08:23 adam Exp $
--- libavutil/x86/cpu.c.orig 2013-10-28 00:58:06.000000000 +0000
+++ libavutil/x86/cpu.c
@@ -116,6 +116,7 @@ int ff_get_cpu_flags_x86(void)
#if HAVE_SSE
if (std_caps & (1 << 25))
rval |= AV_CPU_FLAG_SSE;
+#if !defined(__GNUC__) || (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))
if (std_caps & (1 << 26))
rval |= AV_CPU_FLAG_SSE2;
if (ecx & 1)
@@ -143,6 +144,7 @@ int ff_get_cpu_flags_x86(void)
}
#endif /* HAVE_AVX2 */
#endif /* HAVE_AVX */
+#endif /* gcc >= 4.2 */
#endif /* HAVE_SSE */
}

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.5 2012/10/11 07:39:17 tron Exp $
# $NetBSD: Makefile,v 1.6 2013/10/22 12:45:29 tron Exp $
DISTNAME= ffmpeg2theora-0.29
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -29,7 +30,7 @@ do-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../multimedia/ffmpeg2/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../multimedia/libtheora/buildlink3.mk"

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2012/10/11 07:39:17 tron Exp $
$NetBSD: distinfo,v 1.3 2013/10/22 12:45:29 tron Exp $
SHA1 (ffmpeg2theora-0.29.tar.bz2) = 7e78c5ddb8740b33a6ae4c9da76047bd8e662791
RMD160 (ffmpeg2theora-0.29.tar.bz2) = 1dfb5bd0c404d2a23b5818a7aab82e6ebe802e72
Size (ffmpeg2theora-0.29.tar.bz2) = 90143 bytes
SHA1 (patch-src_ffmpeg2theora.c) = 405803782d070fa9b28032701c52379609b66015

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-src_ffmpeg2theora.c,v 1.1 2013/10/22 12:45:29 tron Exp $
Fix build with "ffmpeg2" package.
--- src/ffmpeg2theora.c.orig 2012-01-29 08:00:19.000000000 +0000
+++ src/ffmpeg2theora.c 2013-10-22 13:05:45.000000000 +0100
@@ -132,6 +132,9 @@
return ret;
}
+/* Deprecated by the "ffmpeg" maintainers. */
+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 19200
+
/**
* Allocate and initialise an AVFrame.
*/

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.11 2014/02/12 23:18:16 tron Exp $
DISTNAME= ffmpegthumbs-${_KDE_VERSION}
PKGREVISION= 3
PKGREVISION= 1
CATEGORIES= multimedia
COMMENT= FFmpeg-based thumbnail creator for video files

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/05/21 12:49:36 markd Exp $
$NetBSD: distinfo,v 1.4 2014/02/01 02:20:51 markd Exp $
SHA1 (ffmpegthumbs-4.10.3.tar.xz) = 1b4508d3f1c74a8d1a6136f27ba233ae3fb84eda
RMD160 (ffmpegthumbs-4.10.3.tar.xz) = 20eca76411e525fc8b89b0ed924b8e99e999cbd1
Size (ffmpegthumbs-4.10.3.tar.xz) = 20836 bytes
SHA1 (ffmpegthumbs-4.11.5.tar.xz) = 8637cb229a092ec1b106b5cc34e93108562f281e
RMD160 (ffmpegthumbs-4.11.5.tar.xz) = 3104ec45e932022cf91e480783d970dd64306b6a
Size (ffmpegthumbs-4.11.5.tar.xz) = 20280 bytes

3
multimedia/ffplay2/DESCR Normal file
View File

@@ -0,0 +1,3 @@
FFplay is a very simple and portable media player using the FFmpeg
libraries and the SDL library. It is mostly used as a testbed for
the various FFmpeg APIs.

View File

@@ -0,0 +1,35 @@
# $NetBSD: Makefile,v 1.2 2013/12/09 22:28:45 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffplay2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Simple SDL frontend for FFmpeg
DISTINFO_FILE= ${.CURDIR}/../ffmpeg2/distinfo
CONFIGURE_ARGS+= --disable-ffmpeg
CONFIGURE_ARGS+= --disable-ffprobe
CONFIGURE_ARGS+= --disable-ffserver
CONFIGURE_ARGS+= --disable-encoders
CONFIGURE_ARGS+= --disable-decoders
CONFIGURE_ARGS+= --disable-hwaccels
CONFIGURE_ARGS+= --disable-muxers
CONFIGURE_ARGS+= --disable-demuxers
CONFIGURE_ARGS+= --disable-parsers
CONFIGURE_ARGS+= --disable-bsfs
CONFIGURE_ARGS+= --disable-protocols
CONFIGURE_ARGS+= --disable-devices
CONFIGURE_ARGS+= --disable-filters
CONFIGURE_ARGS+= --enable-ffplay
CONFIGURE_ARGS+= --enable-dct
CONFIGURE_ARGS+= --enable-mdct
CONFIGURE_ARGS+= --enable-rdft
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ffplay2 ${DESTDIR}${PREFIX}/bin
.include "../../devel/SDL/buildlink3.mk"
.include "../../multimedia/ffmpeg2/buildlink3.mk"
.include "../../multimedia/ffmpeg2/Makefile.common"

2
multimedia/ffplay2/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2013/08/04 10:29:02 adam Exp $
bin/ffplay2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.39 2013/06/04 22:16:47 tron Exp $
# $NetBSD: Makefile,v 1.44 2014/02/12 23:18:16 tron Exp $
#
DISTNAME= fuppes-0.660
PKGREVISION= 7
PKGREVISION= 12
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuppes/}

View File

@@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.6 2013/04/30 22:34:31 joerg Exp $
$NetBSD: distinfo,v 1.7 2013/12/08 22:33:33 joerg Exp $
SHA1 (fuppes-0.660.tar.gz) = ca729343754e0d775fb8291fda8b3ac64ef64df2
RMD160 (fuppes-0.660.tar.gz) = 4a1f278fd4cb00d80ce2efae57201aaa73d11840
Size (fuppes-0.660.tar.gz) = 685373 bytes
SHA1 (patch-include_fuppes__plugin.h) = bfe692659f2b2033c5acf197845c3adfc9ed516f
SHA1 (patch-src_lib_Common_Common.cpp) = c9f1cfd036c9e5b95065bd28d75c497edfbfe32f
SHA1 (patch-src_lib_HTTP_HTTPParser.cpp) = ddc3feba5a0d381dd2896f18943a946b556f2812
SHA1 (patch-src_plugins_database__sqlite3.cpp) = 99408f855d5d0f09d8b620785022a205a7c1f621

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-include_fuppes__plugin.h,v 1.1 2013/12/08 22:33:33 joerg Exp $
--- include/fuppes_plugin.h.orig 2013-12-08 20:21:31.000000000 +0000
+++ include/fuppes_plugin.h
@@ -57,9 +57,9 @@ static inline arg_list_t* arg_list_creat
arg_list_t* list = (arg_list_t*)malloc(sizeof(arg_list_t));
list->key = (char*)malloc(sizeof(char));
- list->key = '\0';
+ list->key[0] = '\0';
list->value = (char*)malloc(sizeof(char));
- list->value = '\0';
+ list->value[0] = '\0';
list->next = NULL;

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.32 2014/02/12 23:18:16 tron Exp $
#
DISTNAME= gecko-mediaplayer-1.0.8
PKGREVISION= 3
PKGREVISION= 7
CATEGORIES= multimedia www
MASTER_SITES= http://gecko-mediaplayer.googlecode.com/files/

View File

@@ -1,5 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:08:04 joerg Exp $
@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:05:06 jperkin Exp $
bin/ggrab
bin/sserver
share/doc/ggrab/README
share/examples/rc.d/sserver

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:30 wiz Exp $
# $NetBSD: Makefile,v 1.11 2013/10/17 07:56:41 wiz Exp $
DISTNAME= gmediaserver-0.13.0
PKGREVISION= 6
PKGREVISION= 8
CATEGORIES= multimedia net
MASTER_SITES= http://download.savannah.gnu.org/releases/gmediaserver/

View File

@@ -1,7 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2013/02/16 15:10:46 tron Exp $
@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:05:06 jperkin Exp $
bin/gmediaserver
info/gmediaserver.info
man/man1/gmediaserver.1
share/examples/gmediaserver/gmediaserver.conf
share/examples/rc.d/gmediaserver
share/locale/sv/LC_MESSAGES/gmediaserver.mo

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.3 2012/04/13 23:52:11 obache Exp $
$NetBSD: distinfo,v 1.4 2013/11/21 09:05:08 obache Exp $
SHA1 (gmediaserver-0.13.0.tar.gz) = 5b868bc3c3d3bf0c2c550a4fc618c586a2640799
RMD160 (gmediaserver-0.13.0.tar.gz) = 57fb849172d28e8adcff2234c787d552c16bde9a
@@ -6,4 +6,4 @@ Size (gmediaserver-0.13.0.tar.gz) = 668281 bytes
SHA1 (patch-aa) = 8913274c78c646a3dd3e26a0b33d309697302eb9
SHA1 (patch-ab) = 09b60dc2cfed813d823f3b6bfeffd5bdc4d14037
SHA1 (patch-src_contentdir.c) = 8269681895e5c9aa72f53d5251a6049c690dd11f
SHA1 (patch-src_upnp.c) = 013fa7a7072c7d7731cad6c12dfa408838daf5c1
SHA1 (patch-src_upnp.c) = 8d4f66f1aa45b14d1011e306e459100a80c0b538

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-src_upnp.c,v 1.1 2012/04/13 23:52:11 obache Exp $
$NetBSD: patch-src_upnp.c,v 1.2 2013/11/21 09:05:08 obache Exp $
* API change for libupnp>=1.6.7
@@ -12,7 +12,7 @@ $NetBSD: patch-src_upnp.c,v 1.1 2012/04/13 23:52:11 obache Exp $
#include <inttypes.h> /* POSIX */
#include "gettext.h" /* Gnulib/gettext */
#define _(s) gettext(s)
@@ -61,6 +62,16 @@ static Service services[] = {
@@ -61,6 +62,32 @@ static Service services[] = {
{ 0, }
};
@@ -21,7 +21,23 @@ $NetBSD: patch-src_upnp.c,v 1.1 2012/04/13 23:52:11 obache Exp $
+{
+ char hbuf[NI_MAXHOST];
+ int err;
+ err = getnameinfo((struct sockaddr*)addr, addr->ss_len, hbuf, NI_MAXHOST,
+ int slen;
+#ifdef __sun
+ switch (addr->ss_family) {
+ case AF_INET:
+ slen = sizeof (struct sockaddr_in);
+ break;
+ case AF_INET6:
+ slen = sizeof (struct sockaddr_in6);
+ break;
+ default:
+ slen = sizeof(*addr);
+ break;
+ }
+#else
+ slen = addr->ss_len;
+#endif
+ err = getnameinfo((struct sockaddr*)addr, slen, hbuf, NI_MAXHOST,
+ NULL, 0, NI_NUMERICHOST);
+ say(level, header, err == 0 ? hbuf : "(unknown)");
+}
@@ -29,7 +45,7 @@ $NetBSD: patch-src_upnp.c,v 1.1 2012/04/13 23:52:11 obache Exp $
static const char *
upnp_errmsg(int res)
{
@@ -265,7 +276,7 @@ handle_get_var_request(struct Upnp_State
@@ -265,7 +292,7 @@ handle_get_var_request(struct Upnp_State
say(3, _("Event device UDN: %s\n"), quotearg(request->DevUDN));
say(3, _("Event service ID: %s\n"), quotearg(request->ServiceID));
say(3, _("Event variable name: %s\n"), quotearg(request->StateVarName));
@@ -38,7 +54,7 @@ $NetBSD: patch-src_upnp.c,v 1.1 2012/04/13 23:52:11 obache Exp $
if (strcmp(request->DevUDN, device_udn) != 0) {
say(1, _("Discarding event - event device UDN (%s) not recognized\n"), quotearg(request->DevUDN));
@@ -306,7 +317,7 @@ handle_action_request(struct Upnp_Action
@@ -306,7 +333,7 @@ handle_action_request(struct Upnp_Action
say(3, _("Event device UDN: %s\n"), quotearg(request->DevUDN));
say(3, _("Event service ID: %s\n"), quotearg(request->ServiceID));
say(3, _("Event action name: %s\n"), quotearg(request->ActionName));

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.61 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.66 2014/02/12 23:18:16 tron Exp $
#
DISTNAME= gmencoder-0.1.0
PKGREVISION= 48
PKGREVISION= 53
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gmencoder/}
EXTRACT_SUFX= .tgz

View File

@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.112 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.115 2013/11/26 13:11:23 wiz Exp $
#
# NOTE: if you are updating both mplayer and gmplayer, you must ensure
# that *both* distinfo files contain the correct, up-to-date files and
@@ -9,7 +8,7 @@
#
PKGNAME= gmplayer-${MPLAYER_VERSION}
PKGREVISION= 12
PKGREVISION= 15
SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/skins/ \
http://www2.mplayerhq.hu/MPlayer/skins/ \

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.81 2013/03/08 11:41:50 obache Exp $
$NetBSD: distinfo,v 1.83 2013/07/27 05:00:25 obache Exp $
SHA1 (mplayer/AlienMind-1.2.tar.bz2) = 34370da1e003e4accceae194a63483aa6eebc4dc
RMD160 (mplayer/AlienMind-1.2.tar.bz2) = f3fda7d44a59f98097162f76d0a0d58840974998
@@ -18,9 +18,9 @@ Size (mplayer/CornerMP-aqua-1.4.tar.bz2) = 243154 bytes
SHA1 (mplayer/Cyrus-1.2.tar.bz2) = 20bbb63114e8c0438770c1d1682296f37833968c
RMD160 (mplayer/Cyrus-1.2.tar.bz2) = c4d4593a358456d98a1d94e14e263a902add6828
Size (mplayer/Cyrus-1.2.tar.bz2) = 228461 bytes
SHA1 (mplayer/MPlayer-1.1.tar.gz) = e46e3294bc96daabe604e4e195721e4f2d1e5b48
RMD160 (mplayer/MPlayer-1.1.tar.gz) = 0369e57677c0c30f3b05f80ee1c4d8d7d1217e63
Size (mplayer/MPlayer-1.1.tar.gz) = 17018391 bytes
SHA1 (mplayer/MPlayer-1.1.1.tar.xz) = ba2f3bd1442d04b17b0143680850273d928689c1
RMD160 (mplayer/MPlayer-1.1.1.tar.xz) = 745b3fdf684ba7614dbec2a7143188b7c9cca3a1
Size (mplayer/MPlayer-1.1.1.tar.xz) = 11202492 bytes
SHA1 (mplayer/MidnightLove-1.6.tar.bz2) = 27d1105777c1195adbe33f04741bf4be939d3a7f
RMD160 (mplayer/MidnightLove-1.6.tar.bz2) = 44886ffed5e6167324727fab42251866c6f1ca2c
Size (mplayer/MidnightLove-1.6.tar.bz2) = 539665 bytes
@@ -67,6 +67,8 @@ SHA1 (patch-aa) = da461823d0731624de964323ab630f6e295be7b7
SHA1 (patch-ae) = 286f5ac075ea4123a1a6276f97e02a4dda9b3e67
SHA1 (patch-an) = a1d16ce7a4ff5a2071a7bac1b6836dc197b849e4
SHA1 (patch-libao2_ao_sun.c) = ce7042b394b9b8c051597c734b70290c8bf0a8d5
SHA1 (patch-libmpdemux_demux__gif.c) = 2e760d89cd05c8249be83fc79b410d282af796db
SHA1 (patch-libvo_vo__gif89a.c) = 7127f03a420551f82f29772de4f986f4ff10cb32
SHA1 (patch-stream_dvb_tune.c) = 46cb5fb4700d7da5ed997dd468033c1edbe9be03
SHA1 (patch-stream_dvbin.h) = ee4f74eb786100e7cc62be228d73ce29d88638d1
SHA1 (patch-sub_osd.c) = 00dceec6ddd10d5ccb6561a18663fe1ca0635be5

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.73 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.81 2014/02/12 23:18:16 tron Exp $
#
DISTNAME= gnash-0.8.10
PKGREVISION= 22
PKGREVISION= 30
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNU:=gnash/${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,16 +1,19 @@
$NetBSD: distinfo,v 1.20 2013/02/26 11:04:25 joerg Exp $
$NetBSD: distinfo,v 1.23 2013/12/15 19:42:04 joerg Exp $
SHA1 (gnash-0.8.10.tar.bz2) = be3b12a5edcd3b05f2ae73d02f0991aa786e7300
RMD160 (gnash-0.8.10.tar.bz2) = 0093174ec0a912309772c033b5f1c1ad46ab41dc
Size (gnash-0.8.10.tar.bz2) = 4238106 bytes
SHA1 (patch-aa) = 5e3cfa0c21f6bd9ad01ce4c9f68f245316d063a3
SHA1 (patch-ae) = ca44e2559a1ce0a24baf6d5479636f967e011202
SHA1 (patch-libbase_GnashImageGif.cpp) = e08a9657269ac7f37ad892a003ac9025deda6c9f
SHA1 (patch-libbase_GnashSleep.h) = f713b29feb0153efa24c10df20e0ac8342b88265
SHA1 (patch-libbase_IOChannel.h) = 6b2b66291598e574f13a6a5ee905d6d5f1a459e8
SHA1 (patch-libbase_Makefile.in) = c5b6533f5ac2b2ee26d0547c3054375e72512ccf
SHA1 (patch-libbase_rc.cpp) = 2df75034a7f195864931504041ad956142495313
SHA1 (patch-libcore_Makefile.in) = 6b92917f0be3779b7f6e1993ac29960cef50c736
SHA1 (patch-libcore_movie__root.cpp) = 5ee7321011961427effd7951860cbf5f3c0b0a6f
SHA1 (patch-libcore_swf_DefineButtonTag.h) = 9306aab8a56e3447037d7aa1f9f67daec3c6c15a
SHA1 (patch-libcore_swf_DefineButtonTag.h) = 42e01cca7a5017349a3a0a31f1eb6b2aeb1f33fd
SHA1 (patch-libmedia_FLVParser.cpp) = e990c82edceb3c5d481d7de86e720139b4dc60ea
SHA1 (patch-libmedia_Makefile.in) = 10fde4560a20dcb28599d8c51a4fc7af93109474
SHA1 (patch-librender_Makefile.in) = 25e38d82e3ecc156ff1f2b855a05437da015f3ce
SHA1 (patch-libsound_Makefile.in) = 26c7390196b7e0bb301427b27cf87a1ae52f0b87

View File

@@ -0,0 +1,19 @@
$NetBSD: patch-libbase_GnashImageGif.cpp,v 1.1 2013/07/14 02:32:34 obache Exp $
* for giflib-5.0 API changes
https://savannah.gnu.org/bugs/index.php?39482
--- libbase/GnashImageGif.cpp.orig 2012-01-19 19:17:48.000000000 +0000
+++ libbase/GnashImageGif.cpp
@@ -269,7 +269,11 @@ GifInput::processRecord(GifRecordType re
void
GifInput::read()
{
+#if GIFLIB_MAJOR >= 5
+ _gif = DGifOpen(_inStream.get(), &readData, NULL);
+#else
_gif = DGifOpen(_inStream.get(), &readData);
+#endif
GifRecordType record;

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-libbase_IOChannel.h,v 1.1 2013/08/31 14:52:14 joerg Exp $
--- libbase/IOChannel.h.orig 2013-08-31 11:55:31.000000000 +0000
+++ libbase/IOChannel.h
@@ -24,6 +24,7 @@
#include <string>
#include <boost/cstdint.hpp> // for boost int types
#include <iosfwd>
+#include <ios>
#include "dsodefs.h" // DSOEXPORT
#include "GnashException.h" // for IOException inheritance

View File

@@ -1,7 +1,16 @@
$NetBSD: patch-libcore_swf_DefineButtonTag.h,v 1.1 2013/02/26 11:04:25 joerg Exp $
$NetBSD: patch-libcore_swf_DefineButtonTag.h,v 1.2 2013/12/15 19:42:04 joerg Exp $
--- libcore/swf/DefineButtonTag.h.orig 2013-02-25 19:42:00.000000000 +0000
--- libcore/swf/DefineButtonTag.h.orig 2012-01-19 19:17:48.000000000 +0000
+++ libcore/swf/DefineButtonTag.h
@@ -98,7 +98,7 @@ public:
/// A ButtonRecord is invalid if it refers to a DisplayObject
/// which has not been defined.
bool valid() const {
- return (_definitionTag);
+ return bool(_definitionTag);
}
private:
@@ -157,8 +157,6 @@ public:
return (_conditions & KEYPRESS);
}

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-libmedia_FLVParser.cpp,v 1.1 2013/08/31 14:52:14 joerg Exp $
--- libmedia/FLVParser.cpp.orig 2013-08-31 11:58:57.000000000 +0000
+++ libmedia/FLVParser.cpp
@@ -447,7 +447,7 @@ FLVParser::parseNextTag(bool index_only)
}
boost::mutex::scoped_lock lock(_metaTagsMutex);
- _metaTags.insert(std::make_pair(flvtag.timestamp, metaTag.release()));
+ _metaTags.insert(std::make_pair(boost::uint64_t(flvtag.timestamp), boost::shared_ptr<SimpleBuffer>(metaTag.release())));
}
else
{

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.52 2013/06/06 12:53:56 wiz Exp $
# $NetBSD: Makefile,v 1.56 2013/12/23 11:57:04 wiz Exp $
DISTNAME= gnome-media-2.28.5
PKGREVISION= 24
PKGREVISION= 27
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-media/2.28/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Set of audio/multimedia applications for GNOME2

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.26 2013/06/06 12:53:56 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.28 2013/10/10 14:41:48 ryoon Exp $
BUILDLINK_TREE+= gnome-media
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-media
GNOME_MEDIA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnome-media+= gnome-media>=2.12.0nb1
BUILDLINK_ABI_DEPENDS.gnome-media+= gnome-media>=2.28.5nb24
BUILDLINK_ABI_DEPENDS.gnome-media+= gnome-media>=2.28.5nb26
BUILDLINK_PKGSRCDIR.gnome-media?= ../../multimedia/gnome-media
.include "../../devel/GConf-ui/buildlink3.mk"

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.35 2014/02/12 23:18:17 tron Exp $
#
DISTNAME= gnome-mplayer-1.0.8
PKGREVISION= 3
PKGREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= http://gnome-mplayer.googlecode.com/files/

View File

@@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.3 2013/01/05 12:17:56 obache Exp $
# $NetBSD: options.mk,v 1.6 2013/10/16 10:39:05 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-mplayer
PKG_SUPPORTED_OPTIONS= gnome musicbrainz libgpod
PKG_SUGGESTED_OPTIONS= gnome musicbrainz
PKG_SUGGESTED_OPTIONS= gnome
.include "../../mk/bsd.options.mk"
@@ -12,7 +12,6 @@ PLIST_VARS+= nautilus
# Compile the nautilus plugin
#
.if !empty(PKG_OPTIONS:Mgnome)
DEPENDS+= gnome-power-manager-[0-9]*:../../sysutils/gnome-power-manager
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
CONFIGURE_ARGS+= --enable-nautilus

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.42 2013/06/06 12:54:51 wiz Exp $
# $NetBSD: Makefile,v 1.44 2013/10/10 14:42:25 ryoon Exp $
#
DISTNAME= gopchop-1.1.8
PKGREVISION= 19
PKGREVISION= 21
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gopchop/} \
http://outflux.net/unix/software/GOPchop/download/

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.32 2013/06/04 22:16:47 tron Exp $
# $NetBSD: Makefile,v 1.34 2014/02/12 23:18:17 tron Exp $
#
DISTNAME= gpac-0.5.0
PKGREVISION= 4
PKGREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpac/}

View File

@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.26 2013/04/06 03:45:19 rodent Exp $
# $NetBSD: Makefile,v 1.27 2014/02/12 23:18:17 tron Exp $
#
USE_LANGUAGES= c c++
.include "Makefile.common"
PKGREVISION= 4
PKGREVISION= 5
COMMENT+= Bad plugins

View File

@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.7 2013/05/03 15:58:36 drochner Exp $
#
# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:17 tron Exp $
PKGREVISION= 1
USE_LANGUAGES= c c++

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2013/05/03 15:58:36 drochner Exp $
# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $
#
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
@@ -12,7 +12,7 @@
#
GST_PLUGINS1_TYPE= bad
GST_PLUGINS1_VER= 1.0.7
GST_PLUGINS1_VER= 1.0.10
# Disable all drivers and features by default.
.for driver in cdaudio \

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:46 drochner Exp $
@comment $NetBSD: PLIST,v 1.4 2013/12/04 11:35:56 drochner Exp $
include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h
include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h
include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h
@@ -38,6 +38,7 @@ lib/gstreamer-1.0/libgstinter.la
lib/gstreamer-1.0/libgstinterlace.la
lib/gstreamer-1.0/libgstjpegformat.la
lib/gstreamer-1.0/libgstliveadder.la
lib/gstreamer-1.0/libgstmidi.la
lib/gstreamer-1.0/libgstmpegpsdemux.la
lib/gstreamer-1.0/libgstmpegpsmux.la
lib/gstreamer-1.0/libgstmpegtsdemux.la
@@ -46,6 +47,7 @@ lib/gstreamer-1.0/libgstpcapparse.la
lib/gstreamer-1.0/libgstpnm.la
lib/gstreamer-1.0/libgstrawparse.la
lib/gstreamer-1.0/libgstremovesilence.la
lib/gstreamer-1.0/libgstrfbsrc.la
lib/gstreamer-1.0/libgstrtpmux.la
lib/gstreamer-1.0/libgstrtpvp8.la
lib/gstreamer-1.0/libgstscaletempoplugin.la

View File

@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2013/05/03 15:58:36 drochner Exp $
$NetBSD: distinfo,v 1.6 2013/12/04 11:35:56 drochner Exp $
SHA1 (gst-plugins-bad-1.0.7.tar.xz) = 73d56c6cb95938b6d86cd0501d9aecba84f291bc
RMD160 (gst-plugins-bad-1.0.7.tar.xz) = 829017a88b9c8326451112e7fa3e754bd2cb01d7
Size (gst-plugins-bad-1.0.7.tar.xz) = 3128548 bytes
SHA1 (gst-plugins-bad-1.0.10.tar.xz) = e7b5bff5f009a5a80485fba300a8075a904fbafd
RMD160 (gst-plugins-bad-1.0.10.tar.xz) = 15a66449cf99dde99a674d77400d97c0169b0d71
Size (gst-plugins-bad-1.0.10.tar.xz) = 3186192 bytes
SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
SHA1 (patch-configure) = 8edd43af46ccc10802d4b789acec5af6e8ac8f37

View File

@@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.6 2013/06/18 07:19:56 dholland Exp $
# $NetBSD: Makefile,v 1.7 2013/07/22 14:28:41 drochner Exp $
.include "Makefile.common"
PKGREVISION= 1
#CONFIGURE_ARGS+= --disable-silent-rules
COMMENT+= Base plugins

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2013/05/03 15:58:36 drochner Exp $
# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
@@ -12,7 +12,7 @@
#
GST_PLUGINS1_TYPE= base
GST_PLUGINS1_VER= 1.0.7
GST_PLUGINS1_VER= 1.0.10
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3
LICENSE= gnu-lgpl-v2

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.5 2013/05/06 06:08:43 obache Exp $
$NetBSD: distinfo,v 1.7 2013/12/04 11:35:56 drochner Exp $
SHA1 (gst-plugins-base-1.0.7.tar.xz) = c9e057774746c6dea07052fa0fec9cfc2519ceea
RMD160 (gst-plugins-base-1.0.7.tar.xz) = c3751b5e09290513df96e3496196ff8e07610016
Size (gst-plugins-base-1.0.7.tar.xz) = 2388380 bytes
SHA1 (gst-plugins-base-1.0.10.tar.xz) = 1a8a887bfc6190e6b53923b960ce5b7ee0f95721
RMD160 (gst-plugins-base-1.0.10.tar.xz) = 1966d494e1f684b91668fd57093e0954bee641ad
Size (gst-plugins-base-1.0.10.tar.xz) = 2371640 bytes
SHA1 (patch-ext_alsa_gstalsasink.c) = f344b819e65b42f49c2328f8bf3e8c075e5dd24b
SHA1 (patch-ext_alsa_gstalsasrc.c) = dd966d2a7f1b952a90c1aa78e726b8272ac40f9d
SHA1 (patch-gst_audioresample_resample.c) = 492cc82935e63a58f6d6e0ed04eacfce47c09146

View File

@@ -1,8 +1,9 @@
# $NetBSD: Makefile.common,v 1.5 2013/05/03 15:58:36 drochner Exp $
# $NetBSD: Makefile.common,v 1.8 2013/12/04 11:35:56 drochner Exp $
#
# used by audio/gst-plugins1-flac/Makefile
## used by multimedia/gst-plugins1-v4l2/Makefile (broken)
# used by multimedia/gst-plugins1-v4l2/Makefile
# used by audio/gst-plugins1-jack/Makefile
# used by graphics/gst-plugins1-cairo/Makefile
# used by graphics/gst-plugins1-jpeg/Makefile
# used by graphics/gst-plugins1-png/Makefile
# used by audio/gst-plugins1-oss/Makefile
@@ -14,7 +15,7 @@
#
GST_PLUGINS1_TYPE= good
GST_PLUGINS1_VER= 1.0.7
GST_PLUGINS1_VER= 1.0.10
# Disable all drivers and features by default.
.for driver in aalib \

View File

@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.4 2013/05/03 15:58:36 drochner Exp $
$NetBSD: distinfo,v 1.7 2013/12/04 11:35:56 drochner Exp $
SHA1 (gst-plugins-good-1.0.7.tar.xz) = 14ddd7b87045920f6a394bd018a39c42503561fd
RMD160 (gst-plugins-good-1.0.7.tar.xz) = 5e445d6f18391f26ce94498c3602ac43a0d019b7
Size (gst-plugins-good-1.0.7.tar.xz) = 2693188 bytes
SHA1 (gst-plugins-good-1.0.10.tar.xz) = 0d171e1f0c4db8b8f16e4d917a621277519923ea
RMD160 (gst-plugins-good-1.0.10.tar.xz) = 21379d7cf303c8a605f960e16d0977e90d997ee0
Size (gst-plugins-good-1.0.10.tar.xz) = 2732272 bytes
SHA1 (patch-ab) = 69fbd1268ee0c448341bfbd2590769785cd27604
SHA1 (patch-ba) = b9a4b1f6ef0df2c1c286218edcf8b592a9839b24
SHA1 (patch-bb) = 2b448778acd9ce6c4cd6a22a894bcee457cd0360
SHA1 (patch-sys_v4l2_gstv4l2object.c) = b19a02ff26c49f8ced260f738d7e8973b2201b10
SHA1 (patch-sys_v4l2_gstv4l2object.c) = 9ea3ce3b49c13af27aeded8358ec34d244c646b6

View File

@@ -1,9 +1,8 @@
$NetBSD: patch-sys_v4l2_gstv4l2object.c,v 1.1 2012/11/29 08:24:42 ryoon Exp $
$NetBSD: patch-sys_v4l2_gstv4l2object.c,v 1.2 2013/08/03 08:29:22 ryoon Exp $
* take care some video standard macros added by V4L2 in Linux 2.6.17
(not in NetBSD)
* take care some video standard macros added by V4L2
--- sys/v4l2/gstv4l2object.c.orig 2012-10-25 10:55:59.000000000 +0000
--- sys/v4l2/gstv4l2object.c.orig 2013-04-26 09:30:32.000000000 +0000
+++ sys/v4l2/gstv4l2object.c
@@ -338,8 +338,12 @@ gst_v4l2_tv_norm_get_type (void)
{V4L2_STD_NTSC, "NTSC", "NTSC"},
@@ -35,3 +34,13 @@ $NetBSD: patch-sys_v4l2_gstv4l2object.c,v 1.1 2012/11/29 08:24:42 ryoon Exp $
{0, NULL, NULL}
};
@@ -1500,8 +1508,8 @@ gst_v4l2_object_get_caps_info (GstV4l2Ob
#ifdef V4L2_PIX_FMT_PWC2
} else if (g_str_equal (mimetype, "video/x-pwc2")) {
fourcc = V4L2_PIX_FMT_PWC2;
- }
#endif
+ }
if (dimensions) {
const gchar *interlace_mode;

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:30 wiz Exp $
# $NetBSD: Makefile,v 1.7 2013/12/04 11:35:56 drochner Exp $
#
DISTNAME= gst-libav-1.0.7
PKGREVISION= 1
DISTNAME= gst-libav-1.0.10
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/
EXTRACT_SUFX= .tar.xz

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/05/03 15:58:36 drochner Exp $
$NetBSD: distinfo,v 1.5 2013/12/04 11:35:56 drochner Exp $
SHA1 (gst-libav-1.0.7.tar.xz) = 067c715887916dd668fa50603799ae73a06a4ee2
RMD160 (gst-libav-1.0.7.tar.xz) = 14f188db076e73458c5da758b22ead82bb2d3e4e
Size (gst-libav-1.0.7.tar.xz) = 4244464 bytes
SHA1 (gst-libav-1.0.10.tar.xz) = d721f73defe2f6e4dd0571b2cc51fa62106da386
RMD160 (gst-libav-1.0.10.tar.xz) = f25e99170193fa5633393291d12db14f4e34b2f6
Size (gst-libav-1.0.10.tar.xz) = 4240440 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2013/05/03 15:58:36 drochner Exp $
# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $
#
# used by audio/gst-plugins1-a52/Makefile
# used by audio/gst-plugins1-lame/Makefile
@@ -10,7 +10,7 @@
# used by multimedia/gst-plugins1-x264/Makefile
GST_PLUGINS1_TYPE= ugly
GST_PLUGINS1_VER= 1.0.7
GST_PLUGINS1_VER= 1.0.10
# Disable all drivers and features by default.
.for driver in a52dec \

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/05/03 15:58:36 drochner Exp $
$NetBSD: distinfo,v 1.6 2013/12/04 11:35:56 drochner Exp $
SHA1 (gst-plugins-ugly-1.0.7.tar.xz) = 02ce7ec993a3d09cb0031a2ccac2e61239edcdeb
RMD160 (gst-plugins-ugly-1.0.7.tar.xz) = 9c2c3fce9db79a38ecc558ae5976f5342a17cc23
Size (gst-plugins-ugly-1.0.7.tar.xz) = 826724 bytes
SHA1 (gst-plugins-ugly-1.0.10.tar.xz) = 08fcaba501f250bbc7c337919081032dacef108e
RMD160 (gst-plugins-ugly-1.0.10.tar.xz) = eb6890530f63a94902d77d2b580c733cc4231081
Size (gst-plugins-ugly-1.0.10.tar.xz) = 829852 bytes

View File

@@ -0,0 +1,12 @@
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
GStreamer is released under the LGPL.
This package is part of the 'good' plugins for GStreamer. It provides a
plugin to access v4l2.

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2013/08/03 04:49:39 ryoon Exp $
#
GST_PLUGINS1_NAME= v4l2
GST_PLUGINS1_DIRS= sys/v4l2
GST_PLUGINS1_FLAGS= gst_v4l2
ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-*
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../graphics/libv4l/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2013/08/03 04:49:39 ryoon Exp $
lib/gstreamer-1.0/libgstvideo4linux2.la

Some files were not shown because too many files have changed in this diff Show More