Skip to content

v2.7 #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 43 commits into from
Closed

v2.7 #94

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
81881f0
added libcairo2
TNTPro Mar 8, 2020
1b43445
Update to newer versions
TNTPro Mar 8, 2020
c67c508
Merge pull request #1 from TNTPro/v1.0
TNTPro Mar 8, 2020
ac3741a
More version changes
TNTPro Mar 8, 2020
7562116
bit of organizing.
TNTPro Mar 8, 2020
ef8313f
Merge pull request #2 from TNTPro/v2.0
TNTPro Mar 8, 2020
917a139
Add files via upload
TNTPro Mar 8, 2020
c799bb5
Merge pull request #3 from TNTPro/v2.0
TNTPro Mar 8, 2020
506200d
Update ChangeLog
TNTPro Mar 8, 2020
ba35ff5
removed some dependencies
TNTPro Mar 8, 2020
d60e2c4
Added fontconfig, libfreetype2 and libXML2
TNTPro Mar 8, 2020
ec27abb
Merge pull request #4 from TNTPro/v2.1
TNTPro Mar 8, 2020
f645b4b
Added libfreetype2 and libXML2
TNTPro Mar 8, 2020
b6208c9
Merge pull request #5 from TNTPro/v2.1
TNTPro Mar 8, 2020
bbfc25f
Update ChangeLog
TNTPro Mar 9, 2020
1a60378
removed some dependencies
TNTPro Mar 9, 2020
b8d600a
added more to the build
TNTPro Mar 9, 2020
c6d95e6
Merge pull request #6 from TNTPro/v2.2
TNTPro Mar 9, 2020
cb8a7de
Update ChangeLog
TNTPro Mar 9, 2020
f46c12c
removed a dependency
TNTPro Mar 9, 2020
6847f49
added xvidcore-1.3.5 the build
TNTPro Mar 9, 2020
f3b43a3
Merge pull request #7 from TNTPro/v2.3
TNTPro Mar 9, 2020
d712d07
Update ChangeLog
TNTPro Mar 9, 2020
21ef446
removed a dependency
TNTPro Mar 9, 2020
15a35f8
added libtheora-1.1.1 the build
TNTPro Mar 9, 2020
14efc77
Merge pull request #8 from TNTPro/v2.4
TNTPro Mar 9, 2020
a428a5b
Update ChangeLog
TNTPro Mar 9, 2020
31f786b
added libilbc to the build
TNTPro Mar 9, 2020
c28bcde
Merge pull request #9 from TNTPro/v2.5
TNTPro Mar 9, 2020
9c713f2
added libilbc to the build
TNTPro Mar 9, 2020
18cb2af
Merge pull request #10 from TNTPro/v2.5
TNTPro Mar 9, 2020
c4ae0cc
Update ChangeLog
TNTPro Mar 9, 2020
46f7dd4
added some dependencies
TNTPro Mar 9, 2020
abb7ea2
added some dependencies to the build
TNTPro Mar 9, 2020
1cc7994
Merge pull request #11 from TNTPro/v2.5.1
TNTPro Mar 9, 2020
8936378
bugfix
TNTPro Mar 11, 2020
3058d3a
Merge pull request #12 from TNTPro/v2.5.1
TNTPro Mar 11, 2020
46e1989
Update ChangeLog
TNTPro Mar 12, 2020
2f8d93b
added libcaca
TNTPro Mar 12, 2020
b7ca38b
Merge pull request #13 from TNTPro/v2.6
TNTPro Mar 12, 2020
b391e37
Update ChangeLog
TNTPro Mar 12, 2020
82a44e7
removed some dependencies
TNTPro Mar 12, 2020
af10187
added libtiff, libjpeg-turbo, libPNG
TNTPro Mar 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
2.7
- added libtiff, libjpeg-turbo, libPNG
- more organizing

2.6
- added libcaca
- more organizing

2.5.1
- added util-macros-1.19.2, xorgproto-2019.1, tk8.6.10, tcl8.6.10, libexpat to the build

2.5
- added libilbc to the build
- more organizing

2.4
- added libtheora-1.1.1 to the build

2.3
- added xvidcore-1.3.5 to the build

2.2
- vo-amrwbenc-0.1.3, opencore-amr-0.1.3 and twolame-0.3.13 added to the build
- More orgnizing

2.1
- More orgnizing
- Added libfreetype2 and libXML2

2.0
- Version changes
- Bit of organizing

1.0
- Version changes
44 changes: 22 additions & 22 deletions build-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
#!/bin/bash

sudo apt-get install build-essential curl tar pkg-config
sudo apt-get -y --force-yes install \
autoconf \
automake \
build-essential \
cmake \
# Install needed updates
sudo apt install build-essential g++ gcc pkg-config tar
# Install needed tools
sudo apt install autoconf automake cmake curl gawk git gperf libtool ragel texi2html
# Install dependencies (only add if you don't build them yourself)
sudo apt install libgdbm-dev libsqlite3-dev libreadline6-dev libncurses5-dev #Python (maybe others) dependencies #libx11-dev libxext-dev
sudo apt install \
frei0r-plugins-dev \
gawk \
libass-dev \
libfreetype6-dev \
libopencore-amrnb-dev \
libopencore-amrwb-dev \
libbz2-dev \
libcairo2-dev \
libsdl1.2-dev \
libspeex-dev \
libssl-dev \
libtheora-dev \
libtool \
libva-dev \
libvdpau-dev \
libvo-amrwbenc-dev \
libvorbis-dev \
libwebp-dev \
libxcb1-dev \
libxcb-shm0-dev \
libxcb-xfixes0-dev \
libxvidcore-dev \
pkg-config \
texi2html \
zlib1g-dev
# libcaca-dev \
# libfreetype6-dev \
# libglib2.0-dev \
# libopencore-amrnb-dev \
# libopencore-amrwb-dev \
# libspeex-dev \
# libssl-dev \
# libtheora-dev \
# libvo-amrwbenc-dev \
# libvorbis-dev \
# libwebp-dev \
# libxvidcore-dev \
# zlib1g-dev

# For 12.04
# libx265 requires cmake version >= 2.8.8
Expand All @@ -42,4 +43,3 @@ if [ $need_ppa -eq 1 ]; then
fi

./build.sh "$@"

Loading