Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Gerbera

Building the Gerbera Media Server
Collective - Host: opensource - https://opencollective.com/gerbera-io - Website: https://gerbera.io - Code: https://github.com/gerbera

added last_modified field to db autoscan table

added Storage::autoscanUpdateLM()

github.com/gerbera/gerbera - 7b0787754d3ecaadb4ab7f6189bab875d714fd88 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added simple search script

github.com/gerbera/gerbera - 6bc56e3338cc1c57219043a750a2fd2708527312 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
corrected serious size() error in BaseQueue

github.com/gerbera/gerbera - 3aaf8b776a47e015279be819cf6aa9d333134f17 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
corrected container links in UI

github.com/gerbera/gerbera - 310352330ff3613d0e022eb981055d21a0a849b7 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added a wrapper for ensurePathExistence

github.com/gerbera/gerbera - f69ca47e04df910fdc0f73a148121dc7359422c9 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
corrected some DIR_SEPARATOR issues

github.com/gerbera/gerbera - a2e621b64681ad8c9d28983ebca847990be5db1b authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added get() to ObjectQueue

github.com/gerbera/gerbera - 258cc1506e1180cc8385e1182c5aa9d3c408dc88 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added get() to BaseQueue

github.com/gerbera/gerbera - fd605ac8b532e8cea26e0a2d0790be8e74276415 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added possibility to invalidate tasks - invalid tasks will simply not be

executed after dequeing

added task ID's - we can now figure out what task we are dealing with

github.com/gerbera/gerbera - aa88637af16971e2382445b6295a246bc3bc994a authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
simple support for XML comments

in most cases we will just ignore and strip the comment, the only
exception is, when a comment i...

github.com/gerbera/gerbera - f39112124d9c3ca14eab0b50af591f1d5053619f authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
fixed a crash if root element of the config file was invalid

github.com/gerbera/gerbera - 95773c0b13bc9792b5a5644915d557065b4d3b0e authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
selected icons for the new UI, adapted tree.js to match

the new folder_open and folder_close icons

github.com/gerbera/gerbera - 476933003781224c3c6ff1fd58a42394ba094d84 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
reflected session timeout scan interval in README

github.com/gerbera/gerbera - 3fbc092ba24ebe0b2d2451f70042482bb77b4192 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
changed the session timeout check interval to 5 min

github.com/gerbera/gerbera - cc5c8c96bf0bbc8e51e297d200322ab4850607a3 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
completed autoscan function in UI

github.com/gerbera/gerbera - ddf6debb41b15c8f53c062675e107f6badd5d990 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed a coredump, if dir was removed while a task was already scheduled

we received nil from the list

github.com/gerbera/gerbera - 639da349b97e734f23e75882d5603f9b04f7a9ba authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added session timeouts to config.xml

github.com/gerbera/gerbera - 7efe609e1b19e4e277ba036f16389bfb8156846d authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
renamed fromConfig to persistent, it will be possible to set persisent

autoscan containers in the UI

github.com/gerbera/gerbera - 94389070115f8468c1cc33677f0ed870a313ce5f authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
make sure the default prefix is set

github.com/gerbera/gerbera - f41a7e79374ae70862157855e3f6ba727fea36da authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
cleaned up request handlers after the get_info/open SDK API change

added possibility to figure out and return the size of various resources
when serving content.

github.com/gerbera/gerbera - 4b5268cb80e9ceb2b73006254d1cb1f23854bfd5 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
when an autoscan container was removed in the UI it still got readded

upon next scan

github.com/gerbera/gerbera - d7001fadc33c20416754c37bb094812e9aa22438 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
removed a few debug messages in rescanDirectory

github.com/gerbera/gerbera - 8924e8c54fb37e30b0b901cb8745c98f939740a1 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
the SDK will not only call "open" for HTTP GET requests,

previously it called get_info and open.. This made no sense, we had to
look up the same object tw...

github.com/gerbera/gerbera - b826c4f9c6e61ed2aa359b1e598cc3e57bc4a6d1 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
"#ifdef HAVE_LWRES_NETDB_H" was before the inclusion of autoconfig.h; this produced a warning, because <lwres/netdb.h> was never included

github.com/gerbera/gerbera - be1099d1807912d640def66bf5643c7bedcfa9d3 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added forgotten check for nil

