Codebase list ffmpeg / 4e50081
Move documentatation from /u/s/d/ffmpeg-doc/ to /u/s/d/ffmpeg/. This is recommended by Debian Policy 3.9.7. Andreas Cadhalpun 8 years ago
5 changed file(s) with 14 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
1212 For libavcodec an extra flavor is built, which links against external libraries
1313 licensed under the Apache License 2.0, which makes it effectively licensed
1414 under the GPL v3+
15 The HTML documentation /usr/share/doc/ffmpeg-doc/manual/*.html in the ffmpeg-doc
15 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
1616 package is effectively licensed under GPL-3+, because during its creation
1717 the GPL-3+ licensed file doc/t2h.pm is used.
1818 .
44 Section: Programming
55
66 Format: HTML
7 Index: /usr/share/doc/ffmpeg-doc/api/index.html
8 Files: /usr/share/doc/ffmpeg-doc/api/*.html
7 Index: /usr/share/doc/ffmpeg/api/index.html
8 Files: /usr/share/doc/ffmpeg/api/*.html
0 debian/standard/doc/doxy/html/* usr/share/doc/ffmpeg-doc/api
1 doc/examples/*.c usr/share/doc/ffmpeg-doc/examples
2 doc/examples/Makefile usr/share/doc/ffmpeg-doc/examples
3 doc/examples/README usr/share/doc/ffmpeg-doc/examples
4 debian/standard/doc/*.html usr/share/doc/ffmpeg-doc/manual
5 debian/standard/doc/style.min.css usr/share/doc/ffmpeg-doc/manual
6 doc/APIchanges usr/share/doc/ffmpeg-doc/developer-info
7 doc/*.txt usr/share/doc/ffmpeg-doc/developer-info
0 debian/standard/doc/doxy/html/* usr/share/doc/ffmpeg/api
1 doc/examples/*.c usr/share/doc/ffmpeg/examples
2 doc/examples/Makefile usr/share/doc/ffmpeg/examples
3 doc/examples/README usr/share/doc/ffmpeg/examples
4 debian/standard/doc/*.html usr/share/doc/ffmpeg/manual
5 debian/standard/doc/style.min.css usr/share/doc/ffmpeg/manual
6 doc/APIchanges usr/share/doc/ffmpeg/developer-info
7 doc/*.txt usr/share/doc/ffmpeg/developer-info
88 usr/share/man/man3
0 usr/share/javascript/jquery/jquery.min.js usr/share/doc/ffmpeg-doc/api/jquery.js
1 usr/share/javascript/bootstrap/css/bootstrap.min.css usr/share/doc/ffmpeg-doc/manual/bootstrap.min.css
0 usr/share/javascript/jquery/jquery.min.js usr/share/doc/ffmpeg/api/jquery.js
1 usr/share/javascript/bootstrap/css/bootstrap.min.css usr/share/doc/ffmpeg/manual/bootstrap.min.css
66 echo "ADTTMP directory: $ADTTMP"
77 cd "$ADTTMP"
88
9 cp -r /usr/share/doc/ffmpeg-doc/examples ./
9 cp -r /usr/share/doc/ffmpeg/examples ./
1010 cd examples
1111
1212 echo "building the examples..."