diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile deleted file mode 100644 index 2d7f46394c..0000000000 --- a/graphics/ffmpeg/Makefile +++ /dev/null @@ -1,213 +0,0 @@ -# $OpenBSD: Makefile,v 1.111 2015/02/17 01:28:52 brad Exp $ - -COMMENT= audio/video converter and streamer - -V= 20150412 -DISTNAME= ffmpeg-git-${V} -PKGNAME= ffmpeg-${V} -CATEGORIES= graphics multimedia -MASTER_SITES= http://comstyle.com/source/ -EXTRACT_SUFX= .tar.xz - -SHARED_LIBS= avcodec 22.0 \ - avdevice 10.0 \ - avfilter 7.1 \ - avformat 19.2 \ - avresample 1.0 \ - avutil 12.2 \ - postproc 16.1 \ - swresample 1.1 \ - swscale 6.1 - -HOMEPAGE= http://ffmpeg.org/ - -MAINTAINER= Brad Smith - -# LGPLv2.1 and GPLv2 -PERMIT_PACKAGE_CDROM= patents -PERMIT_PACKAGE_FTP= Yes - -WANTLIB= SDL X11 Xext Xv bz2 c crypto gsm m mp3lame opus pthread \ - sndio speex ssl vorbis vorbisenc vpx>=5 x264 xcb xcb-shape \ - xcb-shm xcb-xfixes xvidcore z \ - -MODULES= lang/clang - -MODCLANG_ARCHS= amd64 -MODCLANG_LANGS= c - -BUILD_DEPENDS= textproc/texi2html -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" -BUILD_DEPENDS+= devel/yasm -.endif -LIB_DEPENDS= archivers/bzip2 \ - audio/lame \ - audio/libvorbis \ - audio/opus \ - audio/speex \ - audio/gsm \ - devel/sdl \ - multimedia/libvpx>=1.3.0 \ - multimedia/x264 \ - multimedia/xvidcore - -# inter-library dependencies for the current configuration -LIBavcodec_EXTRALIBS=-L${LOCALBASE}/lib -lgsm -lmp3lame -lopus -lspeex -lvorbis -lvorbisenc -lvpx -lx264 -lxvidcore -lz -pthread -LIBavdevice_EXTRALIBS=-L${X11BASE}/lib -lX11 -lXext -lXv -lxcb-render -lxcb-shape -lxcb-shm -lxcb-xfixes -lxcb -lsndio -LIBavfilter_EXTRALIBS= -LIBavformat_EXTRALIBS=-L${LOCALBASE}/lib -lbz2 -lssl -lcrypto -pthread -LIBavresample_EXTRALIBS= -LIBavutil_EXTRALIBS=-lm -pthread -LIBpostproc_EXTRALIBS= -LIBswresample_EXTRALIBS=-lm -LIBswscale_EXTRALIBS=-lm - -LIBavcodec_REQUIRES=libavutil libswresample opus speex vpx x264 - -# configure wants a directory it can execute files in -WRKTMP= ${WRKDIR}/tmp - -.if ${MACHINE_ARCH:Marm} -# uses ARM EABI -FFMPEG_ARCH= generic -.else -FFMPEG_ARCH= ${MACHINE_ARCH} -.endif - -# x265 only builds on archs with working builtin 32-bit atomics -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" -LIB_DEPENDS+= multimedia/x265>=1.5 -WANTLIB+= x265>=2 -CONFIGURE_ARGS+= --enable-libx265 -LIBavcodec_REQUIRES+= x265 -LIBavcodec_EXTRALIBS+= -lx265 -.endif - -# fdk-aac is known to build on these platforms -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" -WANTLIB+= fdk-aac -LIB_DEPENDS+= audio/fdk-aac -LIBavcodec_EXTRALIBS+=-lfdk-aac -CONFIGURE_ARGS+=--disable-encoder=aac --enable-version3 -.endif - -OPTFLAGS= ${CFLAGS} - -# until the system headers are fixed properly. -OPTFLAGS+= -Wno-redundant-decls - -USE_GMAKE= Yes -CONFIGURE_STYLE= simple -CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ - --arch=${FFMPEG_ARCH} \ - --cc=${CC} \ - --disable-altivec \ - --disable-armv5te \ - --disable-armv6 \ - --disable-armv6t2 \ - --disable-debug \ - --disable-iconv \ - --disable-indev=jack \ - --disable-indev=oss \ - --disable-lzma \ - --disable-mipsdspr1 \ - --disable-mipsdspr2 \ - --disable-neon \ - --disable-outdev=oss \ - --disable-outdev=sdl \ - --disable-vfp \ - --enable-avresample \ - --enable-gpl \ - --enable-libfdk_aac \ - --enable-libgsm \ - --enable-libmp3lame \ - --enable-libopus \ - --enable-libspeex \ - --enable-libvorbis \ - --enable-libvpx \ - --enable-libx264 \ - --enable-libxvid \ - --enable-nonfree \ - --enable-openssl \ - --extra-cflags="-I${LOCALBASE}/include -I${X11BASE}/include" \ - --extra-libs="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - --mandir=${PREFIX}/man \ - --optflags="${OPTFLAGS}" - -CONFIGURE_ENV+= LIBavcodec_EXTRALIBS="${LIBavcodec_EXTRALIBS}" \ - LIBavdevice_EXTRALIBS="${LIBavdevice_EXTRALIBS}" \ - LIBavfilter_EXTRALIBS="${LIBavfilter_EXTRALIBS}" \ - LIBavformat_EXTRALIBS="${LIBavformat_EXTRALIBS}" \ - LIBavresample_EXTRALIBS="${LIBavresample_EXTRALIBS}" \ - LIBavutil_EXTRALIBS="${LIBavutil_EXTRALIBS}" \ - LIBpostproc_EXTRALIBS="${LIBpostproc_EXTRALIBS}" \ - LIBswresample_EXTRALIBS="${LIBswresample_EXTRALIBS}" \ - LIBswscale_EXTRALIBS="${LIBswscale_EXTRALIBS}" \ - LIBavcodec_LINKFLAGS="" \ - LIBavdevice_LINKFLAGS="-Wl,-rpath-link,${X11BASE}/lib" \ - LIBavfilter_LINKFLAGS="" \ - LIBavformat_LINKFLAGS="" \ - LIBavresample_LINKFLAGS="" \ - LIBavutil_LINKFLAGS="" \ - LIBpostproc_LINKFLAGS="" \ - LIBswresample_LINKFLAGS="" \ - LIBswscale_LINKFLAGS="" \ - LIBavcodec_REQUIRES="${LIBavcodec_REQUIRES}" \ - LIBavdevice_REQUIRES="libavcodec libavfilter libavformat libavutil libpostproc libswresample libswscale" \ - LIBavfilter_REQUIRES="libavcodec libavformat libavresample libavutil libpostproc libswresample libswscale" \ - LIBavformat_REQUIRES="libavcodec libavutil libswresample" \ - LIBavresample_REQUIRES="libavutil" \ - LIBavutil_REQUIRES="" \ - LIBpostproc_REQUIRES="libavutil" \ - LIBswresample_REQUIRES="libavutil" \ - LIBswscale_REQUIRES="libavutil" \ - TMPDIR=${WRKTMP} - -VERSION_FLAGS= libavcodec_VERSION=${LIBavcodec_VERSION} \ - libavdevice_VERSION=${LIBavdevice_VERSION} \ - libavfilter_VERSION=${LIBavfilter_VERSION} \ - libavformat_VERSION=${LIBavformat_VERSION} \ - libavresample_VERSION=${LIBavresample_VERSION} \ - libavutil_VERSION=${LIBavutil_VERSION} \ - libpostproc_VERSION=${LIBpostproc_VERSION} \ - libswresample_VERSION=${LIBswresample_VERSION} \ - libswscale_VERSION=${LIBswscale_VERSION} - -MAKE_ENV= V=1 - -MAKE_FLAGS= ${VERSION_FLAGS} \ - LIBavcodec_EXTRALIBS="-lavutil -lswresample ${LIBavcodec_EXTRALIBS}" \ - LIBavdevice_EXTRALIBS="-lavcodec -lavfilter -lavformat -lavutil -lpostproc -lswresample -lswscale ${LIBavdevice_EXTRALIBS}" \ - LIBavfilter_EXTRALIBS="-lavcodec -lavformat -lavresample -lavutil -lpostproc -lswresample -lswscale ${LIBavfilter_EXTRALIBS}" \ - LIBavformat_EXTRALIBS="-lavcodec -lavutil -lswresample ${LIBavformat_EXTRALIBS}" \ - LIBavresample_EXTRALIBS="-lavutil ${LIBavresample_EXTRALIBS}" \ - LIBavutil_EXTRALIBS="${LIBavutil_EXTRALIBS}" \ - LIBpostproc_EXTRALIBS="-lavutil ${LIBpostproc_EXTRALIBS}" \ - LIBswresample_EXTRALIBS="-lavutil ${LIBswresample_EXTRALIBS}" \ - LIBswscale_EXTRALIBS="-lavutil ${LIBswscale_EXTRALIBS}" -FAKE_FLAGS= ${VERSION_FLAGS} \ - LDCONFIG=true - -.ifdef DEBUG -CONFIGURE_ARGS+=--disable-stripping -.endif - -ALL_TARGET= all tools/qt-faststart -TEST_TARGET= check - -HTML_DOCS= developer faq ffmpeg ffplay ffprobe ffserver general libavfilter - -pre-configure: - @mkdir -p ${WRKTMP} - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffmpeg - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ffmpeg - ${INSTALL_PROGRAM} ${WRKBUILD}/tools/qt-faststart ${PREFIX}/bin -.for doc in ${HTML_DOCS} - ${INSTALL_DATA} ${WRKBUILD}/doc/${doc}.html ${PREFIX}/share/doc/ffmpeg -.endfor - ${INSTALL_DATA} ${WRKBUILD}/doc/ffserver.conf \ - ${PREFIX}/share/examples/ffmpeg - -.include diff --git a/graphics/ffmpeg/TODO b/graphics/ffmpeg/TODO deleted file mode 100644 index bf3b5b8750..0000000000 --- a/graphics/ffmpeg/TODO +++ /dev/null @@ -1,3 +0,0 @@ -* testing -* testing -* testing diff --git a/graphics/ffmpeg/distinfo b/graphics/ffmpeg/distinfo deleted file mode 100644 index 8984a8a2b6..0000000000 --- a/graphics/ffmpeg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ffmpeg-git-20150412.tar.xz) = /aI+nzNZ+8qN4MBDunq/krMXNKflxzshGnJjaolsJvc= -SIZE (ffmpeg-git-20150412.tar.xz) = 6393564 diff --git a/graphics/ffmpeg/patches/patch-configure b/graphics/ffmpeg/patches/patch-configure deleted file mode 100644 index f88128728a..0000000000 --- a/graphics/ffmpeg/patches/patch-configure +++ /dev/null @@ -1,63 +0,0 @@ -$OpenBSD: patch-configure,v 1.43 2015/01/10 10:46:37 brad Exp $ ---- configure.orig Wed Mar 25 18:11:38 2015 -+++ configure Wed Mar 25 18:16:17 2015 -@@ -4057,7 +4057,7 @@ case $target_os in - openbsd|bitrig) - disable symver - SHFLAGS='-shared' -- SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)' -+ SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBVERSION)' - SLIB_INSTALL_LINKS= - oss_indev_extralibs="-lossaudio" - oss_outdev_extralibs="-lossaudio" -@@ -4404,7 +4404,7 @@ die_license_disabled version3 libvo_amrwbenc - - enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; } - --disabled optimizations || check_cflags -fomit-frame-pointer -+enabled x86_32 && check_cflags -fomit-frame-pointer - - enable_weak_pic() { - disabled pic && return -@@ -5203,7 +5203,6 @@ check_disable_warning -Wno-pointer-sign - check_ldflags -Wl,--warn-common - check_ldflags -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample - enabled rpath && add_ldexeflags -Wl,-rpath,$libdir --test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic - - # add some strip flags - # -wN '..@*' is more selective than -x, but not available everywhere. -@@ -5823,8 +5822,8 @@ pkgconfig_generate(){ - comment=$2 - version=$3 - libs=$4 -- requires=$(map 'lib_version $v' $(eval echo \$${name#lib}_deps)) -- requires=${requires%, } -+ requires=$5 -+ linkflags=$6 - enabled ${name#lib} || return 0 - mkdir -p $name - cat < $name/$name${build_suffix}.pc -@@ -5839,7 +5838,7 @@ Version: $version - Requires: $(enabled shared || echo $requires) - Requires.private: $(enabled shared && echo $requires) - Conflicts: --Libs: -L\${libdir} $(enabled rpath && echo "-Wl,-rpath,\${libdir}") -l${shortname} $(enabled shared || echo $libs) -+Libs: -L\${libdir} $(enabled rpath && echo "-Wl,-rpath,\${libdir}") -l${shortname} $(enabled shared || echo $libs) $linkflags - Libs.private: $(enabled shared && echo $libs) - Cflags: -I\${includedir} - EOF -@@ -5872,3 +5871,13 @@ pkgconfig_generate libpostproc "FFmpeg postprocessin - pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$LIBM" - pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "$LIBM" - pkgconfig_generate libswresample "FFmpeg audio resampling library" "$LIBSWRESAMPLE_VERSION" "$LIBM" -+ -+pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" "$LIBavutil_EXTRALIBS" "$LIBavutil_REQUIRES" "$LIBavutil_LINKFLAGS" -+pkgconfig_generate libavcodec "FFmpeg codec library" "$LIBAVCODEC_VERSION" "$LIBavcodec_EXTRALIBS" "$LIBavcodec_REQUIRES" "$LIBavcodec_LINKFLAGS" -+pkgconfig_generate libavformat "FFmpeg container format library" "$LIBAVFORMAT_VERSION" "$LIBavformat_EXTRALIBS" "$LIBavformat_REQUIRES" "$LIBavformat_LINKFLAGS" -+pkgconfig_generate libavdevice "FFmpeg device handling library" "$LIBAVDEVICE_VERSION" "$LIBavdevice_EXTRALIBS" "$LIBavdevice_REQUIRES" "$LIBavdevice_LINKFLAGS" -+pkgconfig_generate libavfilter "FFmpeg audio/video filtering library" "$LIBAVFILTER_VERSION" "$LIBavfilter_EXTRALIBS" "$LIBavfilter_REQUIRES" "$LIBavfilter_LINKFLAGS" -+pkgconfig_generate libpostproc "FFmpeg postprocessing library" "$LIBPOSTPROC_VERSION" "$LIBpostproc_EXTRALIBS" "$LIBpostproc_REQUIRES" "$LIBpostproc_LINKFLAGS" -+pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$LIBreavsample_EXTRALIBS" "$LIBavresample_REQUIRES" "$LIBavresample_LINKFLAGS" -+pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "$LIBswscale_EXTRALIBS" "$LIBswscale_REQUIRES" "$LIBswscale_LINKFLAGS" -+pkgconfig_generate libswresample "FFmpeg audio rescaling library" "$LIBSWRESAMPLE_VERSION" "$LIBswresample_EXTRALIBS" "$LIBswresample_REQUIRES" "$LIBswresample_LINKFLAGS" diff --git a/graphics/ffmpeg/patches/patch-library_mak b/graphics/ffmpeg/patches/patch-library_mak deleted file mode 100644 index 51f814f426..0000000000 --- a/graphics/ffmpeg/patches/patch-library_mak +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-library_mak,v 1.4 2014/05/16 01:34:50 brad Exp $ ---- library.mak.orig Wed Mar 25 18:11:40 2015 -+++ library.mak Wed Mar 25 18:16:17 2015 -@@ -57,7 +57,7 @@ $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) - - $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SLIBOBJS) $(SUBDIR)lib$(NAME).ver - $(SLIB_CREATE_DEF_CMD) -- $$(LD) $(SHFLAGS) $(LDFLAGS) $$(LD_O) $$(filter %.o,$$^) $(FFEXTRALIBS) -+ $$(LD) $(SHFLAGS) $(LDFLAGS) $$(LD_O) $$(filter %.o,$$^) $(LIB$(NAME)_EXTRALIBS) - $(SLIB_EXTRA_CMD) - - ifdef SUBDIR -@@ -74,8 +74,6 @@ distclean:: clean - install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) - $(Q)mkdir -p "$(SHLIBDIR)" - $$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)" -- $$(STRIP) "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)" -- $(Q)$(foreach F,$(SLIB_INSTALL_LINKS),(cd "$(SHLIBDIR)" && $(LN_S) $(SLIB_INSTALL_NAME) $(F));) - $(if $(SLIB_INSTALL_EXTRA_SHLIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_SHLIB:%=$(SUBDIR)%) "$(SHLIBDIR)") - $(if $(SLIB_INSTALL_EXTRA_LIB),$(Q)mkdir -p "$(LIBDIR)") - $(if $(SLIB_INSTALL_EXTRA_LIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_LIB:%=$(SUBDIR)%) "$(LIBDIR)") diff --git a/graphics/ffmpeg/patches/patch-version_sh b/graphics/ffmpeg/patches/patch-version_sh deleted file mode 100644 index 6774964bf0..0000000000 --- a/graphics/ffmpeg/patches/patch-version_sh +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-version_sh,v 1.8 2014/08/14 08:20:27 brad Exp $ ---- version.sh.orig Fri Aug 1 19:24:21 2014 -+++ version.sh Fri Aug 1 19:28:08 2014 -@@ -2,6 +2,9 @@ - - # Usage: version.sh - -+revision=$(cd "$1" && cat snapshot_version 2> /dev/null) -+test "$revision" && revision=git-$revision -+ - # check for git short hash - if ! test "$revision"; then - if (cd "$1" && grep git RELEASE 2> /dev/null >/dev/null) ; then diff --git a/graphics/ffmpeg/pkg/DESCR b/graphics/ffmpeg/pkg/DESCR deleted file mode 100644 index f890b1873e..0000000000 --- a/graphics/ffmpeg/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -FFmpeg is a complete solution to record, convert and stream audio and -video. It includes libavcodec, the leading audio/video codec library. diff --git a/graphics/ffmpeg/pkg/PLIST b/graphics/ffmpeg/pkg/PLIST deleted file mode 100644 index 630fd3850b..0000000000 --- a/graphics/ffmpeg/pkg/PLIST +++ /dev/null @@ -1,222 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.30 2014/10/19 23:14:24 brad Exp $ -@bin bin/ffmpeg -@bin bin/ffplay -@bin bin/ffprobe -@bin bin/ffserver -@bin bin/qt-faststart -include/libavcodec/ -include/libavcodec/avcodec.h -include/libavcodec/avfft.h -include/libavcodec/dv_profile.h -include/libavcodec/dxva2.h -include/libavcodec/old_codec_ids.h -include/libavcodec/qsv.h -include/libavcodec/vaapi.h -include/libavcodec/vda.h -include/libavcodec/vdpau.h -include/libavcodec/version.h -include/libavcodec/vorbis_parser.h -include/libavcodec/xvmc.h -include/libavdevice/ -include/libavdevice/avdevice.h -include/libavdevice/version.h -include/libavfilter/ -include/libavfilter/asrc_abuffer.h -include/libavfilter/avcodec.h -include/libavfilter/avfilter.h -include/libavfilter/avfiltergraph.h -include/libavfilter/buffersink.h -include/libavfilter/buffersrc.h -include/libavfilter/version.h -include/libavformat/ -include/libavformat/avformat.h -include/libavformat/avio.h -include/libavformat/version.h -include/libavresample/ -include/libavresample/avresample.h -include/libavresample/version.h -include/libavutil/ -include/libavutil/adler32.h -include/libavutil/aes.h -include/libavutil/attributes.h -include/libavutil/audio_fifo.h -include/libavutil/audioconvert.h -include/libavutil/avassert.h -include/libavutil/avconfig.h -include/libavutil/avstring.h -include/libavutil/avutil.h -include/libavutil/base64.h -include/libavutil/blowfish.h -include/libavutil/bprint.h -include/libavutil/bswap.h -include/libavutil/buffer.h -include/libavutil/camellia.h -include/libavutil/cast5.h -include/libavutil/channel_layout.h -include/libavutil/common.h -include/libavutil/cpu.h -include/libavutil/crc.h -include/libavutil/dict.h -include/libavutil/display.h -include/libavutil/downmix_info.h -include/libavutil/error.h -include/libavutil/eval.h -include/libavutil/ffversion.h -include/libavutil/fifo.h -include/libavutil/file.h -include/libavutil/frame.h -include/libavutil/hash.h -include/libavutil/hmac.h -include/libavutil/imgutils.h -include/libavutil/intfloat.h -include/libavutil/intreadwrite.h -include/libavutil/lfg.h -include/libavutil/log.h -include/libavutil/lzo.h -include/libavutil/macros.h -include/libavutil/mathematics.h -include/libavutil/md5.h -include/libavutil/mem.h -include/libavutil/motion_vector.h -include/libavutil/murmur3.h -include/libavutil/old_pix_fmts.h -include/libavutil/opt.h -include/libavutil/parseutils.h -include/libavutil/pixdesc.h -include/libavutil/pixelutils.h -include/libavutil/pixfmt.h -include/libavutil/random_seed.h -include/libavutil/rational.h -include/libavutil/replaygain.h -include/libavutil/ripemd.h -include/libavutil/samplefmt.h -include/libavutil/sha.h -include/libavutil/sha512.h -include/libavutil/stereo3d.h -include/libavutil/threadmessage.h -include/libavutil/time.h -include/libavutil/timecode.h -include/libavutil/timestamp.h -include/libavutil/twofish.h -include/libavutil/version.h -include/libavutil/xtea.h -include/libpostproc/ -include/libpostproc/postprocess.h -include/libpostproc/version.h -include/libswresample/ -include/libswresample/swresample.h -include/libswresample/version.h -include/libswscale/ -include/libswscale/swscale.h -include/libswscale/version.h -lib/libavcodec.a -@lib lib/libavcodec.so.${LIBavcodec_VERSION} -lib/libavdevice.a -@lib lib/libavdevice.so.${LIBavdevice_VERSION} -lib/libavfilter.a -@lib lib/libavfilter.so.${LIBavfilter_VERSION} -lib/libavformat.a -@lib lib/libavformat.so.${LIBavformat_VERSION} -lib/libavresample.a -@lib lib/libavresample.so.${LIBavresample_VERSION} -lib/libavutil.a -@lib lib/libavutil.so.${LIBavutil_VERSION} -lib/libpostproc.a -@lib lib/libpostproc.so.${LIBpostproc_VERSION} -lib/libswresample.a -@lib lib/libswresample.so.${LIBswresample_VERSION} -lib/libswscale.a -@lib lib/libswscale.so.${LIBswscale_VERSION} -lib/pkgconfig/libavcodec.pc -lib/pkgconfig/libavdevice.pc -lib/pkgconfig/libavfilter.pc -lib/pkgconfig/libavformat.pc -lib/pkgconfig/libavresample.pc -lib/pkgconfig/libavutil.pc -lib/pkgconfig/libpostproc.pc -lib/pkgconfig/libswresample.pc -lib/pkgconfig/libswscale.pc -@man man/man1/ffmpeg-all.1 -@man man/man1/ffmpeg-bitstream-filters.1 -@man man/man1/ffmpeg-codecs.1 -@man man/man1/ffmpeg-devices.1 -@man man/man1/ffmpeg-filters.1 -@man man/man1/ffmpeg-formats.1 -@man man/man1/ffmpeg-protocols.1 -@man man/man1/ffmpeg-resampler.1 -@man man/man1/ffmpeg-scaler.1 -@man man/man1/ffmpeg-utils.1 -@man man/man1/ffmpeg.1 -@man man/man1/ffplay-all.1 -@man man/man1/ffplay.1 -@man man/man1/ffprobe-all.1 -@man man/man1/ffprobe.1 -@man man/man1/ffserver-all.1 -@man man/man1/ffserver.1 -@man man/man3/libavcodec.3 -@man man/man3/libavdevice.3 -@man man/man3/libavfilter.3 -@man man/man3/libavformat.3 -@man man/man3/libavutil.3 -@man man/man3/libswresample.3 -@man man/man3/libswscale.3 -share/doc/ffmpeg/ -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/ffplay-all.html -share/doc/ffmpeg/ffplay.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/pkg-readmes/${FULLPKGNAME} -share/examples/ffmpeg/ -share/examples/ffmpeg/ffserver.conf -share/ffmpeg/ -share/ffmpeg/examples/ -share/ffmpeg/examples/Makefile -share/ffmpeg/examples/README -share/ffmpeg/examples/avio_reading.c -share/ffmpeg/examples/decoding_encoding.c -share/ffmpeg/examples/demuxing_decoding.c -share/ffmpeg/examples/extract_mvs.c -share/ffmpeg/examples/filter_audio.c -share/ffmpeg/examples/filtering_audio.c -share/ffmpeg/examples/filtering_video.c -share/ffmpeg/examples/metadata.c -share/ffmpeg/examples/muxing.c -share/ffmpeg/examples/qsvdec.c -share/ffmpeg/examples/remuxing.c -share/ffmpeg/examples/resampling_audio.c -share/ffmpeg/examples/scaling_video.c -share/ffmpeg/examples/transcode_aac.c -share/ffmpeg/examples/transcoding.c -share/ffmpeg/ffprobe.xsd -share/ffmpeg/libvpx-1080p.ffpreset -share/ffmpeg/libvpx-1080p50_60.ffpreset -share/ffmpeg/libvpx-360p.ffpreset -share/ffmpeg/libvpx-720p.ffpreset -share/ffmpeg/libvpx-720p50_60.ffpreset diff --git a/graphics/ffmpeg/pkg/README b/graphics/ffmpeg/pkg/README deleted file mode 100644 index e4906024e8..0000000000 --- a/graphics/ffmpeg/pkg/README +++ /dev/null @@ -1,20 +0,0 @@ -$OpenBSD: README,v 1.1 2011/09/04 09:22:43 sthen Exp $ - -+----------------------------------------------------------------------- -| Running ${FULLPKGNAME} on OpenBSD -+----------------------------------------------------------------------- - -bktr(4) support (amd64/i386/powerpc only) may be controlled through the -following environment variables: - -BKTR_DEV={0|1|2|3|4}: Selects device input (tuner, camera, ...) - -BKTR_FORMAT={1|2|3|4|5|6}: - 1 PAL - 2 NTSC - 3 SECAM - 4 PALN - 5 PALM - 6 NTSCJ - -BKTR_FREQUENCY=xxx.yy: Sets frequency in MHz