Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CMake: remove patch version in the avtranscoder library name on Windows#288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

cchampet
Copy link
Member

@cchampetcchampet commentedNov 7, 2016
edited
Loading

  • avtranscoder-0.11.0 becomes avtranscoder-0.11
  • avtranscoder-java-0.11.0 becomes avtranscoder-java-0.11

Goal: avtranscoder is a based library for lot of other intern projects. We should be able to patch avtranscoder without recompile all our other projects based on it.

* avtranscoder-0.11.0 becomes avtranscoder-0.11* avtranscoder-java-0.11.0 becomes avtranscoder-java-0.11
@coveralls
Copy link

coveralls commentedNov 7, 2016
edited
Loading

Coverage Status

Coverage remained the same at 78.25% when pulling71385bc on cchampet:cmake_updateWindowsLibraryName into2d92597 on avTranscoder:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.25% when pulling71385bc on cchampet:cmake_updateWindowsLibraryName into2d92597 on avTranscoder:develop.

@coveralls
Copy link

coveralls commentedNov 7, 2016
edited
Loading

Coverage Status

Coverage remained the same at 78.25% when pullingc6744c1 on cchampet:cmake_updateWindowsLibraryName into2d92597 on avTranscoder:develop.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.25% when pullingc6744c1 on cchampet:cmake_updateWindowsLibraryName into2d92597 on avTranscoder:develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.25% when pullingc6744c1 on cchampet:cmake_updateWindowsLibraryName into2d92597 on avTranscoder:develop.

@@ -154,7 +154,7 @@ if(SWIG_FOUND)
# Create 'avtranscoder-java' shared lib
swig_add_module(avtranscoder-java java ${AVTRANSCODER_BINDING_FILE})
if(WIN32)
set_target_properties(avtranscoder-java PROPERTIES OUTPUT_NAME "avtranscoder-java-${AVTRANSCODER_VERSION}")
set_target_properties(avtranscoder-java PROPERTIES OUTPUT_NAME "avtranscoder-java-${AVTRANSCODER_VERSION_MAJOR}-${AVTRANSCODER_VERSION_MINOR}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The generated JAR name should be changed too, no?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yes you are right!

Copy link
MemberAuthor

@cchampetcchampetNov 7, 2016
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Arg it does not seems to be a good idea, since widely used Java tools, like Maven, expects Jar namednameJar-fullVersion.jar. We need to take some time to discuss about this possible update...

@cchampetcchampet merged commit886712b intoavTranscoder:developNov 7, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@valnoelvalnoelvalnoel left review comments

Assignees

@valnoelvalnoel

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@cchampet@coveralls@valnoel

[8]ページ先頭

©2009-2025 Movatter.jp