mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add rox-videothumbnail, a video thumbnail provider for the ROX file manager.
This commit is contained in:
parent
375fc57df4
commit
eb42475284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153077
@ -160,6 +160,7 @@
|
||||
SUBDIR += qvamps
|
||||
SUBDIR += recmpeg
|
||||
SUBDIR += replex
|
||||
SUBDIR += rox-videothumbnail
|
||||
SUBDIR += ruby-gst
|
||||
SUBDIR += slideshow
|
||||
SUBDIR += smpeg
|
||||
|
32
multimedia/rox-videothumbnail/Makefile
Normal file
32
multimedia/rox-videothumbnail/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Ports collection Makefile for: rox-videothumbnail
|
||||
# Date created: Jan 8 2006
|
||||
# Whom: olgeni@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rox-videothumbnail
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.kerofin.demon.co.uk/rox/
|
||||
DISTNAME= VideoThumbnail-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Video thumbnail provider for the ROX file manager
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/VideoThumbnail
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/apps
|
||||
@${CP} -r ${WRKSRC} ${PREFIX}/apps/
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/VideoThumbnail
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/rox-videothumbnail/distinfo
Normal file
3
multimedia/rox-videothumbnail/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (VideoThumbnail-0.1.6.tar.gz) = c4a9e6030886b3a1a99080c41eb75dca
|
||||
SHA256 (VideoThumbnail-0.1.6.tar.gz) = 1c0a4058694a2cd670ca6f51a42d18fca18d05482817f8a59e0dd9391808c38c
|
||||
SIZE (VideoThumbnail-0.1.6.tar.gz) = 20583
|
3
multimedia/rox-videothumbnail/pkg-descr
Normal file
3
multimedia/rox-videothumbnail/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a helper program for ROX-Filer. It provides images for video files.
|
||||
|
||||
WWW: http://www.kerofin.demon.co.uk/rox/VideoThumbnail.html
|
18
multimedia/rox-videothumbnail/pkg-plist
Normal file
18
multimedia/rox-videothumbnail/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
apps/VideoThumbnail/.DirIcon
|
||||
apps/VideoThumbnail/AppInfo.xml
|
||||
apps/VideoThumbnail/AppRun
|
||||
apps/VideoThumbnail/Help/COPYING
|
||||
apps/VideoThumbnail/Help/Changes
|
||||
apps/VideoThumbnail/Help/README
|
||||
apps/VideoThumbnail/Options.xml
|
||||
apps/VideoThumbnail/findrox.py
|
||||
apps/VideoThumbnail/findrox.pyc
|
||||
apps/VideoThumbnail/options.py
|
||||
apps/VideoThumbnail/options.pyc
|
||||
apps/VideoThumbnail/thumb.py
|
||||
apps/VideoThumbnail/thumb.pyc
|
||||
apps/VideoThumbnail/vidthumb.py
|
||||
apps/VideoThumbnail/vidthumb.pyc
|
||||
@dirrm apps/VideoThumbnail/Help
|
||||
@dirrm apps/VideoThumbnail
|
||||
@unexec rmdir %D/apps 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user