github.com/gerbera/gerbera - 9c2b2bb5546129b4552f4c595e3d2d09ff6c3caf authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
forgot to check in new files autoscan (UI)

github.com/gerbera/gerbera - 7a258ea925e61f9c021cb604c3ab09edad112e02 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added remove autoscan functionality to the UI

github.com/gerbera/gerbera - b653cf657f24cb87d1a3a9543d7eca26e0205b87 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
very preliminary version of the UI-"add autoscan" function

github.com/gerbera/gerbera - 61c8775b0a9fa7c32192bafefef54ed7b522b4b2 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
Id-Tag corrected

github.com/gerbera/gerbera - e7e5344fb90895d77a100fb5aee818456e75821b authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
UI enabled by default now

github.com/gerbera/gerbera - 942f867b2a0cfc98c76399945273f1f081b76a80 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
default hidden files value is now also written when creating a new config

from scratch

github.com/gerbera/gerbera - bedaa51242a3b74c76edb8c5cc315e93fb1bcd7d authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added disabled.html to Makefile.am

github.com/gerbera/gerbera - b838accb112d868cddff04d54dc2591f7fb4edbd authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
old disabled.html added for now..

github.com/gerbera/gerbera - 22c6b5fab8042b3f2d04583fe6cee6a4b1a51cd8 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
redirecting to (currently nonexistent /disabled.html) if UI disabled

github.com/gerbera/gerbera - af317cdb3d466296d09ac773a72094b2c63f59c5 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed default setting for import attribute::hidden-files in config manager

configure.ac: changed "found" to "yes" to comply with other messages
on MYSLQ_OPT_RECONNECT check

github.com/gerbera/gerbera - b1656ff37e026e938591bdc2e759b8f6a4111ba6 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
forgot to report the result if MYSLQ_OPT_RECONNECT was not fount

github.com/gerbera/gerbera - 5a2952c13f677a8313f4f041cd7d6f1972836de6 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added HAVE_MYSL_OPT_RECONNECT define and check

github.com/gerbera/gerbera - aefa813762836232be021eea9ba8bf915d45f910 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
fix warning for AutoscanList::add()

github.com/gerbera/gerbera - 22b312029cb345f1d9b29ccb892dbef248aa9241 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fix: used wrong column in SQLStorage::getAutoscanList()

github.com/gerbera/gerbera - 2804c9d1701b10e7bbddd5585fe20b7a16745960 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
hidden file flag is now processed when importing data

github.com/gerbera/gerbera - 157cf64f4a87d4d710f3ee6062088ff990fd9768 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
use PTHREAD_MUTEX_ERRORCHECK when debugging

further cond_wait check

github.com/gerbera/gerbera - 4f5801fb406831ce64075fa0c2ac7754d5024f20 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added reconnect to mysql - HAVE_MYSQL_OPT_RECONNECT is still missing..

github.com/gerbera/gerbera - 23f9386400b35f639e4cc1ce9e8564ab15f3aff9 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
Storage::addAutoscanDirectory() added

added hidden field to AutoscanDirectory

github.com/gerbera/gerbera - 3a354d4f4137ea7db4787eedf4d0d16432b0e1e1 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
autoscan directories can now be added and removed from content manager on the

fly.

upon startup autoscan containers that were setup via the database are now
also added to the...

github.com/gerbera/gerbera - 153e7ad3f1823408107dee85ddf383a082df8792 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
UI accounts can be disabled now

github.com/gerbera/gerbera - aa94d8e4874ada1903782afbb3140890465d178d authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
\file command corrected

github.com/gerbera/gerbera - c4da85bfbe2dd9c2daaadf6684bc7213357f4675 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
implemented recursive flag for autoscan containers

github.com/gerbera/gerbera - b04900d41168abb9543bb9800f8855a26f0b0c70 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
modified autoscan and content_manager to use the AUTOLOCK() macros

github.com/gerbera/gerbera - 9a5e0c3026c562e040d46ecef09dc02535826165 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
addded mt_autoscan table to db create scripts

further checks in sync
added faster AUTOUNLOCK and AUTORELOCK

github.com/gerbera/gerbera - ca358b0cde9406777835f08be9686f138ff07130 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
sending UI updates correctly in _rescanDicectory

