Skip to content

Commit 26ebc75

Browse files
committed
remove mpeg2cut from the makefile
1 parent abf8697 commit 26ebc75

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

trunk/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
# Makefile for installing nuvexport
33
#
44

5-
BINS = mpeg2cut nuvexport nuvinfo
5+
BINS = nuvexport nuvinfo
66

77
CONF = nuvexportrc
88

99
EXPORT_MODULES = export/generic.pm \
1010
export/ffmpeg.pm \
1111
export/transcode.pm \
1212
export/mencoder.pm \
13-
export/MPEG2_cut.pm \
1413
export/NUV_SQL.pm \
1514
export/transcode/DVCD.pm \
1615
export/transcode/DVD.pm \
@@ -41,7 +40,7 @@ NUVEXPORT_MODULES = nuv_export/help.pm \
4140
nuv_export/ui.pm
4241
MODULES = ${EXPORT_MODULES} ${MYTHTV_MODULES} ${NUVEXPORT_MODULES}
4342

44-
NUVEXPORT_LINKS = divx dvcd dvd mp3 mpeg2cut nuvsql svcd vcd asf xvid
43+
NUVEXPORT_LINKS = divx dvcd dvd mp3 nuvsql svcd vcd asf xvid
4544

4645
OWNER = -o root -g root
4746

trunk/nuvexport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# $Author$
66

77
# Version
8-
$VERSION = '0.3 0.20060313.svn';
8+
$VERSION = '0.3 0.20060315.svn';
99

1010
# Autoflush buffers
1111
$|++;

trunk/nuvexport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: nuvexport
66
Version: 0.3
7-
Release: 0.20060313.svn
7+
Release: 0.20060315.svn
88
License: GPL
99
Summary: mythtv nuv video file conversion script
1010
URL: http://forevermore.net/nuvexport/

0 commit comments

Comments
 (0)