2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/videos.git synced 2023-12-14 05:53:00 +01:00
Commit graph

114 commits

Author SHA1 Message Date
Laura Lazzati
1dd8478880
Add fonts and script to install them.
* fonts/DroidSerif-Bold.ttf: New file
 * fonts/DroidSerif-BoldItalic.ttf: New file
 * fonts/DroidSerif-Italic.ttf: New file
 * fonts/DroidSerif.ttf: New file
 * fonts/leaguegothic-condensed-italic-webfont.ttf: New file
 * fonts/leaguegothic-condensed-regular-webfont.ttf: New file
 * fonts/leaguegothic-italic-webfont.ttf: New file
 * fonts/leaguegothic-regular-webfont.ttf: New file
 * install-fonts.sh: New file
2019-02-28 18:55:27 -03:00
Laura Lazzati
03930dcec0
01-installation-from-script: Add first video.
* 01-installation-from-script/buildall.sh: Edited file.
    * 01-installation-from-script/en_US/audios/1.mp3: New file.
    * 01-installation-from-script/en_US/audios/2.mp3: New file.
    * 01-installation-from-script/en_US/audios/3.mp3: New file.
    * 01-installation-from-script/en_US/audios/4.mp3: New file.
    * 01-installation-from-script/en_US/audios/5.mp3: New file.
    * 01-installation-from-script/en_US/audios/6.mp3: New file.
    * 01-installation-from-script/en_US/audios/cli1.mp3: New file.
    * 01-installation-from-script/en_US/audios/cli2.mp3: New file.
    * 01-installation-from-script/en_US/audios/silence1.mp3: New file.
    * 01-installation-from-script/en_US/out/.gitignore: New file.
    * 01-installation-from-script/en_US/pots/.gitignore: New file.
    * 01-installation-from-script/en_US/sessions/.gitignore: New file.
    * 01-installation-from-script/en_US/sessions/firstCli: New file.
    * 01-installation-from-script/en_US/sessions/secondCli: New file.
    * 01-installation-from-script/en_US/slides/.gitignore: New file.
    * 01-installation-from-script/en_US/subtitles/.gitignore: New file.
    * 01-installation-from-script/en_US/svgs/1.svg: New file.
    * 01-installation-from-script/en_US/svgs/2.svg: New file.
    * 01-installation-from-script/en_US/svgs/3.svg: New file.
    * 01-installation-from-script/en_US/svgs/4.svg: New file.
    * 01-installation-from-script/en_US/svgs/5.svg: New file.
    * 01-installation-from-script/en_US/svgs/6.svg: New file.
    * 01-installation-from-script/en_US/translationFiles/.gitignore: New file.
    * 01-installation-from-script/en_US/videos/.gitignore: New file.
    * 01-installation-from-script/slidesList.mk: New file.
    * 01-installation-from-script/transcriptInstaller.txt: New file.
2019-02-28 00:10:22 -03:00
Laura Lazzati
61c54ef62e
Fix buildall.sh.
* Replace LOCALE for LOCALE_LANG variable.
2019-02-27 22:49:15 -03:00
Laura Lazzati
fdd662236e
Update environment.sh.
* Add fontconfig and remove extra space.
2019-02-27 22:47:10 -03:00
Laura Lazzati
b632bbe1f0
Fix Makefile.
* Add clean after creating slide videos.
2019-02-27 22:45:39 -03:00
Laura Lazzati
650910fc5f
Delete first video files.
* Delete all files from 01-installation-from-script.
2019-02-27 18:12:25 -03:00
Laura Lazzati
5d84df482e
01-installation-from-script: Add first video.
* 01-installation-from-script/buildall.sh: New file.
* 01-installation-from-script/en_US/audios/1.mp3: New file.
* 01-installation-from-script/en_US/audios/2.mp3: New file.
* 01-installation-from-script/en_US/audios/3.mp3: New file.
* 01-installation-from-script/en_US/audios/4.mp3: New file.
* 01-installation-from-script/en_US/audios/5.mp3: New file.
* 01-installation-from-script/en_US/audios/6.mp3: New file.
* 01-installation-from-script/en_US/audios/all.mp3: New file.
* 01-installation-from-script/en_US/audios/cli1.mp3: New file.
* 01-installation-from-script/en_US/audios/cli2.mp3: New file.
* 01-installation-from-script/en_US/audios/silence1.mp3: New file.
* 01-installation-from-script/en_US/out/.gitignore: New file.
* 01-installation-from-script/en_US/pots/.gitignore: New file.
* 01-installation-from-script/en_US/sessions/.gitignore: New file.
* 01-installation-from-script/en_US/sessions/firstCli: New file.
* 01-installation-from-script/en_US/sessions/secondCli: New file.
* 01-installation-from-script/en_US/slides/.gitignore: New file.
* 01-installation-from-script/en_US/subtitles/.gitignore: New file.
* 01-installation-from-script/en_US/svgs/1.svg: New file.
* 01-installation-from-script/en_US/svgs/2.svg: New file.
* 01-installation-from-script/en_US/svgs/3.svg: New file.
* 01-installation-from-script/en_US/svgs/4.svg: New file.
* 01-installation-from-script/en_US/svgs/5.svg: New file.
* 01-installation-from-script/en_US/svgs/6.svg: New file.
* 01-installation-from-script/en_US/translationFiles/.gitignore: New file.
* 01-installation-from-script/en_US/videos/.gitignore: New file.
* 01-installation-from-script/slidesList.mk: New file.
* 01-installation-from-script/transcriptInstaller.txt: New file.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2019-02-26 23:59:48 +01:00
Björn Höfling
4638b3342a
Add script to enter a clean environment/container.
environment.sh: New file.
2019-02-26 23:41:33 +01:00
Björn Höfling
c207d68e32
script: Fix guile shebang location problem.
create-cli-video.sh: Call script with guile, in this way
it doesn't matter where guile is located.
2019-02-26 23:13:11 +01:00
Björn Höfling
669abd65e9
Don't automatically clean after video creation.
* Makefile(clino.webm): Comment out automatic cleaning.
2019-02-26 23:11:15 +01:00
Björn Höfling
1cf452a892
Correct Makefile
* Makefile: Add parameter "-e" to echo for interpreting escape sequences.
2019-02-26 23:09:24 +01:00
Laura Lazzati
e3b6c867fd
Add script to create CLI videos.
* create-cli-video.sh: New file.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2019-02-26 22:39:51 +01:00
Laura Lazzati
db2cfc5137
Add common scripts and files for video editing.
* Makefile: New file.
* common/audio/audios.txt: new file.
* common/audio/silence1.mp3: New file.
* common/svg/first-slide.svg: New file.
* common/svg/last-slide.svg: New file.
* screen: New file.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2019-02-26 07:01:48 +01:00
Laura
fdfc5f4d64
Add README.
* README: New file.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2019-02-25 10:15:22 +01:00