description="A set of C++ libraries for multimedia streaming"
url="http://www.live555.com/liveMedia/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=live
version=2025.05.24
release=2

source=(https://download.videolan.org/contrib/live555/live.${version}.tar.gz)

build() {
  cd live

  #force prefix
  find . -name Makefile.head | xargs sed -e 's|/local||g' -i

  sed -i 's/-D_FILE_OFFSET_BITS=64/-DNO_STD_LIB -D_FILE_OFFSET_BITS=64/' config.linux-with-shared-libraries
  sed -i 's/-D_FILE_OFFSET_BITS=64/-DNO_STD_LIB -D_FILE_OFFSET_BITS=64/' config.linux-64bit
  
  ./genMakefiles linux-with-shared-libraries
   
  make

  make DESTDIR="$PKG" install
}
