multimedia/libquicktime-lame: Remove from tree
libquicktime is abandoned by upstream with last release over a decade ago and doesn't compile with newer versions of FFmpeg
This commit is contained in:
parent
1db489e2c8
commit
d7f4b8d950
7 changed files with 1 additions and 53 deletions
1
MOVED
1
MOVED
|
@ -17792,3 +17792,4 @@ security/openssl-devel|security/openssl30|2023-03-14|3.0 is not devel, prevent c
|
|||
net-p2p/openethereum||2023-03-15|Has expired: not maintained anymore
|
||||
devel/pydio-packr||2023-03-15|Was only used for building www/pydio-cells before, not needed anymore
|
||||
math/hs-penrose||2023-03-16|Perose Haskell app is deprecated upstrean, it was rewritten in TypeScript
|
||||
multimedia/libquicktime-lame||2023-03-18|Abandoned upstream and fails to build with newer versions of FFmpeg, consider using multimedia/ffmpeg
|
||||
|
|
|
@ -185,7 +185,6 @@
|
|||
SUBDIR += libndi
|
||||
SUBDIR += libopenshot
|
||||
SUBDIR += libquicktime
|
||||
SUBDIR += libquicktime-lame
|
||||
SUBDIR += librav1e
|
||||
SUBDIR += librespot
|
||||
SUBDIR += librist
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
PORTNAME= libquicktime
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= multimedia
|
||||
PKGNAMESUFFIX= -lame
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LAME plugin for libquicktime
|
||||
|
||||
LIB_DEPENDS= libquicktime.so:multimedia/libquicktime \
|
||||
libmp3lame.so:audio/lame
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libquicktime
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
_BUILDING_LIBQUICKTIME_PLUGINS= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-lame \
|
||||
--without-x \
|
||||
--without-cpuflags \
|
||||
--without-gtk \
|
||||
--without-opengl \
|
||||
--without-libdv \
|
||||
--without-libjpeg \
|
||||
--without-libpng \
|
||||
--without-ffmpeg \
|
||||
--without-faac \
|
||||
--without-faad2 \
|
||||
--without-x264 \
|
||||
--without-schroedinger
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/plugins/lame && ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE_CMD} ${INSTALL_TARGET} ${MAKE_ARGS}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (libquicktime-1.1.1.tar.gz) = 90efa1a836133680669cac743b726608720ad8f3aadcdb71ff1e29e510bd0d13
|
||||
SIZE (libquicktime-1.1.1.tar.gz) = 1009816
|
|
@ -1,10 +0,0 @@
|
|||
--- configure.orig 2013-04-13 13:27:09.889002000 +0000
|
||||
+++ configure
|
||||
@@ -9622,6 +9622,7 @@ freebsd* | dragonfly*)
|
||||
else
|
||||
case $host_os in
|
||||
freebsd[123]*) objformat=elf
|
||||
+ ;;
|
||||
*) objformat=elf
|
||||
esac
|
||||
fi
|
|
@ -1 +0,0 @@
|
|||
LAME plugin for libquicktime
|
|
@ -1 +0,0 @@
|
|||
lib/libquicktime/lqt_lame.so
|
Loading…
Reference in a new issue