File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
- DVBCUT INSTALL -- last edited 2009-01-24
1
+ DVBCUT INSTALL -- last edited 2012-09-19
2
2
3
3
In order to compile dvbcut, you need to have the following libraries
4
4
installed:
5
5
6
- * Qt, version 3
6
+ * Qt, version 4
7
+ * ffmpeg (optional, for video encoding and decoding)
7
8
* libao (optional, for sound output)
8
9
* libmad and liba52 for MP2 and AC3 decoding, respectively.
9
10
10
- On a Debian system, the following packages should do the job:
11
- libqt3-mt-dev qt3-dev-tools scons libao-dev libmad0-dev liba52-0.7.4-dev
12
-
13
11
If you have MPlayer installed on your machine (and it is accessible as
14
12
"mplayer"), you can play the videos inside DVBCUT.
15
13
16
14
How to compile DVBCUT:
17
15
18
16
* Unpack the dvbcut source archive and enter the dvbcut directory.
19
- * Type `./configure && make'. If everything works well, you will find
17
+ * Type `qmake && make'. If everything works well, you will find
20
18
the DVBCUT executable in the bin subdirectory. To install it, run
21
19
`make install' (as root).
22
- * Note to SVN users:
23
- You need to run `autoconf' in order to generate the `configure'
24
- script. If you're going to modify the sources, it may also be a
25
- good idea to run `make dep' after configuring dvbcut.
Original file line number Diff line number Diff line change 10
10
MANPATH = $$PREFIX /man
11
11
}
12
12
13
- DATADIR = " $$PREFIX/share/dvbcut"
13
+ isEmpty (DATADIR ) {
14
+ DATADIR = " $$PREFIX/share/dvbcut"
15
+ }
14
16
15
17
system (echo "PREFIX = \\'$$PREFIX\\'" >.qmake.cache )
16
18
system (echo "DATADIR = \\'$$DATADIR\\'" >>.qmake.cache )
You can’t perform that action at this time.
0 commit comments