Skip to content

Commit

Permalink
audiowaveform-1.2.2 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jul 5, 2018
1 parent 8c78e6c commit 9f1a9d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
23 changes: 13 additions & 10 deletions audiowaveform/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,41 @@ Runtime requirements:
libboost_program_options1.66-1.66.0-1
libboost_regex1.66-1.66.0-1
libboost_system1.66-1.66.0-1
libgcc1-6.4.0-5
libgcc1-7.3.0-3
libgd3-2.2.5-1
libid3tag0-0.15.1b-10
libmad0-0.15.1b-11
libsndfile1-1.0.28-2
libstdc++6-6.4.0-5
libstdc++6-7.3.0-3

Build requirements:
(besides corresponding -devel packages)
binutils-2.29-1
cmake-3.6.2-1
cygport-0.31.0-1
gcc-core-6.4.0-5
gcc-g++-6.4.0-5
cygport-0.31.1-1
gcc-core-7.3.0-3
gcc-g++-7.3.0-3
make-4.2.1-2
ninja-1.8.2-2

Canonical website:
https://github.com/bbc/audiowaveform

Canonical download:
https://github.com/bbc/audiowaveform/archive/1.2.0.tar.gz
https://github.com/bbc/audiowaveform/archive/1.2.2.tar.gz

-------------------------------------------

Build instructions:
1. unpack audiowaveform-1.2.0-X-src.tar.xz
1. unpack audiowaveform-1.2.2-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./audiowaveform-1.2.0-X.cygport all
% cygport ./audiowaveform-1.2.2-X.cygport all

This will create:
/usr/src/audiowaveform-1.2.0-X-src.tar.xz
/usr/src/audiowaveform-1.2.0-X.tar.xz
/usr/src/audiowaveform-1.2.2-X-src.tar.xz
/usr/src/audiowaveform-1.2.2-X.tar.xz

-------------------------------------------

Expand All @@ -66,6 +66,9 @@ Files included in the binary package:

Port Notes:

----- version 1.2.2-1bl1 -----
Version bump.

----- version 1.2.0-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x x86_64-pc-cygwin -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/audiowaveform-1.2.0/CMakeLists.txt src/audiowaveform-1.2.0/CMakeLists.txt
--- origsrc/audiowaveform-1.2.0/CMakeLists.txt 2018-04-16 16:58:30.000000000 +0900
+++ src/audiowaveform-1.2.0/CMakeLists.txt 2018-05-15 23:21:08.400500400 +0900
--- origsrc/audiowaveform-1.2.2/CMakeLists.txt 2018-06-24 06:35:33.000000000 +0900
+++ src/audiowaveform-1.2.2/CMakeLists.txt 2018-07-05 18:34:16.745644300 +0900
@@ -172,7 +172,9 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CX
endif()

Expand Down

0 comments on commit 9f1a9d4

Please sign in to comment.