mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c400a2c8b6
- FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mps-youtube
|
|
PORTVERSION= 0.2.7.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Terminal based YouTube jukebox with playlist management
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ca_root_nss>=3.17.3:security/ca_root_nss \
|
|
${PYTHON_PKGNAMEPREFIX}pafy>=0.5.0:www/py-pafy@${FLAVOR}
|
|
|
|
CONVERTER_DESC= Converter to MP3 and other formats
|
|
|
|
FFMPEG_RUN_DEPENDS= ffmpeg>=2.3.6:multimedia/ffmpeg
|
|
|
|
LIBAV_DESC= Realtime audio/video conversion library
|
|
LIBAV_RUN_DEPENDS= libav>=11.2:multimedia/libav
|
|
|
|
MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
|
|
|
|
MPV_DESC= Free and open-source general-purpose video player
|
|
MPV_RUN_DEPENDS= mpv:multimedia/mpv
|
|
|
|
OPTIONS_DEFAULT= MPV
|
|
OPTIONS_RADIO= CONVERTER
|
|
OPTIONS_RADIO_CONVERTER= FFMPEG LIBAV
|
|
OPTIONS_SINGLE= PLAYER
|
|
OPTIONS_SINGLE_PLAYER= MPLAYER MPV
|
|
|
|
PLAYER_DESC= Video player
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
SUB_FILES= ${PORTNAME}
|
|
|
|
USES= python:3.3+
|
|
USE_PYTHON= autoplist distutils optsuffix
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|