[dvblast-devel] fix make dist
Christophe Massiot
git at videolan.org
Mon Oct 5 17:52:48 CEST 2015
dvblast | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Mon Oct 5 17:51:14 2015 +0200| [e395f66277af182e3388164cd1b75dc8825cc221] | committer: Christophe Massiot
fix make dist
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=e395f66277af182e3388164cd1b75dc8825cc221
---
Makefile | 8 ++++----
NEWS | 25 ++++++++++++-------------
TODO | 1 -
3 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/Makefile b/Makefile
index 5d51041..26259b0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null)
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
deltacast_inc := $(shell sh -c 'test -f /usr/include/StreamMaster.h && echo -n Y')
-CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer
+CFLAGS += -Wall -Wformat-security -Wno-strict-aliasing -O3 -fomit-frame-pointer
CFLAGS += -g
CFLAGS += -DVERSION=\"$(VERSION_MAJOR).$(VERSION_MINOR)\"
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR)
@@ -86,7 +86,7 @@ uninstall:
done
dist: clean
- @echo "ARCHIVE dvblast-$(VERSION).tar.bz2"
- $(Q)git archive --format=tar --prefix=dvblast-$(VERSION)/ master | bzip2 -9 > dvblast-$(VERSION).tar.bz2
- $(Q)ls -l dvblast-$(VERSION).tar.bz2
+ @echo "ARCHIVE dvblast-$(VERSION_MAJOR).$(VERSION_MINOR).tar.bz2"
+ $(Q)git archive --format=tar --prefix=dvblast-$(VERSION_MAJOR).$(VERSION_MINOR)/ master | bzip2 -9 > dvblast-$(VERSION_MAJOR).$(VERSION_MINOR).tar.bz2
+ $(Q)ls -l dvblast-$(VERSION_MAJOR).$(VERSION_MINOR).tar.bz2
diff --git a/NEWS b/NEWS
index 1600349..7414f71 100644
--- a/NEWS
+++ b/NEWS
@@ -3,24 +3,23 @@ Changes between 2.2 and 3.0:
----------------------------
* Rewrite core to use libev event loop
* Optimize allocations with a buffer pool
- * Added support for building DVBlast on OS X
- * Added support for uncommitted diseqc switches
- * Fixed ECM pid selection
- * Added CA device addressing
- * Added support for remapping ES pids to fixed values
- globally and per output
- * Added support for multi-delivery system frontends
- * Added support for multistream that appeared in Linux 3.6
- * Added support for Deltacast ASI cards
- * Added support for stream pass-through from the config file
- * Added options to periodically print status of bitrate, errors and PIDs
- * Added output options to set network ID and network name
+ * Add support for building DVBlast on OS X
+ * Add support for uncommitted diseqc switches
+ * Fix ECM pid selection
+ * Add CA device addressing
+ * Add support for remapping ES pids to fixed values globally and per output
+ * Add support for multi-delivery system frontends
+ * Add support for multistream that appeared in Linux 3.6
+ * Add support for Deltacast ASI cards
+ * Add support for stream pass-through from the config file
+ * Add options to periodically print status of bitrate, errors and PIDs
+ * Add output options to set network ID and network name
* Switch default string charset to UTF-8
* Do not remove padding with ASI
Changes between 2.1 and 2.2:
----------------------------
- * Fixed a regression that prevented ECM pass-through (-Y) from working.
+ * Fix a regression that prevented ECM pass-through (-Y) from working.
* Handle ECM pids that are described in PMT ES descriptor loop.
Changes between 2.0 and 2.1:
diff --git a/TODO b/TODO
index 76b5d4d..3f7df57 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,2 @@
-- Test and enhance the API for DVB-C, H, and ATSC support
- Win32 support
- Improve build system (autostuff)
More information about the dvblast-devel
mailing list