Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2006 17:07:26 GMT
From:      "Alexander V. Ribchansky" <triosoft@triosoft.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91355: [NEW PORT] multimedia/vamps Vamps is a tool to transcode DVD videos to a smaller size
Message-ID:  <200601051707.k05H7QY5035124@www.freebsd.org>
Resent-Message-ID: <200601051710.k05HA4EB023013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91355
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/vamps Vamps is a tool to transcode DVD videos to a smaller size
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 05 17:10:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander V. Ribchansky
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
TrioSoft
>Environment:
FreeBSD sigterm.triosoft.com.ua 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Jan  4 16:58:39 EET 2006     shurik@sigterm.triosoft.com.ua:/usr/obj/usr/src/sys/TSKERNEL  i386
>Description:
Vamps is only a very basic, but nevertheless essential tool to transcode DVD videos to a smaller size. Vamps does not need to write temporary data files, which is a major pro. Vamps is very fast. The downside is, that Vamps is not capable to make DVD backups on its own. It need some frontend for example multimedia/k9copy

As new (1.0.2) version of multimedia/k9copy no more uses own copy of vamps this port must be in ports before update to multimedia/k9copy.
>How-To-Repeat:
              
>Fix:
----vamps begin----
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       vamps
#       vamps/Makefile
#       vamps/distinfo
#       vamps/pkg-descr
#       vamps/files
#       vamps/files/patch-play_cell_Makefile
#       vamps/files/patch-vamps_Makefile
#
echo c - vamps
mkdir -p vamps > /dev/null 2>&1
echo x - vamps/Makefile
sed 's/^X//' >vamps/Makefile << 'END-of-vamps/Makefile'
X# New ports collection makefile for:   vamps
X# Date created:                                03 Jan 2006
X# Whom:                        Alexander V. Ribchansky <triosoft@triosoft.com.ua>
X#
X# $FreeBSD$
X
XPORTNAME=      vamps
XPORTVERSION=   0.98
XCATEGORIES=    multimedia
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
X
XMAINTAINER=    triosoft@triosoft.com.ua
XCOMMENT=       Tool to transcode DVD videos to a smaller size
X
XLIB_DEPENDS=   dvdread.3:${PORTSDIR}/multimedia/libdvdread
X
XUSE_GMAKE=     yes
X
XPLIST_FILES=   bin/vamps bin/play_cell
X
X.include <bsd.port.mk>
END-of-vamps/Makefile
echo x - vamps/distinfo
sed 's/^X//' >vamps/distinfo << 'END-of-vamps/distinfo'
XMD5 (vamps-0.98.tar.gz) = 70f63e007a9cd314548efee2d48f1c85
XSHA256 (vamps-0.98.tar.gz) = f840d99a2d05989f18d989df05a2578aabb5ae8846b9ca6fa7d51a128d94a917
XSIZE (vamps-0.98.tar.gz) = 43590
END-of-vamps/distinfo
echo x - vamps/pkg-descr
sed 's/^X//' >vamps/pkg-descr << 'END-of-vamps/pkg-descr'
XVamps is only a very basic, but nevertheless essential tool to transcode DVD
Xvideos to a smaller size. Vamps does not need to write temporary data files,
Xwhich is a major pro. Vamps is very fast. The downside is, that Vamps is not
Xcapable to make DVD backups on its own. It need some frontend for example
Xmultimedia/k9copy.
X
XWWW: http://vamps.sourceforge.net
X
X- Alexander V. Ribchansky triosoft@triosoft.com.ua
END-of-vamps/pkg-descr
echo c - vamps/files
mkdir -p vamps/files > /dev/null 2>&1
echo x - vamps/files/patch-play_cell_Makefile
sed 's/^X//' >vamps/files/patch-play_cell_Makefile << 'END-of-vamps/files/patch-play_cell_Makefile'
X--- play_cell/Makefile.orig    Tue Jan  3 02:11:40 2006
X+++ play_cell/Makefile Tue Jan  3 02:20:07 2006
X@@ -13,18 +13,18 @@
X # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
X
X CC      = gcc
X-CFLAGS  = -pipe -O2 -fomit-frame-pointer -Wall
X+CFLAGS  = -pipe -O2 -fomit-frame-pointer -Wall -I${LOCALBASE}/include
X+LDFLAGS = -L${LOCALBASE}/lib
X STATIC  =
X #STATIC  = -static
X STRIP   = strip
X INSTALL = install
X-PREFIX  = /usr/local
X
X
X all:          play_cell
X
X play_cell:    play_cell.o
X-              $(CC) -o $@ $(STATIC) play_cell.o -ldvdread
X+              $(CC) -o $@ $(LDFLAGS) play_cell.o -ldvdread
X               $(STRIP) $@
X
X install:      all
END-of-vamps/files/patch-play_cell_Makefile
echo x - vamps/files/patch-vamps_Makefile
sed 's/^X//' >vamps/files/patch-vamps_Makefile << 'END-of-vamps/files/patch-vamps_Makefile'
X--- vamps/Makefile.orig        Tue Jan  3 02:11:27 2006
X+++ vamps/Makefile     Tue Jan  3 02:11:35 2006
X@@ -19,7 +19,6 @@
X #STATIC  = -static
X STRIP   = strip
X INSTALL = install
X-PREFIX  = /usr/local
X
X
X all:          vamps
END-of-vamps/files/patch-vamps_Makefile
exit
----vamps end----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601051707.k05H7QY5035124>