github.com/gerbera/gerbera - 0faedb1eba55814679c16d80fbf29b837f8208f4 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
timed outocsan (via config) is now functional

github.com/gerbera/gerbera - 70386b29a3efe2398645150e1193a4861ab6204e authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
removed unused variable

github.com/gerbera/gerbera - 57041c084a4b87f96b1970ee1481cac16d1642b2 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
optimized quoting in sql_storage

added Storage::getAutoscanList

github.com/gerbera/gerbera - 1216a09f85c7668218e5c17307115a677ab5f8ce authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
finalized autoscan functionality (testing still needed)

global last_modified internal setting is now gone, we use
per directory times.

TODO: save times...

github.com/gerbera/gerbera - f1554b559233541a44d1bf0eb6edfbc2be37c750 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
fixed isFolderInDatabase - retured wrong value if trailing slash was missing

github.com/gerbera/gerbera - 36459f6e824347ef309533ed8e56adef19ddc9d3 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
"trailing slash" problem solved (at least for storage - content manager may still do dubious stuff)

github.com/gerbera/gerbera - 28bf321743e92b79bb895158a530a9509cfa4224 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
work in progress: autoscan

github.com/gerbera/gerbera - 4378fd34f74e4337e7b4468d44efc08cd796d6da authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
possible race condition in update_manager fixed

github.com/gerbera/gerbera - 85dd8b9a82b1e88737ee3ca639c3d81b6ee3e55b authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
directories were added with wrong interval

github.com/gerbera/gerbera - 1522e3fbfc64e5d9bc529e1fba1fbf133d9ed92c authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added location change to changelog

github.com/gerbera/gerbera - bee9e422b8b56ee179574bf5aeea87ccd8bfb218 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added working generate-c-cource-from-dump.sh

changed size of location in db from 255 to unlimited

github.com/gerbera/gerbera - ab1ebee266d925f54aeb917a3f454bd91e393592 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added timed rescan functionality, scandirs can be added via config.xml

not yet fully tested

github.com/gerbera/gerbera - ed9c8186d953b5770252c61d53d3099555d38b6d authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
changed many mutex locks to autolock

github.com/gerbera/gerbera - 1e0703be13155c3044ea890a5595ec32cd6175be authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
further autolock fixes (cond related)

github.com/gerbera/gerbera - 8911118d6948d79db8bb18069a77c6956787ab39 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed Timer::addTimerSubscriber - added forgotten once flag

github.com/gerbera/gerbera - e7a0f83f3e34046a9f919b488f308ce2906e5126 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
yet another fix.. :)

github.com/gerbera/gerbera - 13c7c76892b42ef342558e24e69c7826baf16537 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
another autolock fix..

github.com/gerbera/gerbera - ff685a8a6940ce4dd13f93b705413a77235c6b3b authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
a little autolock fix

github.com/gerbera/gerbera - 154389aed5807e8fdfb8e9efc997cfb6c7dd4604 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added autlock stuff to sync.*

github.com/gerbera/gerbera - 39120611b84049cc87ef5d100266c5a3b21c15e8 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed error after remove in ui

github.com/gerbera/gerbera - 283a6b43a9f5e917152aa36104cda7049fb2676e authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
forgot to check in...

github.com/gerbera/gerbera - cf9372462a57db6a5e5b2a3fbc5524c73296c989 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added "once" option to timer (untested...)

github.com/gerbera/gerbera - 48c2ddd04f2308ad532b515dab2e87ca8586663d authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed a bug regarding spidermonkey

github.com/gerbera/gerbera - 6b08e69b40ac02a752e381200e152a8c33c8c6fb authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added one more funny fariation for the js library name

tombupnp:
lowered number of min threads to 2 and increased idle time to 30 secs

github.com/gerbera/gerbera - 75e87f81da943f568c658e674755d1c47f858391 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
for some reason the "proper" way of installing files in the web directory

caused problems with bitbake

I have to look into that, right now this "hack" works for both -
n...

github.com/gerbera/gerbera - 96cb98e8eb45d56ac886d83655cb17addfddb7b9 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
some linebreaks seemed to miss - generated a broken configure with autoconf 2.60

github.com/gerbera/gerbera - abb21283bf3ac4b7e713deddc3963b15d3d79291 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed a problem related to taglib/libexif

