On 30.06.19 10:45, Jean-Charles Malahieude wrote:

Unfortunately, I don't remember if my last merge was just before upgrading to 
Fedora 30 or not. And Federico, who runs a Fedora 30 as well if I'm not 
mistaken, pushed on Translation mid-June…

Build it yourself. Building and installing extractpdfmark is  an easy an fast 
task.
Cloning the repository, building, testing and installing of extractpdfmark takes
less than 20 seconds here:

   git clone https://github.com/trueroad/extractpdfmark.git && \
   cd extractpdfmark && \
   ./autogen.sh && \
   mkdir build && \
   cd build && \
   ../configure && \
   make && \
   make check && \
   sudo make install


If building fails: Have a look at extractpdfmark/README.md - there you find a 
list of required packages.

Knut
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to