mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b531d352fd | |||
| 4f04c39120 | |||
| b1a77d6178 | |||
| cd0356a25b | |||
| 5465724062 | |||
| 7d9c398742 | |||
| 73cd8ff480 |
@@ -29,9 +29,9 @@ jobs:
|
||||
sudo apt-get install -y cmake libjpeg-dev libfontconfig1-dev libopenjp2-7-dev libopenjpip7 libopenjp2-7 libglib2.0-dev libnss3-dev libunwind-dev libgoogle-perftools-dev libboost-dev
|
||||
- name: Build newer poppler
|
||||
run: |
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/main/p/poppler/poppler_23.08.0.orig.tar.xz
|
||||
tar xf poppler_23.08.0.orig.tar.xz
|
||||
cd poppler-23.08.0
|
||||
wget https://poppler.freedesktop.org/poppler-23.10.0.tar.xz
|
||||
tar xf poppler-23.10.0.tar.xz
|
||||
cd poppler-23.10.0
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_C_COMPILER_LAUNCHER=sccache \
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
- Update `ratatui` and `ratatui-image` git dependencies to latest upstream
|
||||
- Move `ratatui-image/vb64` support under `nightly` feature, enabled by default
|
||||
- Fixed a bug where jumping to a page out of range could result in weird `esc` key behavior
|
||||
- Added CI ([#31](https://github.com/itsjunetime/tdf/pull/31), thank you [@Kriejstal](https://github.com/Kreijstal))
|
||||
- Added CI
|
||||
|
||||
# v0.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user