Commit graph

24 commits

Author SHA1 Message Date
Kuan-Yi Li
87275752df treewide: replace AUTORELEASE with real PKG_RELEASE
Based on Paul Fertser <fercerpav@gmail.com>'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2023-07-19 04:41:35 +08:00
Sebastian Kemper
8b54b8f852 rem: bump to 1.0.0
- bump to version 1.0.0
- change to use AUTORELEASE
- point to github instead of now-defunct www.creytiv.com

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-12-07 00:16:16 +01:00
Sebastian Kemper
0ca5bbc688 rem: allow parallel build
Adds "PKG_BUILD_PARALLEL:=1".

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-12 21:20:53 +02:00
Sebastian Kemper
f4239da2a9 rem: update to 0.6.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:09:52 +01:00
Sebastian Kemper
dfd9ed688d rem: fix copyright
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. This commit reverts the
change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-26 19:08:54 +01:00
Sebastian Kemper
a8535f28fd rem: bump to 0.5.3
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 14:01:02 +02:00
Sebastian Kemper
4219368092 baresip suite: improve MAKE_FLAGS
- add CROSS_COMPILE and OS to MAKE_FLAGS; this should help when
  compiling on other OSes, e.g. Darwin.
- move RELEASE up (alphabetical sort)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-26 14:34:47 +01:00
Sebastian Kemper
d3a784ca78 baresip: fix build failure on 32bit x86 targets
re and baresip builds for 32bit x86 targets are currently failing:

build-i386/sip/auth.o: In function `sip_auth_encode':
/build/lede-snapshots/i386_pentium/build/sdk/build_dir/target-i386_pentium_musl/re-0.5.6/src/sip/auth.c:279: undefined reference to `__stack_chk_fail_local'

The undefined references occur because there is no linking done to ssp.
Fix this by setting LD to TARGET_CC, so ld is not called directly. This
also means one patch is not needed anymore.

Do the same for rem and restund as they basically all share the same
build system.

Compile-tested for x86, x86_64 and mips.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-12-07 21:32:56 +01:00
Sebastian Kemper
f38e08a904 librem: clean up Makefile
Remove unneeded variables, whitespaces, depends and trailing slashes.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:23:13 +01:00
Sebastian Kemper
394e4bc773 librem: Use default Build/Compile routine
Change from custom make call to using the default Build/Compile routine.
This applies the standard memory corruption mitigation methods, e.g.
FORTIFY_SOURCE and RELRO, to the package if they are enabled (default).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-11-26 22:20:33 +01:00
Jiri Slachta
98d327874c rem: update to 0.5.2
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-11-07 20:50:00 +01:00
Jiri Slachta
733655602c rem: update to 0.5.1
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-09-12 14:10:21 +02:00
Jiri Slachta
7a4de7c71d multiple packages: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:12:51 +02:00
Jiri Slachta
37d4af3163 rem: update to version 0.4.7
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-05 09:10:40 +02:00
Daniel Golle
b05a0b7acb libs/rem: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 13:22:21 +02:00
Jiri Slachta
30ffae1ecc Add PKG_LICENSE to the rest of the packages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 17:00:24 +01:00
Jiri Slachta
237d371f1f iksemel,libosip2,libsrtp,rem,spandsp: move to Telephony submenu in libs
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 20:03:29 +01:00
Jiri Slachta
a7166e277c rem: bump to 0.4.6
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-06-26 09:25:02 +02:00
Alfred E. Heggestad
10a7de705f upgrade libre and librem
upgrade libre to v0.4.7
upgrade librem to v0.4.5

Signed-off-by: Alfred E. Heggestad <aeh@db.org>
2014-01-29 20:51:13 +01:00
Luka Perkov
5504f05968 librem: update to 0.4.3
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
1f41fc1454 upgrade baresip, restund, libre, librem to version 0.4.1
Hi,

this patch upgrades the following packages to v0.4.1:

   baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
   restund v0.4.1 (Modular STUN/TURN server)
   libre   v0.4.1 (Generic library for real-time communications with async IO support)
   librem  v0.4.1 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad <aeh@db.org>
2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
fef1894495 re, rem, baresip, restund: use another approach to find the "sysroot", the current way still fails on Backfire - sigh 2014-01-29 13:52:22 +00:00
Jo-Philipp Wich
e0ae2b7acf upgrade baresip, restund, libre, librem to version 0.4.0
Hi,

this patch upgrades the following packages to v0.4.0:

    baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support)
    restund v0.4.0 (Modular STUN/TURN server)
    libre   v0.4.0 (Generic library for real-time communications with async IO support)
    librem  v0.4.0 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad  <aeh@db.org>
2014-01-29 13:52:22 +00:00
Nicolas Thill
137bce0d78 packages/rem: add (thanks to Alfred E. Heggestad) 2014-01-29 13:52:22 +00:00