Commit f0b52dbd authored by Rene Ladan's avatar Rene Ladan
Browse files

multimedia/spook: Remove expired port

2025-03-31 multimedia/spook: Abandonware and obsolete, consider using multimedia/ffmpeg or multimedia/vlc
parent 07d7fa94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4243,3 +4243,4 @@ multimedia/gdialog||2025-03-31|Has expired: Support for a 20 year old obsolete S
multimedia/emovix||2025-03-31|Has expired: Abandonware, uses over a decade year old software and no support for anything recent
textproc/m17n-im-config||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
databases/pgfouine||2025-03-31|Has expired: Upstream project disappeared in 2010
multimedia/spook||2025-03-31|Has expired: Abandonware and obsolete, consider using multimedia/ffmpeg or multimedia/vlc
+0 −1
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@
    SUBDIR += smplayer-skins
    SUBDIR += smplayer-themes
    SUBDIR += snapcast
    SUBDIR += spook
    SUBDIR += streamlink
    SUBDIR += subtitlecomposer
    SUBDIR += subtitleoffsetmodifier

multimedia/spook/Makefile

deleted100644 → 0
+0 −61
Original line number Diff line number Diff line
PORTNAME=	spook
PORTVERSION=	20050207
PORTREVISION=	5
CATEGORIES=	multimedia
MASTER_SITES=	http://www.litech.org/spook/dist/

MAINTAINER=	mizhka@gmail.com
COMMENT=	Embedded RTP/RTSP/HTTP video streamer
WWW=		http://www.litech.org/spook/

LICENSE=	GPLv2

DEPRECATED=	Abandonware and obsolete, consider using multimedia/ffmpeg or multimedia/vlc
EXPIRATION_DATE=2025-03-31

# TODO: FireWire IIDC support (needs libraw1394, libdc1394).
# TODO: Test with Luigi-ified V4L input drivers e.g. pwc, etc.
OPTIONS_DEFINE=	JPEG MPEG4 V4L DOCS
OPTIONS_DEFAULT=	MPEG4 V4L

MPEG4_DESC=	MPEG4 encoding support
V4L_DESC=	V4L input support

USES=		autoreconf tar:bzip2 gmake
USE_CSTD=	gnu89
GNU_CONFIGURE=	yes

SUB_FILES=	pkg-message

LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/spook bin/spookctl etc/spook.conf.dist
PORTDOCS=	*

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MJPEG}
USES+=		jpeg
CONFIGURE_ARGS+=	--enable-encoder-jpeg
.endif

.if ${PORT_OPTIONS:MMPEG4}
LIB_DEPENDS+=		libxvidcore.so:multimedia/xvid
CONFIGURE_ARGS+=	--enable-encoder-mpeg4
.endif

.if ${PORT_OPTIONS:MV4L}
LIB_DEPENDS+=		libv4l1.so:multimedia/libv4l
BUILD_DEPENDS+=		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
CONFIGURE_ARGS+=	--enable-input-v4l2 --enable-input-v4l
.endif

do-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
	${INSTALL_PROGRAM} ${WRKSRC}/spook ${STAGEDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/spookctl ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/spook.conf.dist ${STAGEDIR}${PREFIX}/etc

.include <bsd.port.mk>

multimedia/spook/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (spook-20050207.tar.bz2) = ddc91a8034f05cfd5637026a4d0a1a0e8b039df7cdf34d54b98d5bf6615ebc1f
SIZE (spook-20050207.tar.bz2) = 160378
+0 −14
Original line number Diff line number Diff line
--- bswap.h.orig	2005-02-08 02:20:14 UTC
+++ bswap.h
@@ -6,7 +6,11 @@
 #ifndef __BSWAP_H__
 #define __BSWAP_H__
 
+#ifdef __FreeBSD__
+#include <sys/endian.h>
+#else
 #include <endian.h>
+#endif
 #if __BYTE_ORDER == __BIG_ENDIAN
 #define WORDS_BIGENDIAN
 #endif
Loading