pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

librem: update to librem-1.0.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat May 1 11:49:58 2021 +0200
Changeset:	59b7b8df47054d18c391c288c9fcd70d8c90d8af

Modified Files:
	librem/Makefile
	librem/PLIST
	librem/distinfo

Log Message:
librem: update to librem-1.0.0

Commits:

base repository: creytiv/rem base: v0.6.0
head repository: baresip/rem compare: v1.0.0

Commits on Feb 04, 2019
docs: update copyright year (#25)
Loading status checks…

Commits on Feb 26, 2019
H264 parser (#26)
Loading status checks…
aac: add module for AAC header parsing (#27)
Loading status checks…

Commits on Feb 27, 2019
update README
Loading status checks…

Commits on Mar 07, 2019
flv: add MP3 and PCM_LE (#28)
Loading status checks…

Commits on Mar 11, 2019
debian release 0.6.0-1
Loading status checks…

Commits on Mar 20, 2019
Travis build matrix (#29) …
Loading status checks…

* travis: build linux/osx and clang/gcc
* travis: ldconfig is only for linux
* travis: add PATH to sudo command
* travis: disable ccache

Commits on Mar 21, 2019
debian: fix warnings and add version to SONAME (#30)
Loading status checks…
debian: enable dh_makeshlibs in rules (#31)
Loading status checks…

Commits on Apr 11, 2019
g711: fix ALAW and ULAW encoding (#33)
Loading status checks…

Commits on Apr 26, 2019
Debian release 0.6.0-2
Loading status checks…

Commits on Sep 02, 2019
vid: add NV12/NV21 to vidframe_fill (#35)
Loading status checks…

Commits on Oct 11, 2019
Debian release 0.6.0-3
Loading status checks…

Commits on Feb 10, 2020
debian: provide librem.so and librem.so.0
Loading status checks…

Commits on Feb 25, 2020
Added LIB_SUFFIX to make clean target for debian builds (#36)
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Loading status checks…

Commits on Mar 04, 2020
debian: revert librem.so.0 suffix (#37)
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Loading status checks…
Debian release 0.6.0-4
Loading status checks…

Commits on Mar 30, 2020
Win32 fixes (#39) …
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits

* win32: upgrade platform version
* Upgrade Visual Studio Project files to 2017
* msvc: remove deprecated compile option (minimalrebuild /Gm)
* msvc: use correct runtime for release build (same as baresip and re)

Co-authored-by: Nils Jeisecke <nils.jeisecke%saltation.com@localhost>

Commits on Apr 08, 2020
H264: added SPS decode (#38)
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Loading status checks…

Commits on Apr 14, 2020
debian: bump version
Loading status checks…

Commits on Dec 13, 2020
ci: replace travis by github actions
ci: add github action build file

Commits on Dec 20, 2020
aubuf: read also last frame if it has not the full size …
If the last frame in the aubuf is smaller than the wanted size, then aubuf_read
should return this part and fill up to the rest of the frame with silence.

Commits on Dec 22, 2020
Makefile: allow LIBRE_MK to be set outside …
E.g. for cross compilation it may be necessary to specify the location of
re.mk where make is called.

Commits on Mar 27, 2021
add aulevel module

Commits on Apr 09, 2021
readme: update links, copyright and ci status badge
readme: re-format copyright
release v1.0.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59b7b8df47054d18c391c288c9fcd70d8c90d8af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 librem/Makefile | 8 +++++---
 librem/PLIST    | 3 +++
 librem/distinfo | 8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs:
diff --git a/librem/Makefile b/librem/Makefile
index 2293e46a7f..fe4c4c0115 100644
--- a/librem/Makefile
+++ b/librem/Makefile
@@ -1,12 +1,14 @@
 # $NetBSD: Makefile,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 
-DISTNAME=	rem-0.6.0
+DISTNAME=	rem-1.0.0
 PKGNAME=	lib${DISTNAME}
 CATEGORIES=	net audio
-MASTER_SITES=	http://www.creytiv.com/pub/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=baresip/}
+GITHUB_PROJECT=	rem
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.creytiv.com/rem.html
+HOMEPAGE=	https://github.com/baresip/rem
 COMMENT=	Portable library for real-time audio and video processing
 LICENSE=	modified-bsd
 
diff --git a/librem/PLIST b/librem/PLIST
index 1bb25de056..cd254268eb 100644
--- a/librem/PLIST
+++ b/librem/PLIST
@@ -1,10 +1,12 @@
 @comment $NetBSD: PLIST,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 include/rem/rem.h
+include/rem/rem_aac.h
 include/rem/rem_au.h
 include/rem/rem_aubuf.h
 include/rem/rem_auconv.h
 include/rem/rem_audio.h
 include/rem/rem_aufile.h
+include/rem/rem_aulevel.h
 include/rem/rem_aumix.h
 include/rem/rem_auresamp.h
 include/rem/rem_autone.h
@@ -15,6 +17,7 @@ include/rem/rem_fir.h
 include/rem/rem_flv.h
 include/rem/rem_g711.h
 include/rem/rem_goertzel.h
+include/rem/rem_h264.h
 include/rem/rem_vid.h
 include/rem/rem_vidconv.h
 include/rem/rem_video.h
diff --git a/librem/distinfo b/librem/distinfo
index 7cb40fe2d1..6b6900538b 100644
--- a/librem/distinfo
+++ b/librem/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 
-SHA1 (rem-0.6.0.tar.gz) = 6abb8876fcca34a675c0fa52bc962e2d7acf9281
-RMD160 (rem-0.6.0.tar.gz) = 88c0dba6716f448994141138daeb533a958b5b4f
-SHA512 (rem-0.6.0.tar.gz) = 4f7daa7c2765b686afb1e5e7bcc51e74fe3337b1e408f498f95a0d16835a967e4e572359a8950bf945f57c028c0b00855ba8158ed3bd8eea2c5e89be2f9685c1
-Size (rem-0.6.0.tar.gz) = 41585 bytes
+SHA1 (rem-1.0.0.tar.gz) = 12bade0ccd6fc2054ead657baf5a94cd23985ae0
+RMD160 (rem-1.0.0.tar.gz) = 2252c10b363f193f6927893fbda381c73cc71906
+SHA512 (rem-1.0.0.tar.gz) = 93ec4233c8a77f0ff18433eb32a4bf06b916c5f557e9d5e948cad33d76b282d12a695b91db9003808448bf1b6b6569486c0b28e65f5f740ee4e6cf62fd31b7f8
+Size (rem-1.0.0.tar.gz) = 47190 bytes


Home | Main Index | Thread Index | Old Index