bring in several user-contributed queuefiles into /doc/queuefiles; modify README-queuefiles to note that these are just samples and to remove language regarding the queues directory on the sbopkg.org website (since such directory is now deprecated).

This commit is contained in:
chess.griffin 2010-05-18 01:34:30 +00:00
parent a3e8643dce
commit 04fe3eb6d0
8 changed files with 103 additions and 9 deletions

View File

@ -4,15 +4,12 @@
Sbopkg queuefiles are very simple to create, maintain, and share amongst other
users. Each queuefile can contain a list of applications to build in order,
from top to bottom, and should be named with a .sqf extension. Several sample
queuefiles are provided in the doc/queuefiles directory. Additionally, the
hope is that user-contributed queues can be shared. To this end, the
sbopkg.org website has a directory dedicated to maintaining copies of these
user-contributed queuefiles. This can be found at
http://www.sbopkg.org/queues. At some point, an upload form may be available.
For now, please consider sending a copy of your queuefile to the sbopkg
mailing list located at: http://sbopkg.org/mailman/listinfo/sbopkg-users. All
user-contributed queues will be kept in the queues directory on the sbopkg
website.
queuefiles are provided in the /doc/queuefiles directory. Please note that
these queuefiles are, in fact, only samples and have not necessarily been
tested on the latest release of Slackware or on Slackware -current. Please
use at your risk. Additionally, the hope is that user-contributed queues can
be shared. Please consider sending a copy of your queuefile to the sbopkg
mailing list located at: http://sbopkg.org/mailman/listinfo/sbopkg-users.
1. Selecting ON or OFF in dialog:

View File

@ -0,0 +1,24 @@
# sbopkg queue file for dvd::rip (dvdrip)
# Pierre Cazenave 2009
# pwcazenave <at> gmail <dot> com
# Requires transcode_build.sqf, which in turn requires ffmpeg_build.sqf
perl-extutils-depends
perl-extutils-pkgconfig
perl-glib
perl-cairo
perl-gtk2
perl-event
perl-libintl
lsdvd
# mplayer is available in /extra for current/13.0
# You may wish to recompile it to include the ability to read
# encrypted DVDs though. See its SlackBuild for more info.
-mplayer
ogmtools
fping
@transcode_build
# Not currently hosted on SBo, but can be used by dvdrip, so I've
# put them in here in case they get added in the future.
#xvid4conf
#subtitleripper
dvdrip

View File

@ -0,0 +1,13 @@
# Sbopkg queuefile for Enlightenment DR17
# Tested on Slackware 13.0
# Created by Erik W. Hanson
eina
eet
evas
ecore
efreet
embryo
edje
e_dbus
enlightenment

View File

@ -0,0 +1,17 @@
# sbopkg queue file for ffmpeg
# Pierre Cazenave 2009
# pwcazenave <at> gmail <dot> com
lame
faac
faad2
speex
xvidcore
schroedinger
openjpeg
yasm
x264
# If you want ffmpeg to include the optional amrnb, then see the README
# included in its directory as there's additional manual steps needed
#amrnb
# ffmpeg | AMRNB=yes
ffmpeg

View File

@ -0,0 +1,9 @@
# Queue file for mlt
# Tested on 32 and 64bit Slackware
# Created by agentc0re
libdv
libsamplerate
@ffmpeg.sqf
libquicktime
mlt

View File

@ -0,0 +1,7 @@
# sbopkg queue file for octave
# Pierre Cazenave 28/07/2009
#
fftw
hdf5
octave
octave-forge-bundle

View File

@ -0,0 +1,15 @@
# Queue file for openshot
# Tested on 32 and 64bit Slackware
# Created by agentc0re
# To use this, you must have all the queue files save in your
# /var/lib/sbopkg/queues directory
# openshot.sqf
# mlt-openshot.sqf
#
@mlt-openshot.sqf
frei0r
goocanvas
pygoocanvas
pyxdg
openshot

View File

@ -0,0 +1,12 @@
# sbopkg queue file to build transcode with all required and optional dependencies
# Pierre Cazenave 2009 pwcazenave <at> gmail <dot> com
# lame is included in the ffmpeg.sqf file
@ffmpeg_build
libmpeg2
libdv
# current/13.0 includes libdvdread, at which point it can be preceded by a -
-libdvdread
a52dec
mjpegtools
libquicktime
transcode | MJPEGTOOLS=yes