configure uses $LIBS when it does AC_CHECK_LIB tests

unfortunately some libs that are not requi...

github.com/gerbera/gerbera - 5896ce6a9e5b5b825f983afd7b775a8ef6d34c44 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
remving from active item table

github.com/gerbera/gerbera - e0125948f7260d760c20d6ab42ed7b29a3c2b82c authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
in preparation of autoscan functionality....

config manager can create an array with autoscan objects

content manager loads the array

timer...

github.com/gerbera/gerbera - 78ac04bc1faf623c21968e737fc8c87319a1bf5c authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added configure.ac to mediatomb/scripts/update-comment-header.sh

github.com/gerbera/gerbera - d7d3e8ce17748de81a8cac066eb4157c1177db1a authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added GPL header to configure.ac

github.com/gerbera/gerbera - e822a1d9d107cd29e580efdcf6cd3cd843a478af authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
adding new headers

tagging for $Id$

github.com/gerbera/gerbera - 042bb01a9562ab8cf2f4a80b3ebcd312c52c1c4d authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
finalized implementation, added autoscan_directory class, it will be

holding the information about autoscan directories...

github.com/gerbera/gerbera - 57a0c0ded8716347a1257548a1411fb221c205d0 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
checking in new files without functionality - Leo is running the header comment

script

github.com/gerbera/gerbera - 2de4932419218bfa39693c64a576ab8272b9312b authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
a little cleanup - preparing for comment header replacement

github.com/gerbera/gerbera - ccf4bcf025493f0248a474fc94bafb18f38f0e9b authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
small fix in scripts/update-comment-header.pl

github.com/gerbera/gerbera - 147fd967011e9d0f9f2363e3754d14236d50de12 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
removed sync possiblity from rescanDirectory() because it wouldn't work correctly this way

github.com/gerbera/gerbera - 71c544c23ee2fadfc44a9d7777bd523bc1f3cb8d authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added AUTO_CREATE_DATABASE switch

github.com/gerbera/gerbera - 7aef3269b13ba5e60f3fb5de970f342571ab837c authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
fixed a bug regarding zlib detection

fixed db-autocreate - now depends on successful zlib detection

github.com/gerbera/gerbera - 9894f766a417119ec74d2d711e8a2e8346dc559b authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added <accounts> check for the config manager

added shutdownFlag check to addRecursive and rescanDirectory in
content manager

fixed a bug in c...

github.com/gerbera/gerbera - 3573bd90029b36fa067aab56047d7bf933c7b8f2 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
ui filesystem relative path problem fix

github.com/gerbera/gerbera - 9dd41d261baf40c9d6bb301020aafcc6c30b3396 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
mysql locking issues fixed

new index in db
mysql create db problem fixed

github.com/gerbera/gerbera - 25ed2f8a4d58aeed2a6d55a3da1488ff57a300a5 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
mysql_storage.cc: now using mysql_server_init/end instead of

mysql_library_init/end (to avoid problems on older versions)

config_manager.cc: added <accounts ...

github.com/gerbera/gerbera - 05395160162d77b331f5549abc7df8854453e120 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
some paging corrections

github.com/gerbera/gerbera - 0153300453286cc9ded55dc8c20a63bf0050903d authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
db-quote cleanup...

github.com/gerbera/gerbera - 8cb791e63d97d3c96cafec4b69c846d50b2ab24e authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
another quote fix for sqlite3..

github.com/gerbera/gerbera - 40c21fb9c8171196d6447d5709dba85799ab2468 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added (basic) paging to UI

another quote fix for sqlite
enhanced browse()

github.com/gerbera/gerbera - f825df687b6c2a50a7723979fe133615f2b5d954 authored about 18 years ago by Leonhard Wimmer <leo at mediatomb dot cc>
added parameter to compile with or without automatic database

creation

github.com/gerbera/gerbera - f7fdb0b6aaa2dcaf133108d02ccfde9a79319fec authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
added librt/clock_gettime

github.com/gerbera/gerbera - 3678a388e2a526cb1b3cca9dd3fc8b3b5e4fdf76 authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>
fix for sed regular expressions on BSD systems

github.com/gerbera/gerbera - 0230e77ba585372b48975818a71a5fdf3dc07e8d authored about 18 years ago by Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>