Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249061 Details for
Bug 89432
media-video/handbrake - Open-source, GPL-licensed, multiplatform, multithreaded video transcoder.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tool to create a complete tarball with contrib sources
create_tarball.sh (text/plain), 1.32 KB, created by
Travis Hansen
on 2010-09-30 10:03:25 UTC
(
hide
)
Description:
tool to create a complete tarball with contrib sources
Filename:
MIME Type:
Creator:
Travis Hansen
Created:
2010-09-30 10:03:25 UTC
Size:
1.32 KB
patch
obsolete
>#!/bin/bash > >REVISION=$1 > > >setup() { > TMP_DIR=`mktemp -d` > SRC_DIR="${TMP_DIR}/source" > mkdir -p "${SRC_DIR}" > > if [ -z "${REVISION}" ];then > set_trunk_revision > fi > TARBALL_FILE="${TMP_DIR}/handbrake-revision-${REVISION}.tar.gz" >} > >fetch_src() { > if [ -z "${REVISION}" ];then > svn checkout svn://svn.handbrake.fr/HandBrake/trunk "${SRC_DIR}" > else > svn checkout -r ${REVISION} svn://svn.handbrake.fr/HandBrake/trunk "${SRC_DIR}" > fi >} > >fetch_contrib() { > cd "${SRC_DIR}" > ./configure --prefix=/usr > cd ./build > # http://trac.handbrake.fr/browser/trunk/doc/BUILD-Linux > make contrib.fetch >} > >create_tarball() { > cd "${TMP_DIR}" > tar -vzcf "${TARBALL_FILE}" ./source/ >} > >spit_divider_line() { > echo "##############################################################################" >} > >set_trunk_revision() { > REVISION=$(svn info svn://svn.handbrake.fr/HandBrake/trunk | grep "Revision:" | cut -d " " -f 2) >} > >main() { > echo "Staring tarball build..." > > setup > > spit_divider_line > echo "TMP_DIR: ${TMP_DIR}" > echo "SRC_DIR: ${SRC_DIR}" > echo "REVISION: ${REVISION}" > spit_divider_line > echo "" > > echo "fetching source..." > fetch_src > > echo "fetching contrib files..." > fetch_contrib > > echo "creating tarball..." > create_tarball > echo "" > > spit_divider_line > echo "Congrats, ${TARBALL_FILE} has been successfully created" > spit_divider_line >} > >main
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 89432
:
62266
|
62267
|
62268
|
62269
|
62270
|
62271
|
62272
|
62299
|
62336
|
62337
|
101082
|
101084
|
101085
|
108892
|
113419
|
131602
|
137214
|
137216
|
137217
|
137219
|
151196
|
152689
|
152691
|
184913
|
194705
|
194707
|
202205
|
211115
|
211344
|
229397
|
249055
|
249058
|
249061
|
250701
|
250727
|
257334
|
267555
|
267557
|
272655
|
272659
|
272661
|
276611
|
276673
|
279435
|
302449
|
317019
|
317095
|
317544
|
317836
|
317838
|
317846
|
317848
|
319380
|
335014
|
335016
|
341898
|
341900
|
347446
|
348412
|
348414
|
348416