View | Details | Raw Unified | Return to bug 56194
Collapse All | Expand All

(-)multimedia/gopchop/Makefile (-9 / +5 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	gopchop
9
PORTNAME=	gopchop
10
PORTVERSION=	0.9.0
10
PORTVERSION=	0.9.1
11
PORTREVISION=	0
12
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
14
		http://outflux.net/unix/software/GOPchop/download/
13
		http://outflux.net/unix/software/GOPchop/download/
Lines 18-35 Link Here
18
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
19
COMMENT=	MPEG2 GOP-accurate editor
18
COMMENT=	MPEG2 GOP-accurate editor
20
19
21
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
20
LIB_DEPENDS=	mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
22
		mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
23
21
24
SDLCONFIG?=	${LOCALBASE}/bin/sdl11-config
22
USE_SDL=	yes
25
26
USE_GNOME=	gtk12
27
USE_GETOPT_LONG=	yes
23
USE_GETOPT_LONG=	yes
24
USE_GNOME=	gnometarget gtk12
28
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
29
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
30
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
27
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
32
		SDLCONFIG="${SDLCONFIG}"
28
		SDLCONFIG="${SDL_CONFIG}"
33
CONFIGURE_ARGS=	--disable-mlib
29
CONFIGURE_ARGS=	--disable-mlib
34
30
35
CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT 
31
CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT 
(-)multimedia/gopchop/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (GOPchop-0.9.0.tar.gz) = 506fa5b3679cceaad00f75b6b40ac1fa
1
MD5 (GOPchop-0.9.1.tar.gz) = da88a3af95578baf9afea267ae1e0c8e
(-)multimedia/gopchop/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
3
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
4
decode correctly (in theory), and the gaps won't be noticed.
4
decode correctly (in theory), and the gaps won't be noticed.
5
5
6
WWW: http://gopchop.sourceforge.net/
6
WWW: http://outflux.net/unix/software/GOPchop/
(-)multimedia/gopchop/pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/mpegcat
3
bin/mpegcat
4
share/GOPchop/pixmaps/about.xpm
4
share/GOPchop/pixmaps/about.xpm
5
share/GOPchop/pixmaps/error.xpm
5
share/GOPchop/pixmaps/error.xpm
6
share/locale/de/LC_MESSAGES/GOPchop.mo
6
share/locale/en/LC_MESSAGES/GOPchop.mo
7
share/locale/en/LC_MESSAGES/GOPchop.mo
7
share/locale/fr/LC_MESSAGES/GOPchop.mo
8
share/locale/fr/LC_MESSAGES/GOPchop.mo
8
@dirrm share/GOPchop/pixmaps
9
@dirrm share/GOPchop/pixmaps

Return to bug 56194