Displaying 2 results from an estimated 2 matches for "subtitleeditor".
2010 Oct 03
1
help with spec file
...rn how to build my own rpms. I found a good
tutorial online but it is a bit out of date (2007). Here it is:
http://www.rpm-based.org/how-to-create-rpm-package
At any rate, the package it uses is of course old and I found a newer
version of one to test with. The tutorial uses a program called
'subtitleeditor' which when it was written was at version
0.20.0alpha4. The current version is at 0.37.1 and is available here:
http://home.gna.org/subtitleeditor/
I have come up with a spec file for the current version that _mostly_ works...
============================================
Summary: Subtitle ed...
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
...es.gz -type f -name Packages.gz -exec zcat \{\} + |
awk '/^Filename:/{ print $2 } ' > deb-file.list
At this point, the deb-file.list will contain a great number of lines
like the following:
----------
[snipped]
pool/main/m/mockobjects/libmockobjects-java-doc_0.09-5_all.deb
pool/main/s/subtitleeditor/subtitleeditor_0.33.0-3_amd64.deb
pool/main/h/haskell-hgl/libghc-hgl-prof_3.2.0.5-1_amd64.deb
pool/main/l/lsh-utils/lsh-doc_2.1-5_all.deb
pool/main/liba/libav/libswscale3_11.3-1_i386.deb
pool/main/s/smokeqt/libsmokeqtuitools4-3_4.12.2-2_amd64.deb
pool/main/libo/libotf/libotf0-dbg_0.9.13-2_amd64.deb...