- Update to 1.5.2
PR: 111748 Submitted by: Diego Depaoli<trebestie@gmail.com> (maintainer)
This commit is contained in:
parent
eedbe6cd78
commit
6294ae55e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190236
5 changed files with 36 additions and 32 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= manslide
|
||||
DISTVERSION= 1.5.1
|
||||
DISTVERSION= 1.5.2
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= http://csgib36.ifrance.com/Manslide/
|
||||
|
||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
|||
mencoder:${PORTSDIR}/multimedia/mplayer \
|
||||
mplayer:${PORTSDIR}/multimedia/mplayer \
|
||||
mjpegtools>=1.8.0:${PORTSDIR}/multimedia/mjpegtools \
|
||||
ImageMagick>=6.2.9:${PORTSDIR}/graphics/ImageMagick \
|
||||
ImageMagick>=6.3.2.9:${PORTSDIR}/graphics/ImageMagick \
|
||||
xvid4conf:${PORTSDIR}/multimedia/xvid4conf \
|
||||
transcode:${PORTSDIR}/multimedia/transcode
|
||||
|
||||
|
@ -54,6 +54,7 @@ do-configure:
|
|||
|
||||
pre-install:
|
||||
${MKDIR} ${MANSLIDEDIR}/Interface/Transitions
|
||||
${MKDIR} ${MANSLIDEDIR}/Luma
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Manslide ${MANSLIDEDIR}/
|
||||
|
||||
.for effects in ${EFFECTS}
|
||||
|
@ -65,6 +66,7 @@ pre-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/Interface/*PNG ${MANSLIDEDIR}/Interface/
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/Interface/*png ${MANSLIDEDIR}/Interface
|
||||
${INSTALL_DATA} ${WRKSRC}/Luma/*pgm ${MANSLIDEDIR}/Luma
|
||||
|
||||
.for lang in ${LANGUAGE_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}${lang}.qm ${MANSLIDEDIR}
|
||||
|
@ -73,6 +75,6 @@ pre-install:
|
|||
${LN} -fs ${MANSLIDEDIR}/Manslide ${PREFIX}/bin/
|
||||
|
||||
post-install:
|
||||
${FILESDIR}/testsox.sh
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (manslide-1.5.1.tar.gz) = 48dcfca845b72845b53ab880b2807435
|
||||
SHA256 (manslide-1.5.1.tar.gz) = 5a8f00d46d8c97f53f65413a2ad1d29fcb277ee7517ed5d8de56a8db7a3e3761
|
||||
SIZE (manslide-1.5.1.tar.gz) = 7989566
|
||||
MD5 (manslide-1.5.2.tar.gz) = 8b2e1b430bab38156645545dcb22ae72
|
||||
SHA256 (manslide-1.5.2.tar.gz) = 1dfeb56bf1c788be0998720e5e19eeae0bdde515dcefcc07520922e43631c1a6
|
||||
SIZE (manslide-1.5.2.tar.gz) = 8682381
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
#! /bin/sh
|
||||
echo ""
|
||||
echo "################################################"
|
||||
echo "# #"
|
||||
echo "# IMPORTANT #"
|
||||
echo "# #"
|
||||
echo "################################################"
|
||||
echo ""
|
||||
echo "In order to get this port work properly,"
|
||||
echo "sox must handle OGG Vorbis files."
|
||||
echo ""
|
||||
echo "Now I'll run a quick test for you..."
|
||||
echo ""
|
||||
cd ${PORTSDIR}/audio/sox
|
||||
OGGTEST=`make showconfig|grep VORBIS|awk '{print $1}'`
|
||||
if test $OGGTEST = 'VORBIS=on'
|
||||
then
|
||||
echo "It seems you have $OGGTEST. Excellent!"
|
||||
echo ""
|
||||
else
|
||||
echo "It seems you have $OGGTEST."
|
||||
echo "Please go to audio/sox,"
|
||||
echo "set WITH_VORBIS=true and recompile"
|
||||
echo ""
|
||||
fi
|
||||
cd -
|
15
multimedia/manslide/pkg-message
Normal file
15
multimedia/manslide/pkg-message
Normal file
|
@ -0,0 +1,15 @@
|
|||
################################################
|
||||
# #
|
||||
# IMPORTANT #
|
||||
# #
|
||||
################################################
|
||||
|
||||
In order to work properly this port requires
|
||||
audio/sox compiled with the following options:
|
||||
|
||||
WITH_VORBIS=true
|
||||
WITH_LAME=true
|
||||
WITH_MAD=true.
|
||||
|
||||
If your current configuration doesn't match,
|
||||
please recompile it.
|
|
@ -687,6 +687,8 @@ bin/Manslide
|
|||
%%DATADIR%%/Interface/CPU.png
|
||||
%%DATADIR%%/Interface/Options.png
|
||||
%%DATADIR%%/Interface/Transitions/bandes.png
|
||||
%%DATADIR%%/Interface/Transitions/carrelage.png
|
||||
%%DATADIR%%/Interface/Transitions/clock.png
|
||||
%%DATADIR%%/Interface/Transitions/coinbasdroit.png
|
||||
%%DATADIR%%/Interface/Transitions/coinbasgauche.png
|
||||
%%DATADIR%%/Interface/Transitions/coinhautdroit.png
|
||||
|
@ -694,6 +696,8 @@ bin/Manslide
|
|||
%%DATADIR%%/Interface/Transitions/crossfade.png
|
||||
%%DATADIR%%/Interface/Transitions/doubleh.png
|
||||
%%DATADIR%%/Interface/Transitions/doublev.png
|
||||
%%DATADIR%%/Interface/Transitions/girl.png
|
||||
%%DATADIR%%/Interface/Transitions/invasion.png
|
||||
%%DATADIR%%/Interface/Transitions/nulltrans.png
|
||||
%%DATADIR%%/Interface/Transitions/random.png
|
||||
%%DATADIR%%/Interface/Transitions/recouvrementbas.png
|
||||
|
@ -702,6 +706,8 @@ bin/Manslide
|
|||
%%DATADIR%%/Interface/Transitions/recouvrementhaut.png
|
||||
%%DATADIR%%/Interface/Transitions/rideauh.png
|
||||
%%DATADIR%%/Interface/Transitions/rideauv.png
|
||||
%%DATADIR%%/Interface/Transitions/spirale.png
|
||||
%%DATADIR%%/Interface/Transitions/swirl.png
|
||||
%%DATADIR%%/Interface/ajouter.png
|
||||
%%DATADIR%%/Interface/ajouterdiapo.png
|
||||
%%DATADIR%%/Interface/auto.png
|
||||
|
@ -782,6 +788,12 @@ bin/Manslide
|
|||
%%DATADIR%%/Interface/zoom+.png
|
||||
%%DATADIR%%/Interface/zoom-.png
|
||||
%%DATADIR%%/Interface/zoom.png
|
||||
%%DATADIR%%/Luma/luma_001.pgm
|
||||
%%DATADIR%%/Luma/luma_002.pgm
|
||||
%%DATADIR%%/Luma/luma_003.pgm
|
||||
%%DATADIR%%/Luma/luma_004.pgm
|
||||
%%DATADIR%%/Luma/luma_005.pgm
|
||||
%%DATADIR%%/Luma/luma_006.pgm
|
||||
%%DATADIR%%/Manslide
|
||||
%%DATADIR%%/manslide_ca.qm
|
||||
%%DATADIR%%/manslide_en.qm
|
||||
|
@ -798,4 +810,5 @@ bin/Manslide
|
|||
@dirrm %%DATADIR%%/Effects/Film
|
||||
@dirrm %%DATADIR%%/Effects/Explode
|
||||
@dirrm %%DATADIR%%/Effects
|
||||
@dirrm %%DATADIR%%/Luma
|
||||
@dirrm share/manslide
|
||||
|
|
Loading…
Reference in a new issue