From 04fe3eb6d0463637b5f779a5523999db4b4469a7 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Tue, 18 May 2010 01:34:30 +0000 Subject: [PATCH] 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). --- src/usr/doc/README-queuefiles | 15 ++++++-------- src/usr/doc/queuefiles/dvdrip_build.sqf | 24 ++++++++++++++++++++++ src/usr/doc/queuefiles/enlightenment.sqf | 13 ++++++++++++ src/usr/doc/queuefiles/ffmpeg_build.sqf | 17 +++++++++++++++ src/usr/doc/queuefiles/mlt-openshot.sqf | 9 ++++++++ src/usr/doc/queuefiles/octave_build.sqf | 7 +++++++ src/usr/doc/queuefiles/openshot.sqf | 15 ++++++++++++++ src/usr/doc/queuefiles/transcode_build.sqf | 12 +++++++++++ 8 files changed, 103 insertions(+), 9 deletions(-) create mode 100644 src/usr/doc/queuefiles/dvdrip_build.sqf create mode 100644 src/usr/doc/queuefiles/enlightenment.sqf create mode 100644 src/usr/doc/queuefiles/ffmpeg_build.sqf create mode 100644 src/usr/doc/queuefiles/mlt-openshot.sqf create mode 100644 src/usr/doc/queuefiles/octave_build.sqf create mode 100644 src/usr/doc/queuefiles/openshot.sqf create mode 100644 src/usr/doc/queuefiles/transcode_build.sqf diff --git a/src/usr/doc/README-queuefiles b/src/usr/doc/README-queuefiles index 5e7cc2d..5508f68 100644 --- a/src/usr/doc/README-queuefiles +++ b/src/usr/doc/README-queuefiles @@ -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: diff --git a/src/usr/doc/queuefiles/dvdrip_build.sqf b/src/usr/doc/queuefiles/dvdrip_build.sqf new file mode 100644 index 0000000..dd0fadf --- /dev/null +++ b/src/usr/doc/queuefiles/dvdrip_build.sqf @@ -0,0 +1,24 @@ +# sbopkg queue file for dvd::rip (dvdrip) +# Pierre Cazenave 2009 +# pwcazenave gmail 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 diff --git a/src/usr/doc/queuefiles/enlightenment.sqf b/src/usr/doc/queuefiles/enlightenment.sqf new file mode 100644 index 0000000..b0c3da1 --- /dev/null +++ b/src/usr/doc/queuefiles/enlightenment.sqf @@ -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 diff --git a/src/usr/doc/queuefiles/ffmpeg_build.sqf b/src/usr/doc/queuefiles/ffmpeg_build.sqf new file mode 100644 index 0000000..c52e5e6 --- /dev/null +++ b/src/usr/doc/queuefiles/ffmpeg_build.sqf @@ -0,0 +1,17 @@ +# sbopkg queue file for ffmpeg +# Pierre Cazenave 2009 +# pwcazenave gmail 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 diff --git a/src/usr/doc/queuefiles/mlt-openshot.sqf b/src/usr/doc/queuefiles/mlt-openshot.sqf new file mode 100644 index 0000000..e8e9a09 --- /dev/null +++ b/src/usr/doc/queuefiles/mlt-openshot.sqf @@ -0,0 +1,9 @@ +# Queue file for mlt +# Tested on 32 and 64bit Slackware +# Created by agentc0re + +libdv +libsamplerate +@ffmpeg.sqf +libquicktime +mlt \ No newline at end of file diff --git a/src/usr/doc/queuefiles/octave_build.sqf b/src/usr/doc/queuefiles/octave_build.sqf new file mode 100644 index 0000000..a9fc14e --- /dev/null +++ b/src/usr/doc/queuefiles/octave_build.sqf @@ -0,0 +1,7 @@ +# sbopkg queue file for octave +# Pierre Cazenave 28/07/2009 +# +fftw +hdf5 +octave +octave-forge-bundle diff --git a/src/usr/doc/queuefiles/openshot.sqf b/src/usr/doc/queuefiles/openshot.sqf new file mode 100644 index 0000000..4b2a2c6 --- /dev/null +++ b/src/usr/doc/queuefiles/openshot.sqf @@ -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 \ No newline at end of file diff --git a/src/usr/doc/queuefiles/transcode_build.sqf b/src/usr/doc/queuefiles/transcode_build.sqf new file mode 100644 index 0000000..3900d57 --- /dev/null +++ b/src/usr/doc/queuefiles/transcode_build.sqf @@ -0,0 +1,12 @@ +# sbopkg queue file to build transcode with all required and optional dependencies +# Pierre Cazenave 2009 pwcazenave gmail 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