Add gnome-subtitles:
Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most common text-based subtitle formats and allows for subtitle editing, conversion and synchronization. WWW: http://gnome-subtitles.sourceforge.net PR: 110982 Submitted by: Marcin Simonides
This commit is contained in:
parent
7fa27fc0e1
commit
8ca9235915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189964
6 changed files with 53 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
SUBDIR += gdvrecv
|
||||
SUBDIR += ggrab
|
||||
SUBDIR += gmencoder
|
||||
SUBDIR += gnome-subtitles
|
||||
SUBDIR += gnustep-mplayer
|
||||
SUBDIR += goggles
|
||||
SUBDIR += gopchop
|
||||
|
|
30
multimedia/gnome-subtitles/Makefile
Normal file
30
multimedia/gnome-subtitles/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: gnome-subtitles
|
||||
# Date created: 23 March 2007
|
||||
# Whom: Marcin Simonides <marcin@studio4plus.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnome-subtitles
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= marcin@studio4plus.com
|
||||
COMMENT= Subtitle editor with video preview
|
||||
|
||||
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
|
||||
USE_GNOME= gnomeprefix gtksharp20 gnomesharp20
|
||||
GNU_CONFIGURE= yes
|
||||
GCONF_SCHEMAS= gnome-subtitles.schemas
|
||||
|
||||
.if !defined(WITHOUT_MPLAYER)
|
||||
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
.include <bsd.port.post.mk>
|
3
multimedia/gnome-subtitles/distinfo
Normal file
3
multimedia/gnome-subtitles/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gnome-subtitles-0.3.tar.gz) = 12dad36b683458ae1ecfae4a16481b1e
|
||||
SHA256 (gnome-subtitles-0.3.tar.gz) = 0c778320f5dca10e37e65b68d9243f358c348dc2a34ef21cb57405669ff7ba4c
|
||||
SIZE (gnome-subtitles-0.3.tar.gz) = 351554
|
|
@ -0,0 +1,8 @@
|
|||
--- src/GnomeSubtitles/Execution/gnome-subtitles.in.orig Sat Mar 24 10:30:55 2007
|
||||
+++ src/GnomeSubtitles/Execution/gnome-subtitles.in Sat Mar 24 10:31:09 2007
|
||||
@@ -1,3 +1,3 @@
|
||||
-#!/bin/bash
|
||||
-exec -a gnome-subtitles @MONO@ @prefix@/lib/gnome-subtitles/gnome-subtitles.exe "$@"
|
||||
+#!/bin/sh
|
||||
+exec @MONO@ @prefix@/lib/gnome-subtitles/gnome-subtitles.exe "$@"
|
||||
|
5
multimedia/gnome-subtitles/pkg-descr
Normal file
5
multimedia/gnome-subtitles/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports
|
||||
the most common text-based subtitle formats and allows for subtitle
|
||||
editing, conversion and synchronization.
|
||||
|
||||
WWW: http://gnome-subtitles.sourceforge.net
|
6
multimedia/gnome-subtitles/pkg-plist
Normal file
6
multimedia/gnome-subtitles/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/gnome-subtitles
|
||||
lib/gnome-subtitles/gnome-subtitles.exe
|
||||
lib/gnome-subtitles/sublib.dll
|
||||
share/gnome/applications/gnome-subtitles.desktop
|
||||
share/gnome/pixmaps/gnome-subtitles.png
|
||||
@dirrm lib/gnome-subtitles
|
Loading…
Reference in a new issue