Sure, if you write one and link it here I will certainly add it.
Otherwise, you'll have to wait until I can get to it (which may be a few days).
Search Criteria
Package Details: sphinx 2.2.11-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/sphinx.git (read-only, click to copy) |
---|---|
Package Base: | sphinx |
Description: | Free open-source SQL full-text search engine. |
Upstream URL: | http://www.sphinxsearch.com/ |
Keywords: | devel engine fulltext |
Licenses: | GPL |
Conflicts: | sphinx-beta, sphinx-bin |
Submitter: | None |
Maintainer: | shyamin |
Last Packager: | None |
Votes: | 70 |
Popularity: | 0.27 |
First Submitted: | 2008-05-26 00:46 (UTC) |
Last Updated: | 2023-10-06 08:30 (UTC) |
Dependencies (5)
- expat (expat-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- unixodbc (unixodbc-gitAUR)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR, postgresql17-docsAUR, postgresql17AUR) (optional)
Required by (1)
- symbolator-git (optional)
Sources (5)
SirPenguins commented on 2012-12-28 15:18 (UTC)
brando56894 commented on 2012-12-28 14:41 (UTC)
can this be updated to include a systemd sphinx.service file instead of an rc.d daemon?
SirPenguins commented on 2012-08-09 19:11 (UTC)
I'll adopt this package, as I use it extensively. Let me know if and when you're able to take it back over, dreyes, and I'll gladly hand it back to you.
dryes commented on 2012-08-02 19:59 (UTC)
Done.
(disowning package due to upcoming time sink.)
<deleted-account> commented on 2012-08-02 07:48 (UTC)
same proble like previous version
please add line below in the build:
sed -i '15199,15199 s/x00/x21/' "${srcdir}/${pkgname}-${pkgver}-release/src/searchd.cpp"
thanks.
dryes commented on 2012-08-02 00:10 (UTC)
Updated to 2.0.5.
Note: removed 'sphinx-' prefix, but added symlinks so as not to break things.
dryes commented on 2012-07-25 15:32 (UTC)
Updated with patch below. Thanks.
<deleted-account> commented on 2012-07-25 06:38 (UTC)
for: //sphinxsearch.com/forum/view.html?id=9856
edit PKGBUILD :
before edit :
build() {
sed -i 's/T val = ExprEval/T val = this->ExprEval/g' "${srcdir}/${pkgname}-${pkgver}-release/src/sphinxexpr.cpp"
after edit :
build() {
sed -i 's/T val = ExprEval/T val = this->ExprEval/g' "${srcdir}/${pkgname}-${pkgver}-release/src/sphinxexpr.cpp"
sed -i '15083,15083 s/x00/x21/' "${srcdir}/${pkgname}-${pkgver}-release/src/searchd.cpp"
...
martinpoljak commented on 2012-07-24 16:30 (UTC)
For using the RT indexes feature, please see:
http://sphinxsearch.com/forum/view.html?id=9856
RT feature of the current Sphinx version (2.0.4) isn't compatible with the latest PHP 5.4.5 mysqlnd available in the repository. Patch is described in the same place and it's maybe a good idea to include it into the package because it's in fact an by PHP inducted regression.
Pinned Comments
<deleted-account> commented on 2023-09-30 20:51 (UTC)
The last open source version of sphinx was
2.2.11
.2.3.2-beta
has been released, but this is a beta version and should be provided under the namesphinx-beta
. A closed-source version3.5.1
has been released, which should be supported by the maintainers ofsphinx-bin
.