Commit Graph

54 Commits

Author SHA1 Message Date
Humdinger
99fafea682 Transmission: fix SOURCE_URI 2016-10-28 08:47:36 +02:00
miqlas
26c6550156 Rtorrent update (#682)
Fixed recipe

Fixed Patch

Fixed recipe

Fix
2016-10-21 17:53:31 -04:00
fbrosson
45c32bb5da qbittorrent: bump to version 3.3.4.
* Upgrade 3.3.1 to 3.3.4, switching back to Qt4. The reason is that
  although the application builds fine against Qt5 and even seems to
  work, it cannot save its configuration. The Qt5-based version of
  qbittorrent is therefore not usable. A Qt5-based variant is added
  with all architectures marked as untested in case someone would
  like to troubleshoot the issue.
* Drop 3.2.3 (which used Qt4) as we now have 3.3.4 (also Qt4-based).
* Replace hard coded info in qbittorrent.rdef by @FIELD@-style vars
  to make it generic with regards to the $portVersion.
* Added missing lib:libexecinfo and lib:libssl in REQUIRES to match
  their devel: counterparts in BUILD_REQUIRES.
* Added dependency on libGL, as suggested by diversys. It seems to me
  that it is not required but I'm probably missing something.

Warning: If building against Qt4 fails then uninstall Qt5 and retry.
2016-04-09 23:53:38 +02:00
fbrosson
f9f77a675c transmission: drop 2.82, touch 2.84, add 2.92.
* Drop recipe for version 2.82.
* Fix SOURCE_URI for 2.84.
* Add recipe for 2.92 with "--enable-cli" (as it's no longuer enabled
  by default) and without "--datadir=$dataDir" which runConfigure
  already takes care of.
2016-03-15 14:04:48 +00:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Vale
6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
Vale
f8aeb53372 More ordering & layout fixes 2016-02-26 10:33:51 -05:00
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Sergei Reznikov
1e09415537 qBittorrent: bump version 2016-01-17 11:44:56 +03:00
Michael Lotz
a43c394c4d Explicitly reference all additional files.
Not referencing them caused them to be missing from the source packages.

This also moves all files that were in different dirs under the common
additional-files dir.
2015-12-20 20:05:05 +01:00
Sergei Reznikov
f0fe73d2fa RetroShare: add resource file with icon 2015-10-20 15:34:07 +03:00
Sergei Reznikov
e560984b3b RetroShare: add recipe and patch for version 0.6.0 2015-10-20 14:19:26 +03:00
Augustin Cavalier
a7553e5136 Trim trailing spaces (again). 2015-08-28 10:47:07 -04:00
Sergei Reznikov
3e59b8336c qBittorrent: fix provides 2015-08-16 12:04:06 +03:00
Sergei Reznikov
b89b8e2d86 qBittorrent: add recipe for version 3.2.3 2015-08-14 21:16:26 +03:00
Humdinger
5b4181ed8b De-lint recipes
*	teeworlds
	Don't start SUMMARY with app name
	Re-ordered blocks

*	textsaver
	Don't start SUMMARY with app name
	Re-ordered blocks
	Corrected PROVIDES from apps to addon

*	tiff
	Don't start SUMMARY with app name
	Re-ordered blocks
	Removed duplicate REVISION

*	timecop
	Don't start SUMMARY with app name
	Re-ordered blocks

*	transmission
	Don't start SUMMARY with app name
	Re-ordered blocks

*	twolame
	Don't start SUMMARY with app name
	Re-ordered blocks

*	x264
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xemacs
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xextproto
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	xtrans
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	zoo
	Don't start SUMMARY with app name
	Still in old BEP format

*	zsh
	Don't start SUMMARY with app name
	Re-ordered blocks
2015-08-08 06:17:26 +02:00
Augustin Cavalier
1f4293e134 Get rid of gcc_syslibs REQUIREs. 2015-08-04 15:45:00 -04:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Humdinger
effe88db3f De-Lint recipes.
*	tar
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	testdisk
	Shortened SUMMARY.
	Re-ordered blocks.

*	the_silver_searcher
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	torrentor
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	trackergrep
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	transmission
	Fixed COPYRIGHT.
	Re-ordered blocks.

*	tree
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	unzip
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	uqm
	Shortened SUMMARY.
	Re-ordered blocks.

*	urllib
	Remove "." from SUMMARY.
	Re-ordered blocks.
2015-07-23 10:23:42 +02:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Michael Lotz
9dda13c6eb transmission: Add missing secondary arch suffix in provides.
This caused the package not to be installable on a gcc2 hybrid.
2014-11-23 18:02:38 +01:00
Michael Lotz
8c47956ebe transmission: Add missing dependency on libgcc_s. 2014-11-23 18:02:21 +01:00
Michael Lotz
66114f31be transmission: Build with posix_error_mapper.
Fixes falling into endless loops when connection errors occured.
2014-11-23 00:32:49 +01:00
Jerome Duval
9886ea30b3 transmission: add a recipe for version 2.84
* remove old recipes patches
* enable x86_64
* clean description
2014-09-05 16:04:01 +00:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
noryb009
1326ce3594 Rewrap net-p2p DESCRIPTIONs 2014-01-02 16:40:58 -05:00
Theodore Kokkoris
13883e78b6 Transmission 2.82 recipe and patch 2013-12-28 12:16:42 +00:00
Alexander von Gluck IV
95121224b7 transmission: Fix patch
* No work on recipe as this is GCI, just repair patch prefix
2013-12-25 20:11:19 -06:00
Oliver Tappe
aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00
Oliver Tappe
d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02:00
Oliver Tappe
39f16df92a Drop '.'-dir from patches such that git apply will accept them 2013-05-27 15:09:42 +02:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Michael Lotz
ac9f4ce569 Add a bep and patch for transmission-2.21. The configure.ac changes in the patch
also allow it to build on GCC2.
2011-02-22 23:57:36 +00:00
Matt Madia
ecb428cf23 New bep+patch for transmission v2.12. Builds but otherwise untested. 2010-11-14 23:05:01 +00:00
Scott McCreary
8f858927b9 Relocated several patches into patches directories 2010-08-08 00:20:42 +00:00
Matt Madia
d4ccbc46ef Fixed bep & patch 2010-07-10 10:10:59 +00:00
Matt Madia
05ebd266ea Added bep & patch for v2.01. Builds and lightly tested. 2010-07-10 10:02:36 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Chris Roberts
54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00
Matt Madia
0facc07a53 Added .OptionalPackageDescription & custom license. In the custom license file,
the MIT and GPL v2 text was omitted, as they are standard licenses that are
distributed with Haiku.
2010-05-06 04:44:47 +00:00
Matt Madia
e172f8f490 relocate bep related patches to subdir. 2010-05-06 04:03:28 +00:00
Matt Madia
bec2b9ac21 Use MESSAGE to announce GCC 4 only. 2010-05-06 03:55:34 +00:00
Matt Madia
e120cdff5c patch & bep for v1.93 2010-05-06 03:49:03 +00:00
Chris Roberts
2314c1cc85 Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki. 2010-04-27 01:15:54 +00:00
Scott McCreary
c0f4e65c07 Initial .bep, patches and .OptionalPackageDescription files for libtorrent and rtorrent. 2009-11-30 01:57:24 +00:00
Scott McCreary
47f36b4d77 This patch adds the MD5 checksums to all of the .bep files. 2009-11-29 22:44:23 +00:00
Eric Petit
b0db4b0d72 Adds Transmission 1.73 2009-07-18 18:51:37 +00:00
Eric Petit
c05cc33806 Adds Transmission 1.72 2009-07-09 11:09:39 +00:00