mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to version 0.9.1
PR: 56194 Submitted by: Ports Fury
This commit is contained in:
parent
47d5228a1a
commit
102b573e49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88084
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gopchop
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://outflux.net/unix/software/GOPchop/download/
|
||||
@ -18,21 +17,18 @@ DISTNAME= GOPchop-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MPEG2 GOP-accurate editor
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||
mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
|
||||
LIB_DEPENDS= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
|
||||
|
||||
SDLCONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_GNOME= gtk12
|
||||
USE_SDL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= gnometarget gtk12
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
SDLCONFIG="${SDLCONFIG}"
|
||||
SDLCONFIG="${SDL_CONFIG}"
|
||||
CONFIGURE_ARGS= --disable-mlib
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
|
||||
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GOPchop-0.9.0.tar.gz) = 506fa5b3679cceaad00f75b6b40ac1fa
|
||||
MD5 (GOPchop-0.9.1.tar.gz) = da88a3af95578baf9afea267ae1e0c8e
|
||||
|
@ -3,4 +3,4 @@ without re-encoding the resulting frames. The idea is to write specific
|
||||
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
|
||||
decode correctly (in theory), and the gaps won't be noticed.
|
||||
|
||||
WWW: http://gopchop.sourceforge.net/
|
||||
WWW: http://outflux.net/unix/software/GOPchop/
|
||||
|
@ -3,6 +3,7 @@ bin/gtkspu
|
||||
bin/mpegcat
|
||||
share/GOPchop/pixmaps/about.xpm
|
||||
share/GOPchop/pixmaps/error.xpm
|
||||
share/locale/de/LC_MESSAGES/GOPchop.mo
|
||||
share/locale/en/LC_MESSAGES/GOPchop.mo
|
||||
share/locale/fr/LC_MESSAGES/GOPchop.mo
|
||||
@dirrm share/GOPchop/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user